TABLE OF CONTENTS
SAP imports only the Activity, written as a maintenance order, its operation, and (when actual work is reported) a confirmation. The table lists the core fields written to SAP; other SAP order / operation fields are filled from Config mappings, not from core fields.A confirmation block is written only when the actual work value is specified and non-zero.Activity Core Fields
| Core field name | Api field | Formula | Data type | Description |
| EarlyStart | order.StartDate / order.ScheduledStartTime / operation.StartTimeConstraint | Default source for the order start, scheduled start and operation start constraint | Date | The earliest the activity can start (forward-pass schedule date). |
| EarlyFinish | order.FinishDate / operation.FinishTimeConstraint | Default source for the order finish and operation finish constraint | Date | The earliest the activity can finish (forward-pass schedule date). |
| ActualStart | operation.StartTimeConstraint / confirmation.ExecutionStartTime | Used when present (falls back to EarlyStart); also the confirmation execution start | Date | The date the activity actually started. |
| ActualFinish | operation.FinishTimeConstraint | Used when present (falls back to EarlyFinish) | Date | The date the activity actually finished. |
| Description | operation.Description / order.ShortText | Written to the operation short text, truncated to 40 characters | Text | The activity's name or title. |
| DurationHours | operation.DurationNormal | Written as the operation's normal duration in hours (unit sent as "H") | Number | The activity's duration in hours. |
| PlannedWorkHours | operation.WorkActivity | Number | The planned / budgeted work hours for the activity. | |
| ActualWorkHours | confirmation.ActWork | Written to a confirmation (created only when the value is non-zero) | Number | Work hours already expended on the activity. |
| CurrentProgress | confirmation.RemWork | Used to derive the confirmation's remaining work | Number | The activity's progress, as a percentage. |
| Code | order.Orderid / operation.Activity | Resolves which SAP order and operation the activity maps to | Text | The activity's unique identifier in the host system. |
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article