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

Getting data from the Content Server.

Former Member
0 Likes
354

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.

1 REPLY 1
Read only

Sandra_Rossi
Active Contributor
0 Likes
316

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