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 CUD6_CHECK_INPUT_OBJECT (Syntax check for use of object in constraints) is a standard Function Module in SAP ERP and is part of the function group CUD6 within the package CUMT.
Function Module | CUD6_CHECK_INPUT_OBJECT |
Short Text | Syntax check for use of object in constraints |
Function Group | CUD6 |
Package | CUMT |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CUD6_CLASS_NUMBER | LIKE | KLAH-CLINT | Class | |
CUD6_CLASS_TYPE | LIKE | KLAH-KLART | Class type | |
CUD6_DATE | LIKE | KSML-DATUV | Date | |
CUD6_OBJECT_KEY | LIKE | KSSK-OBJEK | Object key | |
CUD6_OBJECT_TABLE | LIKE | TCLO-OBTAB | Object table |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CUD6_CLASS_INTERNAL | LIKE | KLAH-CLINT | Internal class number | |
CUD6_FEATURE_EXCEPTION | LIKE | CABN-ATNAM | Characteristic not suitable | |
CUD6_FORMAT_EXCEPTION | LIKE | CABN-ATFOR | Format of unsuitable characteristic | |
CUD6_RETURNCODE | LIKE | SY-SUBRC | Return code |
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 |
---|---|---|---|---|
CUD6_FEATURES | LIKE | RCUTB | Transfer table with characteristics |
This function module does not define any Exceptions.