‎2011 Aug 09 12:46 PM
Hello Experts,
I am working on the following scenario.
1.I am adding image in Va02 t-code Services for Objects Create -> Store Business Document.Once the image is added that image file goes and sits in the file content server.
2.I want to get this inage stored in content server and i want to print it on the smart form.I can able to retrive this image in the internet explorer but i need the content of the internet exporer like JPG or BMP file.
I am facing problem in getting the image from the content server.Can any one please explain me how to get this image from the content server.
Regards,
Vanitha P.
‎2011 Aug 09 10:41 PM
Hi Vanitha P.,
you can get these documents stored using ArchiveLink, using function modules ARCHIV_GET_CONNECTIONS (to get the ID of the document(s)), and then using ARCHIVOBJECT_GET_TABLE.
BR
Sandra