Overview of available functions
All functions are located in the function group /AEB/WU_PB_CREATE_EXP_DATA.
- /AEB/WU_PB_SESS_CREATE
- /AEB/WU_PB_SESS_CLOSE_ACTIVATE
- /AEB/WU_PB_CR_GOODS_RECEIPT
- /AEB/WU_PB_CR_MATERIAL
- /AEB/WU_PB_CR_PARTS_LIST
- /AEB/WU_PB_CR_SALES_ORDER
/AEB/WU_PB_SESS_CREATE
This function module offers the function of creating a session. You should only use it if you create your own export application. If instead you create additional export data from a BAdI of the standard data export, then you should use the session ID that the BAdI offers you.
Import parameters:
IM_ORG_UNIT (organizational unit to use for the export)
IM_IF_ID (interface type (possible types have been stored as constants in the /AEB/CL_WU_PB_CONSTANTS_BC class))
Export parameters:
EX_SESSION_ID (session ID)
/AEB/WU_PB_SESS_CLOSE_ACTIVATE
This function module should only be called if you created the session on your own with function module /AEB/WU_PB_SESS_CREATE. It closes and activates a session.
Import parameters:
IM_SESSION_ID (session ID)
/AEB/WU_PB_CR_GOODS_RECEIPT
This function module offers the function of creating goods receipt data that is afterwards exported to the target system.
Import parameters:
IM_SESSION_ID (session ID)
IM_GOODS_RECEIPT_DO (goods receipt data)
/AEB/WU_PB_CR_MATERIAL
This function module offers the function of creating material data that is afterwards exported to the target
system.
Import parameters:
IM_SESSION_ID (session ID)
IM_MATERIAL_DO (material data)
/AEB/WU_PB_CR_PARTS_LIST
This function module offers the function of creating bills of material that are afterwards exported to the target system.
Import parameters:
IM_SESSION_ID (session ID)
IM_PARTS_LIST_DO (BOM header)
/AEB/WU_PB_CR_SALES_ORDER
This function module offers the function of creating order data that is afterwards exported to the target
system.
Import parameters:
IM_SESSION_ID (session ID)
IM_SALES_ORDER_DO (order data)
Updated over 3 years ago