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: 

Get Filename/Description of ArchiveLink Document

Former Member
0 Kudos

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

Hi Alexander,

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

3 REPLIES 3

Hi Alexander,

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

0 Kudos

thanks for your help 🙂

roberto_vacca2
Active Contributor

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