Application Development 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: 

Upload .TIF images in SE78

Former Member
0 Kudos

Hi all,

I've currently used SE78 to upload .BMP images for use in SmartForms. Now I want to upload a .TIF image, but under the "Graphics" folder in SE78 there is only a "BMAP" folder.

How can I upload .TIF images in SE78/add a new folder for .TIF images?

All helpful answers will be rewarded!

- Mari Virik

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Mari,

If you want to upload images to use in SAP Script or Smartforms Just go to T-code SE78.

Then import the file , prefferably it should be in BMP image, if you unable to do for TIFF, Then you convert the image as BMP and import.

Just change the file extension from .bmp to .tiff

Regards

Dinesh

7 REPLIES 7

Former Member
0 Kudos

Hi Mari

U can upload any type file in that or else u can also upload that .TIFF file in OAER also fromt here also u call it thats make no difference

Reward if helpfull

Regards

Pavan

Former Member
0 Kudos

Hi Mari,

If you want to upload images to use in SAP Script or Smartforms Just go to T-code SE78.

Then import the file , prefferably it should be in BMP image, if you unable to do for TIFF, Then you convert the image as BMP and import.

Just change the file extension from .bmp to .tiff

Regards

Dinesh

0 Kudos

hi,

Or use this method also,

To Upload Tiff images,

you have to run the program <b>RSTXLDMC</b>.

Then you have to treat the uploaded image as a standard text and use it in your smartform or script.

Regards

Dinesh

dev_parbutteea
Active Contributor
0 Kudos

Hi,

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

Former Member
0 Kudos

hi,

there are two ways,

1) either convert the image to .tif format and then use the same folder.

2) or use RSTXLDMC program to upload

Regards,

Naveen

Former Member
0 Kudos

hi,

there are two ways,

1) either convert the image to .tif format and then use the same folder.

2) or use RSTXLDMC program to upload

Regards,

Naveen

Former Member
0 Kudos

Thanks, I used report RSTXLDMC to upload the TIF and then added it to the Smartform as an include text.