The Function Module RKC_STRUCTURE_SAVE (Sichern generierter Strukturen) is a standard Function Module in SAP ERP and is part of the function group KXGD within the package KC.
Function Module | RKC_STRUCTURE_SAVE |
Short Text | Sichern generierter Strukturen |
Function Group | KXGD |
Package | KC |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_APPLC | LIKE | CGSPAR-APPLC | Applikationsklasse | |
I_INC_TAB | TYPE | KCDB_T_TAB | Includierte Tabellen (bei View) | |
I_PERBL | LIKE | CGSPAR-PERBL | Blockungsfaktor | |
I_SYSTP | LIKE | CGSPAR-SYSTP | Systemtyp | |
I_TABCL | TYPE | KCDB_S_TAB-TABCL | Tabellenklasse (TRANSP/INTTAB/...) | |
I_TABNM | TYPE | KCDB_S_TAB-TABNM | Tabellen (Struktur-) name | |
I_TXT_M | TYPE | KCDB_S_TAB-TXT_M | Text zur Tabelle |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_SUBRC | LIKE | SY-SUBRC | Return code |
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
C_T_ATR | TYPE | KCDB_T_GATR | Tabelle der Attribute | |
C_T_BAS | TYPE | KCDB_T_CGGFIE | Tabelle der Kennzahlen | |
C_T_DEP | TYPE | KCDB_T_DEP | Tabelle der Merkmalsabhängigkeiten | |
C_T_DIM | TYPE | KCDB_T_CGGFIE | Tabelle der Merkmale |
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.