cancel
Showing results for 
Search instead for 
Did you mean: 

upload logo

Former Member
0 Kudos

hi,

pls give me the std program name for upload logo for script

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

if your logo is of jpeg or bmp type file use tcode se78 and double click bitmap images. then click the import icon and select the file from your pc which will upload the logo.

rgds

Answers (3)

Answers (3)

Former Member
0 Kudos

HI Sivaji

Command in your Sapscript

<b>/: INCLUDE Z_YOUR_LOGO OBJECT TEXT ID ST LANGUAGE E</b>

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

or

<b>

You can UPLOAD your logo directly in SE78.

SE78>Graphics>BMAP grid screen. click on it.

give ur logo name .bmp file.

or in SE38 run prog:RSTXLDMC there you need to give your logo name saved as .tiff file in your desktop.

</b>

Regards Rk

Former Member
0 Kudos

Dear Sivaji,

There is standard t code to upload the bmp or tif file throug SE78 t Code.

Syed Tayab Shah

Former Member
0 Kudos

Hi,

its RSTXLDMC