Application Development and Automation 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: 
Read only

ArchiveLink - Append Document

Former Member
0 Likes
557

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

1 REPLY 1
Read only

Former Member
0 Likes
440

No Solutions for this Point?