cancel
Showing results for 
Search instead for 
Did you mean: 

Tcode to enter text in the front screen

Former Member
0 Kudos

I wanted to change the front screen display and the picture when i login to the system

It is like , whenever a user enters the page of entering username and password to login to sap system, it should contain some text to the right side.

After logging in it shoudl show a picture to the right.

Pls let me know the two tcode for the same

Accepted Solutions (0)

Answers (2)

Answers (2)

JPReyes
Active Contributor
0 Kudos

Hi Balaji;

For the text follow,

http://www.sap-img.com/bc052.htm

For the image follow,

http://www.sap-basis-abap.com/sapbs039.htm

Regards

Juan

Please reward with points if helpful

Former Member
0 Kudos

Hi Balaji,

For creation Own text on SAPGui logon screen plz go thru the note:205487.

for having ur customized picture follow the below steps.

Transaction code - SMW0

X - Binary data for WebRFC application

Hit Enter

Click Execute

Click Settings -> Maintain MIME types

Click the Create button

Fill in :- TYPE : image/gif EXTENSION : .GIF

Click Save

Click Back to the Binary data for WebRFC

Click Create

Fill in :- Obj. name : ZXXXX.GIF Description :

Company Logo

Click Import and specify the filename where your

GIF file is

located.File type is BIN. Finish press the

Transfer button.

If successful, your logo will be shown in the

Binary data for

WebRFC.

Transaction code SM30 - Table/View - SSM_CUST

Click Maintain

Click New Entries

Name Value to be set

START_IMAGE ZXXXX.GIF

RESIZE_IMAGE NO

Logoff and Login again

Reward with points,if you feel it helpful.

Regards,

Laxman