Skip to Content
0
Former Member
Nov 21, 2011 at 12:45 PM

Mass archiving of PDFs and writing to TOAxx tables

789 Views

Dear experts,

we want to archive PDF files, which belong to business documents. So I have the PDF files with an index file like this:

VBAK;0014512;0014512_invoice.pdf

VBAK;0014513;0014513_invoice.pdf

VBAK;0014514;0014514_invoice.pdf

FIrst one is the object type, second the order number and third the PDF file name seprated by a semicolon. So far I have written a report, which is able to put this information in the TOAxx tables (FM ARCHIV_CONNECTION_INSERT). Now Im not sure what to do do get an archive object ID from the SAP system and write the PDF file to our archiving system.

Any ideas?