How Core Fields are populated on Download from SAP

Modified on Fri, 5 Jun at 3:48 PM

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 nameApi fieldFormulaData typeDescription
EarlyStartorder.StartDate / order.ScheduledStartTime / operation.StartTimeConstraintDefault source for the order start, scheduled start and operation start constraintDateThe earliest the activity can start (forward-pass schedule date).
EarlyFinishorder.FinishDate / operation.FinishTimeConstraintDefault source for the order finish and operation finish constraintDateThe earliest the activity can finish (forward-pass schedule date).
ActualStartoperation.StartTimeConstraint / confirmation.ExecutionStartTimeUsed when present (falls back to EarlyStart); also the confirmation execution startDateThe date the activity actually started.
ActualFinishoperation.FinishTimeConstraintUsed when present (falls back to EarlyFinish)DateThe date the activity actually finished.
Descriptionoperation.Description / order.ShortTextWritten to the operation short text, truncated to 40 charactersTextThe activity's name or title.
DurationHoursoperation.DurationNormalWritten as the operation's normal duration in hours (unit sent as "H")NumberThe activity's duration in hours.
PlannedWorkHoursoperation.WorkActivity
NumberThe planned / budgeted work hours for the activity.
ActualWorkHoursconfirmation.ActWorkWritten to a confirmation (created only when the value is non-zero)NumberWork hours already expended on the activity.
CurrentProgressconfirmation.RemWorkUsed to derive the confirmation's remaining workNumberThe activity's progress, as a percentage.
Codeorder.Orderid / operation.ActivityResolves which SAP order and operation the activity maps toTextThe 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

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article