The Function Module RSDRC_CODE_CUBE_DATA_GET (Generiert ABAP-Code für RFC-Datenzugriff) is a standard Function Module in SAP ERP and is part of the function group RSDRC within the package RSDD.
Function Module | RSDRC_CODE_CUBE_DATA_GET |
Short Text | Generiert ABAP-Code für RFC-Datenzugriff |
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 | Debugging an/aus? |
I_PRETTY_PRINTER | TYPE | RS_BOOL | RS_C_FALSE | Pretty Printer ja/nein? |
I_STRUCTNM | TYPE | RSVIEWTIOBJNM | SPACE | Alternative 2: DDIC Strukturname des Resultstyps |
I_SYNTAX_CHECK | TYPE | RS_BOOL | RS_C_FALSE | Syntax Check ja/nein? |
I_T_DATA | TYPE | STANDARD TABLE | Alternative 3: Resultatstyp selbst | |
I_T_RESULTTYPE | TYPE | RSDR0_T_ABAPSOURCE | Alternative 1: ABAP-Definition des Resultatstyps |
This function module does not define any EXPORTING parameters.
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
C_T_CODE | TYPE | RSDR0_T_ABAPSOURCE | generierter Code |
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
GENERATION_ERROR | Syntaxfehler |
WRONG_INPUT | ungültige Eingabewerte |