How to display message on the login screen?
Hi,
Is there any way to display message on/before the login screen, so that we can inform users before they logged in.
Using "Tools->Administration->System Message" option we can display message, but it display once user logged in. I want before SAP login.
Thanks
There is a user exit availabe at logon.
rgds,
dev
hi,
This tip had appeared on searchsap.techtarget.com posted by Giovanni...
In releases older than 4.6x:
* Run SE51 (Screen Painter).
* Enter program name "SAPMSYST" and screen "0020".
* Click on Change and then Continue (green checkmark) at the Information screen.
* Click on Continue (green checkmark) when informed about the object change.
* Create a transport request and give it a short description.
* Carefully add your text.
* Click on the Generate button or press Ctrl+F3. This will save your changes.
* You can then release the transport to later import it into your other systems.
In 4.6x:
* Run transaction SE61 (Document Maintenance). * Select document class "General text".
* Type in the Document name box "ZLOGIN_SCREEN_INFO" and click on Create.
* Type in your text on the next screen. Notice that you can apply formats and include icons. Icons are entered using icon codes.
* Check the document: select Document->Check or press Ctrl+F2.
* Click on Save (disk icon).
rgds
nainesh