Question:
Hello gurus
I am not able to change picture (water splash) at right side of the sap screen even following the guidence from Extras ->Administration information. it gives me blank screen instead of specified picture.
can any one help me?
Thanx in advance
Answer:
From the main menu choose Extras->Settings
Make sure DO NOT DISPLAY PICTURE is NOT checked
Dave
Answer:
Dave thanx for prompt reply
I checked it. do not display picture is not selected.
Regards
Thanx
Answer:
Somebody posted these instructions back in April 02, but I guess they were lost when SAPFANS lost the Server.
Try this:-
Transaction SMWO, select Binary data for WEBRFC applications.The logo must be in a .gif format. From this transaction create a new object and then choose IMPORT. You must then specify the path to the .gif object you have saved, and select the opion to TRANSFER.
The maintain table SSM_CUST via SM30. Change the field START_IMAGE to the name of the object you created in SMWO.
I hope you guys find this useful.
Shodman
Answer:
In my 4.6B, i do not have transaction SMWO. Any idea?
Tx
Answer:
Sorry, slight typo.
TCode should be smw0 (zero).
Shodman
Answer:
I am posting information I had saved from another SAP professional's post.
Personalization of your SAP system via logon screen, splash screen & 2 others.
Jay Newington
15 Mar 2002, Rating 4.59 (out of 5)
I don't know about you but I have problems remembering how to add text to the logon screen, change the splash on the main menu, changing the rippling water up on the top right of the Enjoy screen and changing the content of the startup movie. I have seen these tips individually but never together.
Code
1) Adding text to the 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 userid and password, they 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 guts:
Go to Transaction SE61 and select the document 'General text' (selection via F4 help), and create a text with the name ZLOGIN_SCREEN_INFOin the language defined with profile parameter zcsa/system_language.
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.
Creating/changing this text requires a changeable system. Therefore, for production systems, SAP recommends maintaining the text in the upstream system and then transporting it. To do this, select a transportable (customer) development class when you create the text and save the active version prior to the export. The transport is done via the transport object R3TR DOCT ZLOGIN_SCREEN_INFO The text can be changed in the original system only (see TADIR entry R3TR DOCT ZLOGIN_SCREEN_INFO). When making a change in a non-original system, a modified text would be generated which cannot be represented sensefully on the initial screen.
2) Changing the splash screen on the main menu can add some pizzazz to the otherwise boring screen. It can also be changed easily on a regular basis. For production systems a company logo and/or company mission statement might be appropriate. Here are the instructions:
First, in transaction SMW0 (SAP Web Repository), select "Binary data for WebRFC applications. The logo must be in a .gif format. From this transaction, create a new object, then choose to IMPORT. You must then specify the path to the .gif object you have saved, and select the option to TRANSFER.
Then, maintain table SSM_CUST via SM30. Change the field START_IMAGE to the name of the object you created in SMW0.
3) Changing the rippling water on the top right on all is easy but tedious and requires no change to the SAP system. The file name is 'sapalogo.bmp' and resided in the directory "SAPpcsapguithemesdefault". Looking at this file you can see how it works. Use an editor like Paint and replace each of the SAP ripple images with a morphing image of your own. Make sure the new image is the same size as the original. There are 33 images in the original but you don't need that many. One idea for a morphing image would be to take your company logo and have it build its way across the screen and then off again.
4) Changing the startup movie is even easier. Replace the file 'sapss.avi' with a short avi of your own. This file resides in the same directory as 'sapalogo.bmp'.
_________________
Gary Morris
SAP Security Analyst/Developer
garymorris@sapsecurity.net
Answer:
Some more useful notes on changing the image. Some of this might be redundant, I am dumping several notes I had stored on this subject.
Changing or disabling image on right side of SAP Easy Access
You can include an image on the right-hand side of the screen such as your company logo. This image can only be entered systemwide, and is a cross-client setting. Assuming you have the appropriate authorization, you can find a detailed description of the necessary settings by choosing Extras ? Administration Information. Note that this image is stored in the system and transported to the SAP Frontend every time it is called by SAP Easy Access. Although this transfer is compressed, the image for the initial screen should not be bigger than around 20 kB. You can prevent this image being called either by using the setting Low Speed Connection in the SAPLogon program (see SAP Note 161053), or by switching off the calling of the image under Extras?Settings. See also User-Specific Personalization.
________________________________
Changing the Image on the right side of SAP GUI
System administration information
The activity maintenance transaction PFCG, where you can create menus
and assign users, contains documentation about creating user menus.
The System administration can change the SAP Easy Access initial screen:
Global settings for all users:
o Change the logo in the right-hand side of the initial screen
- To put your company logo in the right-hand side of the initial
screen:
Put your picture in the database with the transaction SMW0
"Binary data" options, e.g. in ".GIF" format.
Put a record with the picture name in the key "START_IMAGE" of
the table SSM_CUST in the View maintenance transaction SM30.
- You can adjust the picture to the window size automatically or center it in the right-hand side of the initial screen
("RESIZE_IMAGE" "YES" or "NO" in the table SSM_CUST).
- You can deactivate the picture globally so that noone sees it
with "HIDE_START_IMAGE" "YES" in the table SSM_CUST.
User-specific picture display settings are then ignored.
o Deactivate SAP menu, all user menus and Workflow.
- You can deactivate the menus for the wntire system by creating
or changing records in the global settings table SSM_CUST in the
View maintenance transaction SM30.
- To globally deactivate the SAP menu, enter a record
"SAP_MENU_OFF" "YES" in upper-case letters.
- To globally deactivate all user menus enter a record
"ALL_USER_MENUS_OFF" "YES" in upper-case letters.
o Change SAP menu
- The SAP menu entry point is specified in the transaction SSM2.
If no setting is made, the standard entry point (area menu S000)
is used.
User-specific settings
o The administrator can activate or deactivate menus for individual
users.
- If there is a user setting it is used, if the menu exists.
Global and activity group settings are then ignored.
- To make user settings, enter or change records in the table
USERS_SSM in the View maintenance transaction SM30). You can
then specify whether the user menu or the SAP menu are to be
displayed for a user.
________________________________________
Hide start image
By User, Ranjeet panicker
27 Jul 2001, Rating 3.33 (out of 5)
Here is how to hide the R/3 image or customize to enter
own company info/image.
ver 4.6B
Code
During logon to SAP(enjoy sap) it takes long time to load as the
image is loaded in the background. You can disable this
system-wide by maintaining table ssm_cust to value
START_IMAGE to NO.
Also possible to de-activate menus and resize images and add
new images. More info in after login to SAP easy menu
go to >>extras>>administration information
System administration information
The activity maintenance transaction PFCG, where you can create menus
and assign users, contains documentation about creating user menus.
The System administration can change the SAP Easy Access initial screen:
Global settings for all users:
o Change the logo in the right-hand side of the initial screen
- To put your company logo in the right-hand side of the initial
screen:
Put your picture in the database with the transaction SMW0
"Binary data" options, e.g. in ".GIF" format.
Put a record with the picture name in the key "START_IMAGE" of
the table SSM_CUST in the View maintenance transaction SM30.
- You can adjust the picture to the window size automatically or
center it in the right-hand side of the initial screen
("RESIZE_IMAGE" "YES" or "NO" in the table SSM_CUST).
- You can deactivate the picture globally so that noone sees it
with "HIDE_START_IMAGE" "YES" in the table SSM_CUST.
User-specific picture display settings are then ignored.
o Deactivate SAP menu, all user menus and Workflow.
- You can deactivate the menus for the wntire system by creating
or changing records in the global settings table SSM_CUST in the
View maintenance transaction SM30.
- To globally deactivate the SAP menu, enter a record
"SAP_MENU_OFF" "YES" in upper-case letters.
- To globally deactivate all user menus enter a record
"ALL_USER_MENUS_OFF" "YES" in upper-case letters.
o Change SAP menu
- The SAP menu entry point is specified in the transaction SSM2.
If no setting is made, the standard entry point (area menu S000)
is used.
User-specific settings
o The administrator can activate or deactivate menus for individual
users.
- If there is a user setting it is used, if the menu exists.
Global and activity group settings are then ignored.
- To make user settings, enter or change records in the table
USERS_SSM in the View maintenance transaction SM30). You can
then specify whether the user menu or the SAP menu are to be
displayed for a user.
____________________________________________
System administration information
The activity maintenance transaction PFCG, where you can create menus
and assign users, contains documentation about creating user menus.
The System administration can change the SAP Easy Access initial screen
Global settings for all users:
o Change the logo in the right-hand side of the initial screen
- To put your company logo in the right-hand side of the initial
screen:
Put your picture in the database with the transaction SMW0
"Binary data" options, e.g. in ".GIF" format.
Put a record with the picture name in the key "START_IMAGE" of
the table SSM_CUST in the View maintenance transaction SM30.
- You can adjust the picture to the window size automatically or
The activity maintenance transaction PFCG, where you can create menus
and assign users, contains documentation about creating user menus.
The System administration can change the SAP Easy Access initial screen:
Global settings for all users:
o Change the logo in the right-hand side of the initial screen
- To put your company logo in the right-hand side of the initial
screen:
Put your picture in the database with the transaction SMW0
"Binary data" options, e.g. in ".GIF" format.
Put a record with the picture name in the key "START_IMAGE" of
the table SSM_CUST in the View maintenance transaction SM30.
- You can adjust the picture to the window size automatically or
center it in the right-hand side of the initial screen
("RESIZE_IMAGE" "YES" or "NO" in the table SSM_CUST).
- You can deactivate the picture globally so that noone sees it
with "HIDE_START_IMAGE" "YES" in the table SSM_CUST.
User-specific picture display settings are then ignored.
o Deactivate SAP menu, all user menus and Workflow.
- You can deactivate the menus for the wntire system by creating
or changing records in the global settings table SSM_CUST in the
View maintenance transaction SM30.
- To globally deactivate the SAP menu, enter a record
"SAP_MENU_OFF" "YES" in upper-case letters.
- To globally deactivate all user menus enter a record
"ALL_USER_MENUS_OFF" "YES" in upper-case letters.
o Change SAP menu
- The SAP menu entry point is specified in the transaction SSM2.
If no setting is made, the standard entry point (area menu S000)
is used.
User-specific settings
o The administrator can activate or deactivate menus for individual
users.
- If there is a user setting it is used, if the menu exists.
Global and activity group settings are then ignored.
- To make user settings, enter or change records in the table
USERS_SSM in the View maintenance transaction SM30). You can
then specify whether the user menu or the SAP menu are to be
displayed for a user.
____________________________
_________________
Gary Morris
SAP Security Analyst/Developer
garymorris@sapsecurity.net
Answer:
Thanx all of u for your kind support, I made it
Thanx
Satish
Answer:
1) Adding text to the SAP logon screen.
...
Go to Transaction SE61 and select the document 'General text' (selection via F4 help), and create a text with the name ZLOGIN_SCREEN_INFOin the language defined with profile parameter zcsa/system_language.
how to do this?
i´m at se61 and cannot find anything like "general text".
perhaps it´s a matter, that I´m in a BW-System???
thanx!
Rello
_________________
Administration
www.OpelClubSCENE.de
Answer:
ok, this helped:
/forums/viewtopic.php?t=54616
_________________
Administration
www.OpelClubSCENE.de