The Function Module CBP_TAB_MODEL_WORKAREA_GET (Fills the working structure of PP-CBP) is a standard Function Module in SAP ERP and is part of the function group CBP_TAB within the package CBP.
Function Module | CBP_TAB_MODEL_WORKAREA_GET |
Short Text | Fills the working structure of PP-CBP |
Function Group | CBP_TAB |
Package | CBP |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_APPL | LIKE | TCBP_MTV-APPL | Applikation of the model | |
I_MODEL | LIKE | TCBP_MOD-MODEL | Name of the Model | |
I_MODEL_TYPE | LIKE | TCBP_MOD-MODEL_TYPE | Type of the model | |
I_VERSION | LIKE | TCBP_MTV-VERSION | Version of the model |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
O_MODWA | LIKE | SCBP_MODWA | Work area for the given version |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.