The Function Module RS_PREC_READ_SETTINGS_FOR_WBID (Liefert die Settings eines WBIDs) is a standard Function Module in SAP ERP and is part of the function group RS_PREC within the package RSR_EXCEL_PRECALC.
Function Module | RS_PREC_READ_SETTINGS_FOR_WBID |
Short Text | Liefert die Settings eines WBIDs |
Function Group | RS_PREC |
Package | RSR_EXCEL_PRECALC |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_WBID | TYPE | RSSGUID25 | BW Generierungs-Tool: GUID in komprimierter Form (CHAR25) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_SUBRC | TYPE | SY-SUBRC | Rückgabewert, Rückgabewert nach ABAP-Anweisungen |
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 |
---|---|---|---|---|
E_T_SETTINGS | LIKE | RSRD_SETTING | Tabellentyp zu RSRD_V_SETTING |
This function module does not define any Exceptions.