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: 

GOS - check for duplicate Attachments

Former Member
0 Kudos

Hi guys!

Fianlly i managed it to add a URL to GOS in my abap program

i used the following FMs

CALL FUNCTION 'SO_FOLDER_ROOT_ID_GET'

CALL FUNCTION 'SO_OBJECT_INSERT'

CALL FUNCTION 'BINARY_RELATION_CREATE'

So what i do is running an abap report in a batch job which adds me the necessary urls.

Now i need to now how i can check for duplicates in the gos. In particular check if this link is already there or not?

who knows?

thanks!!

2 REPLIES 2

franois_henrotte
Active Contributor
0 Kudos

you should call class method cl_binary_relation=>read_links_of_binrels

look at function module BDS_GOS_CONNECTIONS_GET

Former Member
0 Kudos

thank you, that helps me alot.

Just one last thing,

How can i find the URL value (the link actually) now?

thanks!