Skip to Content
0
Former Member
Dec 02, 2009 at 10:50 AM

get archived print-lists as file

109 Views

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