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

Problem with ARCHIVOBJECT_GET_CLIENT

Former Member
0 Likes
873

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

3 REPLIES 3
Read only

sridhar_k1
Active Contributor
0 Likes
599

ARCHIVOBJECT_GET_CLIENT calls FM ALINK_DOCUMENTS_GET_CLIENT, and it takes path up to 255 chars, try using it.

Regards

Sridhar

Read only

Former Member
0 Likes
599

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

Read only

0 Likes
599

Your system version is different from mine, I've posted based on ECC 5.0.

Regards

Sridhar