‎2016 May 23 8:04 PM
Hi all,
I need to insert an image into word document (this images has been upload from OAAD transaction and are stored in AL11 in dir_home dicectory), so this images are already in system. I know that with CALL METHOD OF wordobj 'InsertPicture' instruction you can insert an imagen from c: file (local pc file) but I don´t know how can I do that from application server.
Thanks in advance
Rachit.
‎2016 May 24 7:37 AM
Anyway, you need to transfer the file to the frontend, so you may download to the temporary directory (cl_gui_frontend_services=>get_temp_directory). Another solution could be download via the SAP data provider, and operate on its object (maybe copy/paste), but I never tried.