Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Warning message by entering the SAP system

Former Member
0 Kudos

Hello!

I would like to set up a warning message,

even by entering into the SAP system for alls the user in the system, e.g. from today to Wednesday "Due to construction ... please log off".

<b>How can this be done and how can I test this issue?</b>

Thank you very much!

regards

Thom

2 REPLIES 2

Former Member
0 Kudos

HI,

You can send system messages through transaction code SM02.Just go to SM02 and type the message you want.

Message was edited by:

Raghu Devagiri

ferry_lianto
Active Contributor
0 Kudos

Hi,

You can use user exits EXIT_SAPLSUSF_001 (enhancement SUSR0001) to display a warning message using FM POPUP_TO_INFORM (for example).

Regards,

Ferry Lianto