[SAP ABAP] Displaying information message

ABAP - Displaying information message

To display an information message via a popup, first we need to declare the Message class. This is done at the top of the report.


Then double click on your message class, and populate it with your required information message and give it a number.

& is placeholder for a variable.

 
To call this information message, use the below ABAP syntax.
The variable w_footer-total_record will be used in the '&' that we defined in the message above.

 
Below is a sample output of the Information Message popup.

Comments

Popular posts from this blog

[SAP ABAP] Data declaration

[SAP ABAP] BAPI

[SAP HR] Payroll Schema