Hi Experts,
can anyone explain me the functionality of Function Module 'ARCHIVEOBJECT_APPEND'?
I'm still uploading TIFF-Files to the ArchiveLink directory via the Function Module 'ARCHIVEOBJECT_CREATE_FILE'. With this functionality I get one Document-ID for each Picture. This works... so far so good.
But, in some cases, I want to combine two or more TIFF-Files to one file on the Directory. For example one document with pages for each Image.
For this functionality, I identified the FM 'ARCHIVEOBJECT_APPEND'. But it doesn't work, and there is no documentation available....
Can anyone help me with this FM? How do I have to fill the Table-Parameters? Do I have to call some other FMs at the end?
ARCHIVE_ID = '03' --> TOAAR-ARCHIV_ID
ARCHIVEDOC_ID = char40 --> Document-ID, I want to extend
DOCUMENTCLASS = 'FAX' or 'TIF'
COMPID = 'data'
ARCHIVEOBJECT [ ] = ???
BINARCHIVOBJECT [ ] = ??? Data Type/ Format?
Regards,
Andi