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

SAP BASIS

Former Member
656

Hi

I want to insert my company logo into the SAP EASY ACCESS screen . Tell me the steps to upload the logo .

Help me.

Hi

I want to insert my company logo into the SAP EASY ACCESS screen . Tell me the steps to upload the logo .

Help me.

4 REPLIES 4
Read only

Former Member
0 Likes
635

check RICH posting on this issue.

u have to change SAPALOGO in TMP/SAP GUI directory of ur PC.

search for SAPALOGO in SAP GUI installed Directory on ur PC , just change and replace with ur logo.

Regards

Prabhu

Read only

Former Member
0 Likes
635

Hi,

Look at these links:

reward if useful

regards,

Anji

Read only

Former Member
0 Likes
635

Pratik,

How to Upload graphics (IMAGE) to your Sapscript?

Command in your Sapscript

/: INCLUDE Z_YOUR_LOGO OBJECT TEXT ID ST LANGUAGE E

These are the steps to be followed for uploading graphics in R/3 system

1. First save the file as BMP

2. Open the BMP file in IMaging (Goto -> Programs -> Accessories -> Imaging) and

make it Zoom as 100% and save as *.TIFF

3. Open SE38 and execute program RSTXLDMC

4. Give your TIFF file path name

5. Select Bcol (for Color)

6. TEXT ID will be ZHEX-MACRO-*.

7. Inplace of * write your own logo name (ZCOMPANYLOGO)

8. Execute the program

9. Now Goto SE71 create your ZFORM

10. Create logo window

11. Goto text element of logo window

or

In 4.6x :-

1. Goto SE71 Change the mode to GRAPHICAL

2. Choose the Graph Tabstrips

3. Now type in some name for the LOGO WINDOW

4. Press the IMPORT BUTTON (third button from left) and then IMPORT the BMP file from your DESKTOP

5. The code will be written automatically. You just need to drag and drop wherever you want

the graphics to be.

/: INCLUDE Z_COMPANY_LOGO OBJECT GRAPHICS ID BMON LANGUAGE EN

Please note that in 4.6c onwards, you can also used Windows Bitmap file ( .BMP).

For a guide look at

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

http://www.thespot4sap.com/Articles/SAPscript_including_graphical_images.asp

Don't forget to reward if useful

Read only

kiran_k8
Active Contributor
0 Likes
635

Pratik,

First have a copy of your logo saved in any of the drives.

Go to SE78.

choose IMPORT icon on the tool bar,this way you can upload your logo on to the presentation server.

Now,Choose GRAPHICS under STORED ON THE DOCUMENT SERVER and here by using F4 you will be able to see the logo that you have uploaded.

This is the way we normally use to upload a logo into a smartform or a script.

But the question is how you can upload it onto SAP Easy Access Screen?

Reward if found helpful.

K.Kiran.