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 Number of attachments available in GOS(Generic Object Services) ?

0 Kudos

Hi friends,

i am using GOS for uploading attachments in an alv report .

now my requirement is to find number of attachments available for individual Purchase Requisition Number.

i am handling GOS through hot spot for  Purchase Requisition Number.

please help.

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

Use cl_binary_relation=>read_links to get list of attachments, and count records in et_links.


Regards,

Raymond

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos

Use cl_binary_relation=>read_links to get list of attachments, and count records in et_links.


Regards,

Raymond