BAdI: Method Called after Save
BAdI: Method Called after Save
Use
This Business Add-In (BAdI) is used in the Extended Warehouse Management (EWM) component.
You can use the BAdI /SCWM/EX_WRKC_UI_AFTER_SAVE to trigger follow-up actions for handling units.
This BadI includes the method AFTER_SAVE. It is called in the work center transactions and in the RF transactions for packing and deconsolidation, after the changes in the transactions have been stored in the database.
Requirements
This method only runs on the work center UI and in the packing and deconsolidation transactions of the RF framework.
Standard settings
In the standard system, the fallback implementation is called. In this implementation, follow-up warehouse tasks according to the storage process are created after the HUs have been closed. Additionally, return transfer warehouse tasks are created.
Activities
For information about implementing BAdIs as part of the Enhancement Concept, see SAP Library for SAP NetWeaver under BAdIs – Embedding in the Enhancement Framework.
See also:
The BAdI uses the interface /SCWM/IF_EX_WRKC_UI_AFTER_SAVE. For more information, display the interface in the Class Builder.