Menu

SAP Function Module BAPI_QADB_READ

Read SAP Reference Structure for Q&Adb

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 BAPI_QADB_READ (Read SAP Reference Structure for Q&Adb) is a standard Function Module in SAP ERP and is part of the function group BEQADB within the package SBEIF.

Technical Information

Function Module BAPI_QADB_READ
Short Text Read SAP Reference Structure for Q&Adb
Function Group BEQADB
Package SBEIF
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CORETEMPLATE LIKE BAPIBEGEN-TEMPLATE Core Template ID
INCLUDE_IMG_ASSIGNMENTS LIKE BAPIBEGEN-FLAG Put IMG assignment in hierarchy
JOBCOUNT LIKE TBTCM-JOBCOUNT Background job number
LANGUAGE LIKE BAPI_LAISO-LANGU SY-LANGU Language key
LANGUAGEISO LIKE BAPI_LAISO-LANGU_ISO Language according to ISO 639
ROOT_STRUCTURE_ID LIKE BAPIBESTH-GUID Root Structure (Default: System Setting in SCUS_HIER)

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
DOCUMENTATION_ASSIGNMENTS LIKE BAPIBEDAS E Documentation Assignments
HIERARCHY LIKE BAPIQADBH E SAP Reference Structure for Q&Adb
IBUTEMPLATES LIKE BAPIBEID3 I IBU Templates
NODE_ASSIGNMENTS LIKE BAPIQADBS E Occurrence-Specific Assignments
NODE_ATTRIBUTES LIKE BAPIBENAT Generic Node Attributes
OBJECT_ASSIGNMENTS LIKE BAPIQADBN E Object-Specific Assignments
RETURN LIKE BAPIRET2 E Return Parameter

Exceptions

This function module does not define any Exceptions.