cancel
Showing results for 
Search instead for 
Did you mean: 

HOW TO UPLOAD (".tif") file in to SAP through.....

Former Member
0 Kudos

the problem is i have only one .bmp file and the bitmap is not working..so can nebuddy help in creting tif file in sap......

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

To insert logo in SAP script, follow the steps below:

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

Reward points..

Former Member
0 Kudos

One more Method:

To upload .TIFF files into the SAPscript directory, make use of a predefined executable program called as RSTXLDMC.

In SE38 Tcode, specify the above name, click on execute pushbutton from application toolbar -> Opens an interface -> Specify the file path -> Execute.

Text Elements in the line editor are used to avoid data duplication.

Or

Upolad in the R3 using Se78 and use the Include statement in the script

standard program is RSTXLDMC FM to upload image in tiff format

Follow the link below u may get useful information

http://sapscriptcode.blogspot.com/2007/05/faq-for-sap-scripts.html

Reward if useful

Answers (1)

Answers (1)

Former Member
0 Kudos

GOOD WORK DUDE