Enterprise Resource Planning Blog Posts by Members
Gain new perspectives and knowledge about enterprise resource planning in blog posts from community members. Share your own comments and ERP insights today!
cancel
Showing results for 
Search instead for 
Did you mean: 
avinashkumar2232
Explorer
3,860

Add SAP GUI Login page Information text

Today we'll talk about SAP login page. There are lots of possibilities to change/enhance it, but the simplest one is to modify 'ZLOGIN_SCREEN_INFO' default text.

Do you want the login page like I have (or better).

avinashkumar2232_0-1707738649852.png

Let's get started!

Go to SE61

Go with change option for ZLOGIN_SCREEN_INFO

(Document Class: General text, Language: English (OR According to your System), Name: ZLOGIN_SCREEN_INFO)

avinashkumar2232_1-1707738649858.png

Note:  If you see message that document not found then press create button.

The raw view of editor is next:

avinashkumar2232_2-1707738649872.png

As you may spotted, I use some fun icons to beautify the overall look of the information given. To do the same, you can use a list of predefined ABAP icons. 

To insert symbols:

Go to SE38 -> Execute report RSTXICON (press F8) -> Select "icon as abap list" -> Execute -> it will display list of icons -> select the code number from 'code' column -> enter this code between two @ symbols:

avinashkumar2232_3-1707738649885.png

After modifications, save the document and activate it.

And finally. You can came across the situation, where you see an error message after implemented changes:

avinashkumar2232_4-1707738649897.png

It happens due to enhancement versions mismatch. To avoid this situation you can either delete last enhancement or whole text message. Go to SE61. Go with change option for ZLOGIN_SCREEN_INFO. Select 'Document' -> 'Delete'. You have to see message 'Document xxx deleted in all languages':

avinashkumar2232_5-1707738649898.png

After that just re-create 'ZLOGIN_SCREEN_INFO' message again.

That's it! Have fun !!