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: 

Extract & Store pdf SD billing document from archivelink content Repository

ashish_vikas
Active Contributor
0 Kudos

Hello friends,

Can some one give me a hint on this :

I have a requirement to create a program which will extract the pdf SD billing document from archivelink content Repository and will save pdf files on application servers's directory.

We have business Object, Content Repository ID, Document type know for this.

thanks

ashish

1 REPLY 1

Former Member
0 Kudos

use FM : ARCHIVOBJECT_GET_TABLE to get the content in bin format..

then use open dataset, transfer dataset, close dataset to store that in OS level.. task done..

you can even use GUI_DOWNLOAD if you want to download it to presentation server.