cancel
Showing results for 
Search instead for 
Did you mean: 

logo

Former Member
0 Kudos

hi experts,

can anybody explain me about--

According to the client Requirement Company Logo is copied from tiff file by using the Standardprogram.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

You need to Upload the Logo in to the SAP Database.

Go to T.Code SE78 (Administration of Form Graphics)

Select the Image folder under the Graphics Folder and double click on it.

Give a Name to the Image you are looking to upload.

and click on the IMPORT button in the icon bar.

Give the path of the file to be uploaded and short text. click on ok.

Your image is saved in the database.

Reward Points if useful.

Former Member
0 Kudos

Uploading logo to SAP Script

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 and Select Bcol (for Color)

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

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

7. Execute the program

8. Now Goto SE71 create your ZFORM

9. Create logo window and Goto text element of logo window

Regards,

Maha

Former Member
0 Kudos

hi sai,

Logo Upload

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 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.

From 4.6c onwards, you can also use Windows Bitmap file ( .BMP)

IF U FIND IT USEFUL REWARD ME POINTS.

shashikanth naram

Former Member
0 Kudos

Hi friend,

According to client requirement we need to upload logos for standard forms.Logo is uploaded in many ways.

1. TIFF file logos is uploaded using one executable program RSTXLDMC.

2.se78 is also used to upload logos.

3.using include statement in text editor.

Reward points if it is useful.

Regards,

Swetha.