Skip to main content

SAP Delivery Detail Component

You can extend the SAP Delivery Detail Component to return values at the header and item levels in the following tabs within SAP: USER_DEFINED and ITEM_USER_DEFINED.

The SAP Delivery Detail Component calls BAdI /ENSXSFCI/SD_DELIVERY_DETAIL.

The BAdI contains the method: ADDITIONAL_DATA.

Method ADDITIONAL_DATA

The ADDITIONAL_DATA method receives the CT_DATASET result and lets you add values in the USER_DEFINED tab. This method is called after all the SAP Delivery Detail Component logic is executed.

We provide an example implementation class: /ENSXSFCI/CL_DELV_DETAIL_BADI. You can copy the example implementation and add/replace it with your own logic and fields.

In the ADDITIONAL_DATA method, the user that created the object (ERNAM) is obtained for the header and for the items. Then that user information (ERNAM) is added to the CT_DATASET structure.