Application Development and Automation 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: 
Read only

image from SE78

Former Member
0 Likes
707

I have a bmp image uploaded with se78.

Can anybody tell me how could I write that image into a word file using ole2?

Thanks

3 REPLIES 3
Read only

Former Member
0 Likes
596

Too old

Read only

0 Likes
596

Hi All,

I have a similar requirement as mentioned in this thread. Images should have been loaded onto SAP server (could be Application server / SE78 / MIME etc) and they should be downloaded to Word using OLE.

Note that my requirement is not to load image / bmp files from presentation server to word file, rather the files should be from SAP server to word file.

Uploading the image / bmp onto SAP server is not the issue here, picking up a image from SAP and downloading the same to word using OLE is where I am ended with no clue.

Please let me know if anyone had come across this scenario.

Rgds,

Somu

Read only

0 Likes
596

Hi Somu,

On one of a recent assignments we used abap transformations and the class cl_openxml_zip to pick up a word template(with images) saved as mime in SAP and populate word template with data and pop open the word file from a webdynpro app.

Refer this....

ABAP в массы? - Word-document from XSL-transformation

Thanks.