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?