Menu

SAP Function Module CUD6_CHECK_INPUT_OBJECT

Syntax check for use of object in constraints

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.

Technical Information

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

Importing Parameters

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

Exporting Parameters

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

Changing Parameters

This function module does not define any CHANGING parameters.

Table 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

Exceptions

This function module does not define any Exceptions.