Show TOC Start of Content Area

Function documentation Data Enhancement for Warehouse Requests  Locate the document in its SAP Library structure

Use

You can use the data enhancement in Extended Warehouse Management (EWM) to add your own fields to the warehouse request, and therefore to adapt it to your requirements.

Integration

EWM uses the append technique for the data enhancement. You can use this method to add further structures to tables and structures.

For more information, see Append Structure.

Features

For the document categories for the warehouse request, EWM offers extendable structures for the document header and document item. You can extend these structures using append structures.

Document categories for the warehouse request and corresponding structures

Document Category

Structure for Document Header

Structure for Document Item

Inbound Delivery Notification

/SCDL/INCL_EEW_DR_HEAD_STR

/SCDL/INCL_EEW_DR_ITEM_STR

Inbound Delivery

/SCDL/INCL_EEW_DLV_HEAD_STR

/SCDL/INCL_EEW_DLV_ITEM_STR

Outbound Delivery Request

/SCDL/INCL_EEW_DR_HEAD_STR

/SCDL/INCL_EEW_DR_ITEM_STR

Outbound Delivery Order

/SCDL/INCL_EEW_DLV_HEAD_STR

/SCDL/INCL_EEW_DLV_ITEM_STR

Outbound Delivery

/SCDL/INCL_EEW_DLV_HEAD_STR

/SCDL/INCL_EEW_DLV_ITEM_STR

Stock Transfer

/SCDL/INCL_EEW_DLV_HEAD_STR

/SCDL/INCL_EEW_DLV_ITEM_STR

Posting Change Request

/SCDL/INCL_EEW_DR_HEAD_STR

/SCDL/INCL_EEW_DR_ITEM_STR

Posting Change

/SCDL/INCL_EEW_DLV_HEAD_STR

/SCDL/INCL_EEW_DLV_ITEM_STR

Caution

Several document categories have the same structure. This means that an enhancement is simultaneously present in more than one document category.

EWM offers a range of Business Add-Ins (BAdIs) that you can use to fill the new fields with data.

Activities

       1.      On the SAP Easy Access screen, choose Tools ABAP Workbench Development Dictionary.

The ABAP Dictionary: Initial Screen screen appears.

       2.      Choose Data Type.

       3.      In the Data Type field, enter the structure that you want to enhance using an append structure.

       4.      Choose Change.

       5.      Create an append structure and enhance the append structure by adding your own fields.

For more information, see Extending Tables and Structures.

       6.      Enter data into the new fields. To do this, in Customizing for Extended Warehouse Management under Business Add-Ins (BAdIs) for Extended Warehouse Management enter the relevant BAdIs.

Example

For the data enhancement for messages to the decentralized SAP ERP, choose the following BAdI:

Extended Warehouse Management Business Add-Ins (BAdIs) for Extended Warehouse Management Interfaces ERP Integration Inbound Messages from ERP System to EWM BAdI: Creation of Inbound Deliveries in EWM.

 

 

End of Content Area