Hi,
I want to save archived print-lists as file. I used the following function:
CALL FUNCTION 'ARCHIVOBJECT_GET_CLIENT'
EXPORTING
archiv_doc_id = p_arc_doc_id
ARCHIV_DOC_INDEX = ' '
archiv_id = p_archiv_id
path = p_path
EXCEPTIONS
error_archiv = 1
error_communicationtable = 2
error_kernel = 3
error_http = 4
OTHERS = 5.
The problem is there are 4 files archived under the same ID and in some cases the function get not the data-file.
Any ideas how can I get the data-file?
Kind Regards
Lars