cancel
Showing results for 
Search instead for 
Did you mean: 

sap splash screen

Former Member
0 Kudos

hi,

in sap initial logon screen next to logon id & password

i want to display different client detail as text

like 100 -develo/200 sanbox /900 prod etc

Pl tel me the steps how this can be done

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member185031
Active Contributor
0 Kudos

Use Login Screen information.Check this link.

[Login Screen|http://www.sap-img.com/bc052.htm]

Regards,

Subhash

Former Member
0 Kudos

Hi,

Please follow the steps described in the note Note 205487.

Thanks,

Pundari

Former Member
0 Kudos

If you want to enter text to the screen after logging in we can only keep JPEG and GIF files. Enter the text you want in a paint and save it as JPEG or GIF file and follow the below steps.

Go to T-codeSMW0

select 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 codeSM30 - Table/View - SSM_CUST

Click Maintain

Click New Entries

Name Value to be set

START_IMAGE ZXXXX.GIF

RESIZE_IMAGE NO

once just log off and login again.

Thanks,

Pundari