The Function Module CTMV_CREATE_FEATURE (Anlegen eines neutralen Merkmals ohne Dialog) is a standard Function Module in SAP ERP and is part of the function group CTMV within the package CT.
Function Module | CTMV_CREATE_FEATURE |
Short Text | Anlegen eines neutralen Merkmals ohne Dialog |
Function Group | CTMV |
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 | Characteristic name |
FEATURE_NEUTRAL_NAME | LIKE | CABN-ATNAM | Language-independent name of characteristic | |
FORMAT | LIKE | CABN-ATFOR | Data format | |
GROUP | LIKE | CABN-ATKLA | SPACE | Characteristics group |
INTERNAL_UNIT_OF_MEASURE | LIKE | CABN-MSEHI | SPACE | Internal unit of measure |
KEY_DATE | LIKE | SY-DATUM | SY-DATUM | Date |
LANGUAGE | LIKE | CABNT-SPRAS | SY-LANGU | Language |
NUMBER_OF_POSITIONS | LIKE | CABN-ANZST | 0 | Number of characters |
PLACES_AFTER_DECIMAL_SIGN | LIKE | CABN-ANZDZ | 0 | Number of decimal places |
REQUIRED_ENTRY | LIKE | CABN-ATERF | SPACE | Necessary entry (required field) |
TITLE1 | LIKE | CABNT-ATUE1 | SPACE | Heading 1 |
TITLE2 | LIKE | CABNT-ATUE2 | SPACE | Heading 2 |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FEATURE_ID | LIKE | CABN-ATINN | Internal characteristic number |
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 cancelled characteristics maintenance |
INVALID_ECN | Change Number Does Not Exist |
INVALID_GROUP | Characteristics group not found |
INVALID_LANGUAGE | Invalid language indicator |
INVALID_NAME | Characteristic name already assigned |
KEY_LOCKED | Data base block set |