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

MATMAS05 - ABAP Proxy

Former Member
0 Likes
802

HI all,

   I'm faced with setting up an integration for material master, the end point for this data is a sync web service, ideally I would have the return structure for the WS call populated back into SAP for errors associated with business logic. Currently the MATMAS05 idoc is the standard approach for sending out this data is a there an equivalent PROXY (SAP STANDARD) that could be used to send out this data to use instead of the default IDOC.

Essentially is there a standard proxy that can be used in SAP to replace MATMAS05 or does it need to be developed ?.

Thanks for your time.

HI all,

   I'm faced with setting up an integration for material master, the end point for this data is a sync web service, ideally I would have the return structure for the WS call populated back into SAP for errors associated with business logic. Currently the MATMAS05 idoc is the standard approach for sending out this data is a there an equivalent PROXY (SAP STANDARD) that could be used to send out this data to use instead of the default IDOC.

Essentially is there a standard proxy that can be used in SAP to replace MATMAS05 or does it need to be developed ?.

Thanks for your time.

2 REPLIES 2
Read only

Former Member
0 Likes
549

Hi Richard,

So far, I have NOT come across SAP standard proxy which is equivalent to MATMAS05.

Why not try this approach? You still can use IDOC framework to create the change pointers, let say when ever the new master data is created the change pointer entry is added. Then you can create ABAP client proxy which reads from the change pointer table (BDCP or BDCP2) and populate the proxy as required by the partner system.

Regards,

Lim...

Read only

0 Likes
549

Thanks for your input, I was looking for a standard way of doing the same thing, given a choice between sap standard IDOC and custom ABAP proxy ... Ill stick with the standard IDOC.