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

disble msg when log on sap?

Former Member
0 Likes
1,107

Hi experts,

my question is,

After entering sap log on ,it is display message 'hi good morning' ,this msg is displaying all users,

How to disble this message ? where do i need to chnge?

Somebody changed this one ,pls help me in this.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,076

Hi,

Check the enhancement "SUSR0001", component "EXIT_SAPLSUSF_001".

Regards

Vinod

Hi experts,

my question is,

After entering sap log on ,it is display message 'hi good morning' ,this msg is displaying all users,

How to disble this message ? where do i need to chnge?

Somebody changed this one ,pls help me in this.

6 REPLIES 6
Read only

Former Member
0 Likes
1,077

Hi,

Check the enhancement "SUSR0001", component "EXIT_SAPLSUSF_001".

Regards

Vinod

Read only

0 Likes
1,076

thank u for giving answer.

The problem is solved

Read only

0 Likes
1,076

Hi,

Close the Thread if your problem is resolved.

Regards

Vinod

Read only

Former Member
0 Likes
1,076

Hi Ram,

Go to Transaction SE61 and select the document 'General text' (selection via F4 help), and create a text with the name ZLOGIN_SCREEN_MSG in the language defined with profile parameter zcsa/system_language.

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

*Check OSS Note - 205487	Own text on SAPGui logon screen for further reference.*

Edited by: Raj on Jul 30, 2010 2:16 PM

Read only

Former Member
0 Likes
1,076

check tcode sm02

Thanks

Bala Duvvuri

Read only

former_member355168
Participant
0 Likes
1,076

hi ram,

if u dont know where its done, u go through follwoing step

1) run tcode CMOD

2) create a ztest project.

3) click on Enhancements

4) write in first box : SUSR0001 and click on management ( a hat style on toolbar).

u will see the msg at status bar : SAP enhancement SUSR0001 already belongs to project YLOGON

now u got the project where SUSR0001 is been implemented.

now repeat above steps by entering the project name YLOGON ( it will be different in ur case.)

click change. then click on Componenets icon at toolbar.

then double click on EXIT_SAPLSUSF_001 and u will c the INCLUDE ZXUSRU01 include file. again double click on this , and u will be able to c the code. now u can make changes in this code, save and transport it.

Hope will help u.

Regards,

jaspal