cancel
Showing results for 
Search instead for 
Did you mean: 

Relationship between ABAP Proxy Message and Business Document

Former Member
0 Kudos

Hi All,

for integration based on IDocs, in backend system there is a well know architecture that allow to find the business document created by an IDOC. The architecture is bases mostly on DDIC tables SRRELROLES*& IDOCREL ([one easy way of determining a link between idocs is via transaction BD87 -> select the IDoc -> click on "Display Relationships" button andthe corresponding outbound IDoc is displayed|😉

Till now I had no chance to see the corresponding feature when using ABAP proxy messages instead of IDoc.

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Shabarish_Nair
Active Contributor
0 Kudos

ABAP proxy is an option provided by SAP to interface with the ABAP stack and it cannot be directly compared to native IDoc methodologies .

/people/ravikumar.allampallam/blog/2005/08/14/choose-the-right-adapter-to-integrate-with-sap-systems

Former Member
0 Kudos

Thanks,

SAP is working to make the two technologies comparable, as we can see also from products like [SAP Application Interface Framework|http://help.sap.com/saphelp_aif10/helpdata/en/5a/3eacf824e74542abbd2271238dc70b/frameset.htm] so I ask to the community if somebody find how the linking between the business document and ABAP proxies is implemented

Regards