Import Purchase Orders from SAP to EcoSys Tasks with Task Type of "Commitment".
The Purchase Order import is included within the Actuals and Commitments jobs. This works by creating Purchase Order objects in EcoSys for the Purchase Order Document Numbers (EBELN for Actuals and REFBN for Commitments) which exist on the line items for Actuals and Commitments.
The SAP Purchase Order issue Date field (NAST-DATVR) is populated in a second pass from the main Purchase Order import. If this field is not necessary based on business requirements, then it is recommended to skip this field by setting the IncludePOIssueDateField parameter to False (see Job Parameters below).
This is a new import which was not implemented in the legacy SAP Adapter.
Job Details
There is no dedicated Connect Job for the Purchase Order import since it runs within the Actuals and Commitments imports.
Job Parameters
The parameters are specified in the EcoSys Connect Settings Maintenance screen under the "Default" SAP Import Group:
Parameter |
Default Value |
Description |
IncludePOLineItemChangeDateField |
False |
Controls the loading of purchase order document line item change date (UDATE) from CDHDR table. The default setting is N. If the fields need to be loaded, set the parameters to Y |
IncludePOIssueDateField |
False |
Controls the loading of the earliest processing date (DATVR) for purchase order issue from Message Status table (NAST) |
loadEarliestIssueDate |
False |
If true, then find the earliest PO Issue Date. If false, then the latest one. |
POIssueDateMessageTypes |
Specifies the Message Type (NAST-KSCHL) filter while importing PO Issue Date. There is a default list (ZML, ZOMS, ZSVB, ZHSD, ZAES, NEU, ZSNC, ZARB, ZNPO, ZSHD, ZICX, ZICS) of messages that are used to filter in the message types that need to be looked at for reading issue date. This parameter provides the ability to override the default list. |