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: 

SAP SCRIPT

Former Member
0 Kudos
128

Hi mates,

I am new to this and also new to SAP so please help me.

I have .tiff file on the desktop. How to upload the tiff file into my script.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
103

Hi,

welcome to SDN and welcome to sap.

There are two ways by which U can do this

1. predefined program-RSTXLDMC

2. t-code-se78

If helpful please reward points

5 REPLIES 5

former_member181962
Active Contributor
0 Kudos
103

Run the program rstxldmc.

Give the file path .

Give a name to your image.

and press f8.

Then you can include the image using the option

Insert->standard text in th etext elements section of the page windows.

regards,

Ravi

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos
103

First you need to upload via SE78. You can then use the BITMAP statement in your sapscript to include it in your window.

BITMAP <imagename> OBJECT GRAPHICS ID BMAP TYPE BMON DPI 100

Regards,

Rich Heilman

Former Member
0 Kudos
103

hi swetha

u can use RSTXLDMC to upload a TIFF file

you can Upload through SE78.

It will more eassy as well.

***********

Try with SE78 Tcode.Upload through it

Regards,

Naveen

Former Member
0 Kudos
104

Hi,

welcome to SDN and welcome to sap.

There are two ways by which U can do this

1. predefined program-RSTXLDMC

2. t-code-se78

If helpful please reward points

0 Kudos
103

Just so that you are aware, you should mark "Solved" next to the post which has helped you solved your problem the best. You should also award points for helpful answers which also contributed to your solution.

Welcome to SDN.

Regards,

Rich Heilman