The Function Module BAPI_BOM_UPLOAD_SAVE (Main Module for BOM Update (Upload from CRM)) is a standard Function Module in SAP ERP and is part of the function group CSUL within the package CRM.
Function Module | BAPI_BOM_UPLOAD_SAVE |
Short Text | Main Module for BOM Update (Upload from CRM) |
Function Group | CSUL |
Package | CRM |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IS_MAST | LIKE | BAPIBOMMST | Communication Structure MAST | |
IS_STZU | LIKE | BAPIBOMSTZ | Communication Structure STZU |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ES_RETURN | LIKE | BAPIRET2 | BAPI Return Structure |
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 |
---|---|---|---|---|
IT_STAS | LIKE | BAPIBOMSTA | Table for Communication Structure STAS | |
IT_STKO | LIKE | BAPIBOMSTK | Table for Communication Structure STKO | |
IT_STPO | LIKE | BAPIBOMSTP | Table for Communication Structure STPO |
This function module does not define any Exceptions.