Application Development 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: 

ARCHIVOBJECT_GET_SERVER

Former Member
0 Kudos

hi,

can anybody tell me what is the use of this FM 'ARCHIVOBJECT_GET_SERVER'

regards

sami

1 ACCEPTED SOLUTION

Former Member
0 Kudos

I think i r askin abt this function module . ARCHIVOBJECT_GET_CLIENT

used to copy archive files to local disk.

5 REPLIES 5

Former Member
0 Kudos

I think i r askin abt this function module . ARCHIVOBJECT_GET_CLIENT

used to copy archive files to local disk.

0 Kudos

hi

can u please tell me from which tables i have to select the data to give it to the FM for its import parameter 'ARCHIVOBJECT_GET_CLIENT' to execute it succesfully

specially the import parameter archive_doc_id.

regards

sami

Message was edited by:

sami sami

Former Member
0 Kudos

Hi

Check out the source code of report OACGDAJB which will give you the idea on how to use the FM ARCHIVEOBJECT_GET_SERVER

Cheers!

Samanjay

0 Kudos

hi

i want to execute the report given by you OACGDAJB.

please tell me what are the input values i have to give.

please give the details of input values.

regards

sami

0 Kudos

Hi,

The report OACGDAJB is used for retrieving a document asynchronously from a content server. You need to provide the minimum input ie content repository from which you would like to retrieve the documents. You can provide the path ie the location for the retrieved document. If you dont provide the path then I presume the document will be retrieved to path configured in the content repository (TA: OAC0). If you know other details such as document id, class you can provide that too.

Hope this helps

Cheers!

Samanjay