Menu

SAP Function Module RRMX_DOC_GET

The Function Module RRMX_DOC_GET () is a standard Function Module in SAP ERP and is part of the function group RRMX within the package RSR.

Technical Information

Function Module RRMX_DOC_GET
Short Text
Function Group RRMX
Package RSR
Module Type Remote-Enabled

Importing Parameters

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
I_ITEMID LIKE RSRWBITEMS-ITEMID 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

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_BDS_DOC_ID LIKE BAPISIGNAT-DOC_ID
E_BDS_TIMESTAMP LIKE BAPISIGNAT-PROP_VALUE
E_SIZE TYPE BDS_COMPSI
E_SUBRC LIKE SY-SUBRC Return Value, Return Value After ABAP Statements

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_T_DOC_CONTENT LIKE BAPICONTEN Business Document Service: File Content

Exceptions

This function module does not define any Exceptions.