Scenario 1: Creation of Inbound Delivery in EWM (From ERP Inbound Delivery ).
Scenario 2: Sending Additional Fields to EWM Inbound Delivery (From ERP Inbound Delivery).
How to send additional information from ERP to EWM system while creating Inbound delivery in EWM System (both Embedded and Decentral)?
3. In the above said exit, use the importing parameters for fetching the required data and pass those values to the extension tables which are changing.
4. Use Extension1 with structure BAPIEXTC for passing the unstructured data (long text)
5. Use Extension2 with structure BAPIEXTC for passing the structured data (values for data elements).
Scenario 3: Receive Additional data into EWM system (to replicate tables from Scenario 2).
2. These extension tables ET_EXTENSION1 & ET_EXTENSION2 acts as a place holders for the values that are passed in the user exit in scenario 2.
There is also possibility to send values from EWM system to ERP system along with inbound delivery confirmation upon, goods receipt or Inbound delivery cancellation in EWM. I will explain the technical flow in my next blog.
Thanks to author Sriram Rokkam