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 can I create a report for SAP FI document numbers in order to see with one has attachments ?

danny07
Discoverer
0 Kudos

Hello guys,

I've been trying to create a report from table SRGBTBREL to see with document numbers has attachments, but the problem is that it only shows the attachments created with "Create Attachment", but not the attachments created with "Store Business Document".

For field INSTID_A i'm ussing company code 0011, doc. no. 0010009350, and year 2017.

Can anyone tell me if i can do it another way from a simple sap user point of view?

Thank you.

3 REPLIES 3

raymond_giuseppi
Active Contributor
0 Kudos

Did you try the classic method cl_binary_relation=>read_links?

danny07
Discoverer
0 Kudos

How can i access this, i don't have authorization to use many transactions.

In the printscren above, i'm in SE16 -> table SRGBTBREL.

Is there another way?

Thank you.

Jelena
Active Contributor
0 Kudos

From the "simple user point of view", if it's something you need to do your job then authorization should be given to display the document and access the attachments.

Attachments are stored as generic objects in SAP and such information is not easily accessible to the end users.

Contact your local SAP support team on this.