The Function Module CTUT_TABLE_FIELD_CHECK () is a standard Function Module in SAP ERP and is part of the function group CTUT within the package CT.
Function Module | CTUT_TABLE_FIELD_CHECK |
Short Text | |
Function Group | CTUT |
Package | CT |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CHANGE_NUMBER | LIKE | CABN-AENNR | SPACE | Change Number |
FEATURE_NAME | LIKE | CABNT-ATBEZ | SPACE | Name of the feature |
FEATURE_NEUTRAL_NAME | LIKE | CABN-ATNAM | SPACE | Language-independent name of the f |
FIELDNAME | LIKE | Field name of the table element | ||
KEY_DATE | LIKE | SY-DATUM | SY-DATUM | Date |
LANGUAGE | LIKE | CABNT-SPRAS | SY-LANGU | Language |
REQUIRED_ENTRY | LIKE | CABN-ATERF | SPACE | Necessary entry (required field) |
TABLENAME | LIKE | Table name |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FEATURE_ID | LIKE | CABN-ATINN | Internal feature number | |
NEW_FEATURE | LIKE | New feature has been created |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
CANCEL_BY_USER | User has cancelled feature mainten |
INVALID_FIELDNAME | Field not in table |
INVALID_NAME | Feature name already assigned |
INVALID_TABNAME | Table not in Dictionary |
KEY_LOCKED | Data base block set |