Menu

SAP Function Module AD1C_PROF_CHECK

Prüfung DP-Profil

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

The Function Module AD1C_PROF_CHECK (Prüfung DP-Profil) is a standard Function Module in SAP ERP and is part of the function group AD1C within the package AD01.

Technical Information

Function Module AD1C_PROF_CHECK
Short Text Prüfung DP-Profil
Function Group AD1C
Package AD01
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_FLAG_APPEND LIKE SPACE 'X': Ergänzung von ET_RESULT + ET_RESULT_DETAILS
I_PROFNR LIKE AD01C_PROF-PROFNR Zu prüfendes profil
I_USAGE LIKE AD01C_PROF-DPUS Zu prüfende erwendung des Profils

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ET_CHECK_FUNC LIKE AD01C_CHK Tabelle mit Prüffunktionen
ET_RESULT LIKE AD01CHKRES Tabelle mit Ergebnissen der Prüfungen
ET_RESULT_DETAILS LIKE AD01CHKRES_DETAILS Tabelle mit Details zu den Ergebnissen

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
CHECK_TAB_EMPTY Keine Funktionen in ET_CHECK_FUNC hinterlegt
ERROR_FUNCTION_CALL Fehler beim Aufruf einer Profilprüffunktion
PROF_NOT_FOUND Profil und/oder Verwendung nicht gefunden