Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.
Bei amazon.de ansehen →The Function Module CTUT_FEATURE_DATA () is a standard Function Module in SAP ERP and is part of the function group CTUT within the package CT.
Function Module | CTUT_FEATURE_DATA |
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 |
CLASS_TYPE | LIKE | KLAH-KLART | SPACE | Class type |
FEATURE_ID | LIKE | CABN-ATINN | 0 | Internal feature number |
FEATURE_NAME | LIKE | CABNT-ATBEZ | SPACE | Feature name |
FEATURE_NEUTRAL_NAME | LIKE | CABN-ATNAM | SPACE | Language-independent feature name |
IGNORE_BUFFER | LIKE | RCTMV-MARK | SPACE | Discard buffered data |
IGNORE_DELETE_FLAG | LIKE | RCTMV-MARK | SPACE | Ignore deletion indicator |
IGNORE_RENAME | LIKE | RCTMV-MARK | SPACE | Include renamed characteristics |
KEY_DATE | LIKE | SY-DATUM | SY-DATUM | Date |
LANGUAGE | LIKE | CABNT-SPRAS | SPACE | Language indicator |
MESSAGE_TYPE_INP | LIKE | SY-MSGTY | 'E' | Message type (E,I,W,...) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ECABN | LIKE | CABN | ||
ECABNT | LIKE | CABNT |
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 |
---|---|
INVALID_CLASS_TYPE | Invalid class type |
MISSING_FEATURE_INFORMATION | Specifications not sufficient for |
NO_FEATURE_FOUND | Feature not found |
NO_FEATURE_VALID | No feature valid for class type fo |
NO_LANGUAGE | Language was not specified |