The Function Module KKR_FC_EXTERNAL_TO_INTERNAL (Convert field catalog of database to internal format) is a standard Function Module in SAP ERP and is part of the function group KKRT within the package SLIS.
Function Module | KKR_FC_EXTERNAL_TO_INTERNAL |
Short Text | Convert field catalog of database to internal format |
Function Group | KKRT |
Package | SLIS |
Module Type | Normal Module |
This function module does not define any IMPORTING parameters.
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_LENGTH_OPTI | LIKE | KKRTFIELDS-LENGTHOPTI | ||
E_STRIPES | LIKE | KKRTFIELDS-STRIPES | ||
E_TABULATOR | TYPE | N |
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 |
---|---|---|---|---|
T_DEFAULT_FIELDCAT | TYPE | KKBHT_T_FIELD_CAT | Field Catalog | |
T_EXTERNAL_FIELDCAT | LIKE | LTDXDATA | Field Catalog | |
T_INTERNAL_FIELDCAT | TYPE | KKBHT_T_FIELD_CAT | Field Catalog |
This function module does not define any Exceptions.