Menu

SAP Function Module CLFC_IS_LEGAL_VALUE

Check Whether a Characteristic Value is Valid in an Environment

Recommended Now

Fire TV Stick Lite Essentials Bundle

This bundle contains Amazon Fire TV Stick Lite and Mission USB Power Cable. The USB power cable eliminates the need to find an AC outlet near your TV by powering Amazon Fire TV directly from your TV's USB port. Includes special power management circuitry that enhances the peak power capability of the USB port by storing excess energy and then releasing it as needed.

Check it out on amazon.com →

The Function Module CLFC_IS_LEGAL_VALUE (Check Whether a Characteristic Value is Valid in an Environment) is a standard Function Module in SAP ERP and is part of the function group CLFC1 within the package CL.

Technical Information

Function Module CLFC_IS_LEGAL_VALUE
Short Text Check Whether a Characteristic Value is Valid in an Environment
Function Group CLFC1
Package CL
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CHARACTERISTIC LIKE CABN-ATNAM SPACE Characteristic Name
CHAR_INT_NR LIKE CABN-ATINN SPACE Internal Characteristic Number
CLASS LIKE KLAH-CLINT Class Name
CLASS_TYPE LIKE KLAH-KLART SPACE Class Type
KEY_DATE LIKE SY-DATUM SY-DATUM Date
LANGUAGE LIKE SY-LANGU SY-LANGU Language Key
OBJECT_KEY LIKE KSSK-OBJEK Object Key
OBJECT_TABLE LIKE TCLO-OBTAB Object Type
VALUE LIKE Characteristic Value to be Checked

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
INTERNAL_NODE LIKE Node in Value Hierarchy
RETURN_CODE LIKE SY-SUBRC Error Code
VALUE_EXP LIKE Normalized Value if Necessary

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
FORMAT_CHECK Value to be Checked Does Not Match Characteristic Format
ILLEGAL_VALUE Value Not Valid
UNKNOWN_CHARACTERISTIC Characteristic Not Defined
UNKNOWN_CLASS Class Not Defined