The Function Module C1R3_EXPCB_READ_RULESET (EHS: Expert Callback, Auslesen von Regelwerken) is a standard Function Module in SAP ERP and is part of the function group C1R3 within the package CBUI.
Function Module | C1R3_EXPCB_READ_RULESET |
Short Text | EHS: Expert Callback, Auslesen von Regelwerken |
Function Group | C1R3 |
Package | CBUI |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_AKT_VERSION | LIKE | SY-DATUM | Vergleichsver., return nur wenn neuere V. vorh. | |
I_CHECKOUT | LIKE | BAPISTDTYP-BOOLEAN | Checkout ja/nein | |
I_RULSETNAME | LIKE | RCGEXPDIAL-EXPRULESET | Name des Regelwerks, '' für akt. temp. Regelwerk |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_RET_VERSION | LIKE | SY-DATUM | Aktuelle VErsion des gelesenen Regelwerks |
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_TAB_MAPFILE | LIKE | RCGEXPMAPFILE | BIN Map, altern. zu E_TAB_RUL | |
E_TAB_RETURN | LIKE | RCGEXPERROR | Fehlermeldungen | |
E_TAB_RULFILE | LIKE | RCGEXPRULFILE | BIN Rule, altern. zu E_TAB_RUL |
This function module does not define any Exceptions.