The Function Module FC_RFC_STRUC_TYPEDESCR_CREATE (ABAP-Definitionen von strukturierten Typen im Sendersystem erzeugen) is a standard Function Module in SAP ERP and is part of the function group FCI1 within the package FCIN.
Function Module | FC_RFC_STRUC_TYPEDESCR_CREATE |
Short Text | ABAP-Definitionen von strukturierten Typen im Sendersystem erzeugen |
Function Group | FCI1 |
Package | FCIN |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_TABNAME_TDATA | LIKE | DD02L-TABNAME | Name der Tabelle mit Summendaten | |
I_TYPENAME_TDATA | LIKE | DD02L-TABNAME | Name des strukturierten Typs für I_TABNAME_TDATA |
This function module does not define any EXPORTING parameters.
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 |
---|---|---|---|---|
ET_CODE_CMP | LIKE | ABAPSOURCE | komprimierte ABAP_SOURCE | |
IT_TABNAMES | LIKE | ABAPSOURCE | Namen der Tabelle, für die Strukturinfo angefordert wird | |
IT_TYPENAMES | LIKE | ABAPSOURCE | Namen der strukturierten Typen zu Tabellen in IT_TABNAMES |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NOT_FOUND | Kein aktives Laufzeitobjekt zu TABNAME gefunden |