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: 

How to get list of attachments for FI documents?

Former Member
0 Kudos

Hi,

We have a requirement where in we need to fetch the documents from BKPF and output these documents if they do not have any attachments.

Now the issue is to find if the documents have any attchamnets or not. We came acroos the link table TOA01 and TOA02 for BKPF. But these does not satisfy our requirement completely as there are documents with attchaments but not maintained in these link tables.

Please let me know if there any generic way like methods of classes to find the attachments for the documents??

Thank You.

Regards,

Mallika.

3 REPLIES 3

former_member487858
Active Participant
0 Kudos

HI Mallika,

You can make use of the Transaction OAAD by giving the Business object BKPF as the Key field and it will pull up all the documents that are attached .

Regards

Swarna.

Former Member
0 Kudos

chk this thread.

0 Kudos

Could you help us the same with step by step.

in the above thread, solution is given in code format. where do we need to put??