The Function Module RKC_DIMENSIONS_SAVE (Sichert eine Menge von Merkmalen (mit ggf. vorhandenen Attributen)) is a standard Function Module in SAP ERP and is part of the function group KXGD within the package KC.
Function Module | RKC_DIMENSIONS_SAVE |
Short Text | Sichert eine Menge von Merkmalen (mit ggf. vorhandenen Attributen) |
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 | CGDPAR-APPLC | application class | |
I_SYSTP | LIKE | CGSPAR-SYSTP | system type | |
I_WRITE_PROTOCOL | TYPE | KCDB_BOOL | 'X' | Protokoll schreiben (Flag) |
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: --> Langdoku | |
E_T_MSG | TYPE | KCDB_T_MSG | Nachrichten | |
E_T_TABNM_VIEWN | TYPE | KCDB_T_TABNM | table with names of modified tables and |
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
C_TSX_ATR | TYPE | KCDB_TSX_ATR_TRA | table with new and existing attributes | |
C_T_DEP | TYPE | KCDB_T_DEP | table with dependencies | |
C_T_DIM | TYPE | KCDB_T_GFIE | table with dimensions |
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.