Online Classes SAP ERP ABAP MESSAGE Statement

MESSAGE Statement

•Messages can be stored in message classes or message IDs. The main purpose of this message class is reusability and readability.

•To use a message in a specific message class, the message ID should be defined in the REPORT statement.

Message_Class
Message Statement
Message Class
Adding Messages

MESSAGE Statement

•The message statement can have following variants:

    •MESSAGE ‘Enter text here’ TYPE T.
    •MESSAGE Tnnn.
    •MESSAGE Tnnn WITH <f1>.

Where T is a single character message type, nnn is the 3 digit message number in the specified message ID, <f1> is a variable in the program to replace ‘&’ in the message created in the message ID.

Message Report
Message Report
the below example will show how can we show the message into ABAP report.
Message Example
the below example show how can we show the use parameters Message and show in ABAP report.
Parameters Message Example

Qualifying an Online Message


Qualifying an online message
Qualifying on online message

Comments

Popular posts from this blog

SAP ABAP SELECT STATEMENT

SAP ADOBE FORMS

ABAP AUTHORIZATION CONCEPT