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: 

How can we rename or export the image.

deepnain_kundra
Participant
0 Kudos

Hi,

Can anyone tell me how we can rename the bmp image or export the bmp image from R/3.

Regards

Deep

6 REPLIES 6

Former Member
0 Kudos

hii

chk this demo program .

<b>MSSCHO02</b>

goto tx:se78 and upload your image

path:

form graphics->stored on doc server-> graphics...->bmap..

double click.

press F5 or browse upload file

To store your files at the application layer, you can inspect the statements "OPEN DATASET", "CLOSE DATASET".

<b>You can store your pictures in the web repository (transaction code SMW0) and for reaching them during the program execution, you need a link to be generated by use of 'WWW_GET_MIME_OBJECT' and 'DP_CREATE_URL'.</b>

chk this link..

<b>

Regards

Naresh

0 Kudos

Hi,

I know that se78 is used for importing. But I want to export the image from R/3 to PC. Also want to know how can I rename the image which has been imported in R/3 already.

Regards

Deep

0 Kudos

<b>it is not directly possible by any transaction but there is one trick to do that.....</b>

1) go to se78.

2)select bmp image which is already in se78.

3)after this just see the print priew of that image.

4)now just click print screen button on ur keyboard.

5)now open microsoft paint an paste screen which ur copy.

6) now cut only image part and paste it to another paint file.

7)save as it as bmp file and name as u want.

😎 now upload it again with another name by using se78.

former_member188685
Active Contributor
0 Kudos

Hi,

you can upload the image using the transaction <b>SE78</b>.

Regards

vijay

dani_mn
Active Contributor
0 Kudos

Use the transaction SMW0

you can upload and download images in web repositary.

Regards,

Wasim Ahmed

former_member188685
Active Contributor
0 Kudos

Hi,

if the document or image is uploaded via OAER transaction , then you can download it, or you can copy it. check it.

Run the Transaction OAER

CLASSNAME   PICTURES
CLASSTYPE   OT
OBJECTKEY   *ENJOY*

then run it, then it will give the images available with ENJOY, then right click on image , you can see copy option, download option....

Regards

vijay