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

Get Filename/Description of ArchiveLink Document

Former Member
0 Kudos
7,322

Hey Guys,

i'm hanging on a little challenge over here.

I need to get the filename or description of a specific ArchiveLink-Document. I've got the Archive_id and the Archive_doc_id.

I've tried using FM ARCHIVOBJECT_GET_TABLE, but therefore i even Need the document_type...

I would be glad, if someone has some ideas 🙂

Best Regards, Alex

1 ACCEPTED SOLUTION
Read only

2,471

Hi Alexander,

u can get file name in Table : TOAAT by passing Archive_id.

3 REPLIES 3
Read only

2,472

Hi Alexander,

u can get file name in Table : TOAAT by passing Archive_id.

Read only

0 Kudos
2,471

thanks for your help 🙂

Read only

roberto_vacca2
Active Contributor
2,471

Hi,

you could have a look at BDS_DOCUMENT_GET_INFO function module. You should have access to your documents from OAOR transaction.

Hope to help

Bye