Show TOC

  Data Enhancement for Warehouse Requests

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 Caution

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

End of the caution.

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 Start of the navigation path Tools Next navigation step ABAP Workbench Next navigation step Development Next navigation step Dictionary. End of the navigation path

    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 Example

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

    Start of the navigation path Extended Warehouse Management Next navigation step Business Add-Ins (BAdIs) for Extended Warehouse Management Next navigation step Interfaces Next navigation step ERP Integration Next navigation step Inbound Messages from ERP System to EWM Next navigation step BAdI: Creation of Inbound Deliveries in EWM. End of the navigation path

    End of the example.