Application Development and Automation 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: 
Read only

replacement for SO_WIND_ATTACHMENT_LIST_API1

Former Member
0 Likes
433

Hi there....

i am working on an upgrade project . in this we are using FM SO_WIND_ATTACHMENT_LIST_API1, which dumps, saying relationship ATTA not defined for the interface. the dump comes due to another fm SREL_GET_NEXT_NEIGHBORS which is being called inside SO_WIND_ATTACHMENT_LIST_API1.

Has anyone ever come across such an issue. The problem is in the standard fm so_wind_.... So i am looking for some replacement for this standard fm only...

waiting for a quick reply.

Best regards,

Prem Sharma

Hi there....

i am working on an upgrade project . in this we are using FM SO_WIND_ATTACHMENT_LIST_API1, which dumps, saying relationship ATTA not defined for the interface. the dump comes due to another fm SREL_GET_NEXT_NEIGHBORS which is being called inside SO_WIND_ATTACHMENT_LIST_API1.

Has anyone ever come across such an issue. The problem is in the standard fm so_wind_.... So i am looking for some replacement for this standard fm only...

waiting for a quick reply.

Best regards,

Prem Sharma

1 REPLY 1
Read only

Former Member
0 Likes
374

A replacement for the function module SREL_GET_NEXT_NEIGHBORS was searched for and a class method cl_binary_relation=>read_links_of_binrel and a function module SO_OBJECT_READ were used to replicate the functionality in ECC.