Show TOC

Export Parameter: ReturnLocate this document in the navigation structure

Export Parameter: Return

Short text

BAPI return parameter

Significance

An OLAP BAPI Return parameter returns messages to the application making the call up. The Return parameters of the MDDataProviderBW and MDDataSetBW OLAP-BAPIs are the same.

The parameter consists of a table with the following fields:

Name

Description

TYPE

Message type:

  • S (Success
    ) for success messages
  • E (Error
    ) for
    erroneous situations
  • W (Warning
    ) for
    warnings
  • I (Info
    ) for
    information messages
  • A (Abort
    ) for
    abort messages

ID

Message, message class

NUMBER

Message, message number

MESSAGE

Message text

LOG_NO

Application log: Log number

LOG_MSG_NO

Application log: Message number running internally within log

MESSAGE_V1

Message, message variables

Up to four variable values can be used in a message Variables are used in the same order as the variables appear in the message text

MESSAGE_V2

MESSAGE_V3

MESSAGE_V4

PARAMETER

Name of parameter in which the error message occurred

ROW

Row in parameter in which the error message occurred

FIELD

Field in parameter in which the error message occurred

SYSTEM

System (logical system) from which the message originates

You can find additional information about the individual parameter fields in the corresponding data element documentation in the ABAP Dictionary.