The Function Module RRMX_DOC_DELETE () is a standard Function Module in SAP ERP and is part of the function group RRMX within the package RSR.
Function Module | RRMX_DOC_DELETE |
Short Text | |
Function Group | RRMX |
Package | RSR |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_DOC_TYPE | TYPE | BDS_DOC_TP | SPACE | |
I_ITEMID | LIKE | RSRWBITEMS-ITEMID | SPACE | |
I_NO_CHECKS | TYPE | RS_BOOL | SPACE | |
I_OBJVERS | LIKE | RSRWBINDEX-OBJVERS | RS_C_OBJVERS-ACTIVE | Object Version |
I_PAGEID | LIKE | RSRWBPAGES-PAGEID | SPACE | |
I_VIEWID | LIKE | RSRWBITEMS-VIEWID | SPACE | |
I_WBID | LIKE | RSRWBINDEX-WORKBOOKID | Workbook ID | |
I_WRITE_CTS | TYPE | RS_BOOL | RS_C_TRUE |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_SUBRC | LIKE | SY-SUBRC | Return Value, Return Value After ABAP Statements |
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.