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

Accepted Solutions (0)

Answers (1)

Answers (1)

CHKNELL
Participant
0 Kudos

Hi,

use e.g. ARCHIV_GET_TABLE to extract the physical data. If you don't know the Object_id look in TOA0x (definied table) for the document type. Loop over it, and write with open dataset to the app-dir. Byte handling can be a little bit tricky (use binary operations).

Regards,

Christian