cancel
Showing results for 
Search instead for 
Did you mean: 

Display DMS Image in SAP script

Former Member
0 Kudos

Hi All,

I have requirement where I need to display a DMS image (could be JPEG, BMP, etc) in a SAP script.

I am currently able to retrieve the binary data (for the image).

My next step is to save the Binary Data in SE78 as a graphic data so that I can refer to the image directly from SAP script using BITMAP statement.

I just don't know how to go about this.

Any thoughts? Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Working Solution:

1. Use IGS Class to convert DMS image.

2. Use program rstxldmc to upload the converted TIF as standard text in SE78.

3. Use INCLUDE statement in SAP Script to refer to the saved TIF file.

Answers (1)

Answers (1)

former_member565026
Participant
0 Kudos

Hi,

Displaying DMS images in SAP SCRIPT ,

i think in scripts we need to convert that dms ..

check this link http://scn.sap.com/thread/3230379

Former Member
0 Kudos

thanks for your reply srinivas.

I think the link was incorrect.it's related to SM30 display.

that's what I'm thinking as well. Convert the image in some format (like TIFF) where I can save it to SE78. Or maybe there is a direct way of saving the binary file as an image in SE78.

former_member565026
Participant
0 Kudos

Hi

http://scn.sap.com/thread/93930

scn.sap.com/thread/3230476

Former Member
0 Kudos

Thanks srinivas. Got the correct solution already.

My first post/question here.