The Function Module SCPR_CT_TABLE_LANG_DEP_GET () is a standard Function Module in SAP ERP and is part of the function group SCPRVI within the package SCPR.
Function Module | SCPR_CT_TABLE_LANG_DEP_GET |
Short Text | |
Function Group | SCPRVI |
Package | SCPR |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FLDDESCR_REDUCED | TYPE | C | SPACE | |
TABNAME | TYPE | SCPRVALS-TABLENAME | BC Set: Table/View Name | |
TABTYPE | TYPE | OBJH-OBJECTTYPE |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
LANG_DEP | TYPE | C | ||
LANG_FLDNAME | TYPE | SCPR_DESCR-FIELDNAME | ||
LANG_POS | TYPE | I | ||
TEXTTAB_EXIST | TYPE | C | ||
TEXTTAB_NAME | TYPE | SCPR_DESCR-TABLENAME | Name of Text Table |
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 |
---|---|---|---|---|
FLDDESCR | LIKE | SCPR_DESCR | Field Descriptions | |
HEADER | LIKE | VIMDESC | ||
LANG_DEP_TABLES | TYPE | SCPR_TABS_FLDESCR |
This function module does not define any Exceptions.