‎2006 Jul 05 1:45 PM
Hi All !
I need to copy data from archive to local disk. First I've prepared a path then I've tried tu use ARCHIVOBJECT_GET_CLIENT to copy this data.
There is small problem. My path is longer than 70 chars and ARCHIVOBJECT_GET_CLIENT imports parameter like this
*" VALUE(PATH) LIKE SAPB-SAPPFAD
where SAPB-SAPPFAD is only 70 char long. Do you know how to circumvent this or do you know any other FM which I could use as a substitute?
Thanks
Tomek
‎2006 Jul 05 2:50 PM
ARCHIVOBJECT_GET_CLIENT calls FM ALINK_DOCUMENTS_GET_CLIENT, and it takes path up to 255 chars, try using it.
Regards
Sridhar
‎2006 Jul 05 3:18 PM
Somehow, I can't find any call of ALINK_DOCUMENTS_GET_CLIENT inside ARCHIVOBJECT_GET_CLIENT and even more - I can't find FM ALINK_DOCUMENTS_GET_CLIENT even through SE37 transaction? Am I missing something?
Tomek
‎2006 Jul 05 5:03 PM
Your system version is different from mine, I've posted based on ECC 5.0.
Regards
Sridhar