Menu

SAP Function Module BAPI_QUESTION_READMULTIPLE

Read question

Unsere Literaturempfehlung

SAP-Änderungs- und Transportmanagement: Architektur und Wartung der SAP-Systemlandschaft

Das Standardwerk zum Änderungs- und Transportmanagement in der 4. Auflage! In diesem Buch finden Sie alle Informationen, die Sie zum Planen, Implementieren und Warten von Systemlandschaften benötigen. Sie lernen die Grundlagen und die Bedienung aller relevanten Werkzeuge und erhalten detaillierte Anleitungen zur Änderungs- und Transportverwaltung. Diese Neuauflage berücksichtigt Neuerungen in den Bereichen SAP NetWeaver AS Java und Development Infrastructure, CTS+, SAP Solution Manager und Enhancement Packages. Bringen Sie ihr Wissen auf den neuesten Stand!

Bei amazon.de ansehen →

The Function Module BAPI_QUESTION_READMULTIPLE (Read question) is a standard Function Module in SAP ERP and is part of the function group BEQUESTION within the package SBEIF.

Technical Information

Function Module BAPI_QUESTION_READMULTIPLE
Short Text Read question
Function Group BEQUESTION
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
ADDON LIKE BAPIBEGEN-ADDON Industry
CICOREQUESTNO LIKE BAPIBEGEN-CICO_REQNO Request/Task
FROMTIMESTAMP LIKE BAPIBEGEN-TIME_STAMP Time stamp in short form (Local date and time/format)
LANGUAGE LIKE BAPI_LAISO-LANGU SY-LANGU Language key
LANGUAGEISO LIKE BAPI_LAISO-LANGU_ISO Language according to ISO 639
LASTUSER LIKE BAPIBEGEN-LAST_USER SY-UNAME Last changed on/by
MODE LIKE BAPIBEGEN-MODE 'SHOW' CICO mode
NAMESONLY LIKE BAPIBEGEN-NAMES_ONLY Only read texts

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
ACTIONS LIKE BAPIBEQUR Triggered actions
ANSWERPOSSIBILITIES LIKE BAPIBEQUA Possible Answers
CATEGORIES LIKE BAPIBEQUK Categories
DOCUMENTATIONASSIGNMENTS LIKE BAPIBEDAS Documentation assignments
GENERICATTRIBUTES LIKE BAPIBEGAT Generic Attributes
KEYWORDASSIGNMENTS LIKE BAPIBEQUW Assign keywords to questions
KEYWORDS LIKE BAPIBEQUG Keywords
QUESTIONLONGTEXTS LIKE BAPIBEQUL Question long texts
QUESTIONS LIKE BAPIBEQUH Question header
QUESTIONSTOREAD LIKE BAPIBEID3 Question to be read
RETURN LIKE BAPIRET2 Return parameter

Exceptions

This function module does not define any Exceptions.