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

Window start SAP

Former Member
0 Likes
809

Good  morning ,  i would  like you to help me  with these  question, is  it possible that after entering our  username and  password in SAP, a popup or window  shows  up, indicating any message? for example: "Show that use transactions", is possible?

If  you have  any example i would apreciate it.

Best regards 

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
772

HI,

  • Go to transaction SE61, type in ZLOGIN_SCREEN_INFO at the Data element field, select General text at the Document Class (and also the language if not English) and click on Create button (image below).

  •   you can write the message

You can put icons in the message using @XX@ in the message, where XX is the number of the icon (which can be found at SA38, by running the program SHOWICON😞

If this is not working :

1. go to se61

2.In the document tab and adjacent to name entry jus type in ZLOGIN_SCREEN_INFO and click on delete option

type in ZLOGIN_SCREEN_INFO at the Data element field, select General text at the Document Class (and also the language if not English) and click on Create button (image below) then you can write the message

3 REPLIES 3
Read only

vladimir_erakovic
Contributor
Read only

tolga_polat
Active Participant
0 Likes
772

Hi,

Goto SMOD and check SUSR0001 exit.

This is a exit after logon, you can write your code here.

Regards

Tolga

Read only

Former Member
0 Likes
773

HI,

  • Go to transaction SE61, type in ZLOGIN_SCREEN_INFO at the Data element field, select General text at the Document Class (and also the language if not English) and click on Create button (image below).

  •   you can write the message

You can put icons in the message using @XX@ in the message, where XX is the number of the icon (which can be found at SA38, by running the program SHOWICON😞

If this is not working :

1. go to se61

2.In the document tab and adjacent to name entry jus type in ZLOGIN_SCREEN_INFO and click on delete option

type in ZLOGIN_SCREEN_INFO at the Data element field, select General text at the Document Class (and also the language if not English) and click on Create button (image below) then you can write the message