The Function Module RSDRC_SELDR_FROM_RFC (Re-Converts SELDR from a format suitable for RFCs) is a standard Function Module in SAP ERP and is part of the function group RSDRC within the package RSDD.
Function Module | RSDRC_SELDR_FROM_RFC |
Short Text | Re-Converts SELDR from a format suitable for RFCs |
Function Group | RSDRC |
Package | RSDD |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_DEBUG | TYPE | RS_BOOL | RS_C_FALSE | Debug-Modus an/aus |
I_SELDR_XSTR | TYPE | XSTRING | in XSTRING gepackte SELDR | |
I_T_EQSID | TYPE | RSDR0_T_EQSID | muß sortiert sein nach SELDRTABIX | |
I_T_NODEDR | TYPE | RSDR0_T_NODEDR | muß sortiert sein nach SELDRTABIX | |
I_T_RANGE | TYPE | RSDR0_T_RANGE | muß sortiert sein nach SELDRTABIX | |
I_T_TABLDR | TYPE | RSDR0_T_TABLDR | muß sortiert sein nach SELDRTABIX |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
EQSID_ERROR | I_T_EQSID nicht korrekt |
NODEDR_ERROR | I_T_NODEDR nicht korrekt |
RANGE_ERROR | I_T_RANGE nicht korrekt |
TABLDR_ERROR | I_T_TABLDR nicht korrekt |
WRONG_INPUT | Fehler bei der Konvertierung von I_SELDR_XSTR |