The Function Module BAPI_BUS1092_DELETE (EHS: Delete Reports (For Internal Use Only)) is a standard Function Module in SAP ERP and is part of the function group 1092 within the package CBUI.
Function Module | BAPI_BUS1092_DELETE |
Short Text | EHS: Delete Reports (For Internal Use Only) |
Function Group | 1092 |
Package | CBUI |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FLG_BUFFER | LIKE | BAPISTDTYP-BOOLEAN | Buffer data | |
FLG_REPORT_HEADER | LIKE | BAPISTDTYP-BOOLEAN | Delete report header | |
FLG_REPORT_SUBJOIN | LIKE | BAPISTDTYP-BOOLEAN | Delete report-substance assignment | |
FLG_TESTRUN | LIKE | BAPISTDTYP-BOOLEAN | Simulate only | |
KEY_DATE | LIKE | RCGADDINF-VALDAT | SY-DATUM | Validity date for object key |
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 |
---|---|---|---|---|
REPORT_HEADER | LIKE | BAPI1092DH | Report header | |
REPORT_SUBJOIN | LIKE | BAPI1092DJ | Report-substance assignment | |
RETURN | LIKE | BAPIRET2 | BAPI feedback |
This function module does not define any Exceptions.