Menu

SAP Function Module DD_AUTH_CHECK

Authority check for Data Dictionary and database utility

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

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 DD_AUTH_CHECK (Authority check for Data Dictionary and database utility) is a standard Function Module in SAP ERP and is part of the function group SDD0 within the package SDIC.

Technical Information

Function Module DD_AUTH_CHECK
Short Text Authority check for Data Dictionary and database utility
Function Group SDD0
Package SDIC
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ACTION LIKE SPACE Action as String. See function documentation
ACTION_CODE LIKE TACT-ACTVT SPACE Action as TACT-Code. See function documentation
DEVCLASS LIKE TDEVC-DEVCLASS SPACE provided development class for new objects
MSG_TYP LIKE SPACE Category of message for missing authorization
OBJNAME LIKE Name of the object
OBJTYPE LIKE Object type. For example DOMA, DTEL, TABL, VIEW

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
RC LIKE SY-SUBRC Return code as for AUTHORITY_CHECK

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
ACTION_UNSUPPORTED Action is not supported.
OBJTYPE_UNSUPPORTED Object type is not supported.
PARAM_ERROR ACTION and ACTION_CODE were both supplied.