The Function Module WB2_IF_LIV_CREATE_FR_OD (Interface: Fill EKPO to create LIV according to Outbound Delivery) is a standard Function Module in SAP ERP and is part of the function group WB2_BACKGROUND_CREATE within the package WB2B_ACTION.
Function Module | WB2_IF_LIV_CREATE_FR_OD |
Short Text | Interface: Fill EKPO to create LIV according to Outbound Delivery |
Function Group | WB2_BACKGROUND_CREATE |
Package | WB2B_ACTION |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_MODE | TYPE | WB2_MODE | Mode of the steps of a business process | |
I_PRE_STEP | TYPE | WB2_STEP | Step of the business process | |
I_STEP | TYPE | WB2_STEP | Step of the business process | |
I_TEW_TYPE | TYPE | WB2_TEW_TYPE | Trading Execution Workbench Type | |
OD_NUMBER | TYPE | VBELN_VL | Lieferung |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
L_SUBRC | TYPE | SY-SUBRC | Belegnummer eines Rechnungsbeleges |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_T_EKPO_LIV | LIKE | WB2_EKPO | Purchasing Document Item |
This function module does not define any Exceptions.