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: 

Download image

Former Member
0 Kudos

I upload an image on transaction SE78 for using with smartforms .

Now ,at this moment i need to download it from sap machine to a local machine. We lost the image on the local machine

4 REPLIES 4

former_member188685
Active Contributor
0 Kudos

I Think It is not possible.

you may achieve by doing some R&D.

the image file will be stored in some where in different format.

may be you need to download that into a file having extension '.gif'. then may be you can retrieve.

regards

vijay

Former Member
0 Kudos

Hi,

One smart solution.

May I know where is your image in SE78 or OAOR.

Any way where ever it is you click on that OBJECT ID to view it.

After you get the image in SAP system in keyboard press PRINT SCREEN then place in MS PAINTER.

you can edit it in any way. again re-load.

******************

You can go through my idea.

Here it is very easy and can be manageable in any way.

********************

Thanks.

The same issue I faced long back.and i solved in this way.

If you have any solution to download plsss place it in forum.

If this helps you make sure to award points.

Message was edited by: Deepak333 k

Former Member
0 Kudos

I have my graphic on SE78.

I find a function group for sapscript .One of this functions is called SAPSCRIPT_GET_GRAPHIC_BDS .With this function you download the graphic to a table.

I download the graphic to a internal table but i can't create the graphic correctly in my local machine.I use the file format BIN

0 Kudos

Hi,

After your call to SAPSCRIPT_GET_GRAPHIC_BDS, try calling the following fm SAPSCRIPT_CONVERT_BITMAP with OLD_FORMAT = 'BDS' and NEW_FORMAT = 'BMP'.

And then use table parameter BITMAP_FILE to download with file format BIN.

Hope this helps..

Sri