Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →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.
Function Module | SF_ATTRIBUTES_GET_INFO |
Short Text | Check attribute in class and get information |
Function Group | SFAR |
Package | SFIN |
Module Type | Normal Module |
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 |
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 |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
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 |