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 Statement |
|
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
|
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 on online message |
Comments
Post a Comment