Application Development and Automation 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: 
Read only

SE61

Former Member
0 Likes
2,801

Hi Guys,

Im using SE61, General text - ZLOGIN_SCREEN_INFO to add in additional info to display on SAP logon screen.

Basically i want to add an URL link as part of the info, but im searching upside down from the editor's functionality, it doesn't have anything that can help.

Could you guys please comment on how to achieve the above? Im using 4.6C.

Thanks in advance.

Hi Guys,

Im using SE61, General text - ZLOGIN_SCREEN_INFO to add in additional info to display on SAP logon screen.

Basically i want to add an URL link as part of the info, but im searching upside down from the editor's functionality, it doesn't have anything that can help.

Could you guys please comment on how to achieve the above? Im using 4.6C.

Thanks in advance.

1 REPLY 1
Read only

Former Member
0 Likes
1,344

hi

<b>Adding text to the SAP logon/login screen</b>

Writing text to the Frontend SAP logon screen. This is very handy for identifying which SAP system the user is about to log onto, especially non production boxes. You can also warn them here of pending changes, updates or outages. Because it is up while they are typing in their user id and password, users can't claim they missed the system message.

SAP icons like the stop sign and warning signs can also be displayed.

Details can be found in OSS note #205487.

Here are the details :-

Go to Transaction SE61 and select the document 'General text' (selection via F4 help), and create a text with the name ZLOGIN_SCREEN_INFO in the language defined with profile parameter zcsa/system_language. Parameter zcsa/system_language usually have been done in (tcode - rz10 - instance profile - extended maintenance) by the basis administrator during SAP installation.

If the text does not exist in the system language, no output is made.

Note that there is space for 16 lines with 45 fixed-font characters each or for approximately 60 proportional space font characters on the logon screen.

Title lines (can be recognized by means of format keys starting with a 'U') are highlighted in the display.

You may also output icons at the beginning of lines by using an icon code (for example, @1D@ for the STOP icon). You can get a list of icon codes from Report RSTXICON. Pay attention to the codes with two '@' symbols displayed by the report. You cannot include text symbols. The 'include indicator' cannot be used for this function. SUBHINT here.

These can be used on system messages as well.

also refer to the link below

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/db22242d-0701-0010-28a2-aea...

regards

ravish

<b>reward if useful</b>

Message was edited by:

ravish goyal