Menu

SAP Function Module SF_ATTRIBUTES_GET_INFO

Check attribute in class and get information

The Function Module SF_ATTRIBUTES_GET_INFO (Check attribute in class and get information) is a standard Function Module in SAP ERP and is part of the function group SFAR within the package SFIN.

Technical Information

Function Module SF_ATTRIBUTES_GET_INFO
Short Text Check attribute in class and get information
Function Group SFAR
Package SFIN
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ATTRIBUTE LIKE TFIA-ATTRI Attribute entered by researcher
CLASS LIKE TFIC-CLASS Document class

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CHECK_ROUTINE LIKE TFIA-ROUTINE Check routine for values of an att
TYPE_OF_ATTRIBUTE LIKE TFIA-DATATYP Category of values for attribute

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
ATTRIBUTE_WITHOUT_TYPE This attribute is not listed in SF
CLASS_WITHOUT_ATTRIBUTES This class is not listed in SFICD
INVALID_ATTRIBUTE this attribute is not contained in
INVALID_CLASS this document class is not known
NO_CHECKROUTINE_FOUND no check routine found for attribu