The Function Module BBP_CREATE_ASSET (RFC enabled function module to create assets) is a standard Function Module in SAP ERP and is part of the function group BBPA within the package BBPA.
Function Module | BBP_CREATE_ASSET |
Short Text | RFC enabled function module to create assets |
Function Group | BBPA |
Package | BBPA |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ASSET_CLASS | LIKE | ANLA-ANLKL | asset class of asset to be created | |
COMP_CODE | LIKE | ANLA-BUKRS | company code | |
QUANTITY | LIKE | BAPIEKPO-QUANTITY | number of assets to be created | |
TXT50 | LIKE | ANLA-TXT50 | description (50 chars, optional) |
This function module does not define any EXPORTING parameters.
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 |
---|---|---|---|---|
ASSET_TAB | LIKE | BBP_ACR_AO | table of asset numbers as the result |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ASSET_CLASS_NOT_VALID | the asset class does not exist in the backend |
ASSET_NOT_CREATED | an error occured while processing 'call function |
COMPANY_CODE_NOT_VALID | the company code does not exist in the backend |