Menu

SAP Function Module CUD6_CHECK_INPUT_CLASS

Syntax check for use of class in constraints

The Function Module CUD6_CHECK_INPUT_CLASS (Syntax check for use of class 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_CLASS
Short Text Syntax check for use of class 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 TYPE C Class
CUD6_CLASS_NUMBER LIKE KLAH-CLINT
CUD6_CLASS_TYPE LIKE KLAH-KLART Class type
CUD6_DATE LIKE KSML-DATUV Date

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.