Menu

SAP Function Module AUTH_FIELD_GET_INFO

Zu einem Feld in der Tab. AUTH verschiedene Inform. holen

The Function Module AUTH_FIELD_GET_INFO (Zu einem Feld in der Tab. AUTH verschiedene Inform. holen) is a standard Function Module in SAP ERP and is part of the function group SUSX within the package SUSR.

Technical Information

Function Module AUTH_FIELD_GET_INFO
Short Text Zu einem Feld in der Tab. AUTH verschiedene Inform. holen
Function Group SUSX
Package SUSR
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
FIELDNAME LIKE TOBJ-FIEL1 Field name in table AUTH
LANGU LIKE SY-LANGU SY-LANGU Language in which search is performed

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DATEL LIKE DFIES-ROLLNAME Assigned data element
INTTYPE LIKE DFIES-INTTYPE Field's internal type
LNG LIKE DFIES-OUTPUTLEN Field length
RC LIKE SY-SUBRC Return: 0-Field available >0 not available
TEXT LIKE DFIES-FIELDTEXT Short text for field

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.