cancel
Showing results for 
Search instead for 
Did you mean: 

sending complete idoc every master data change

Former Member
0 Kudos

Hi Experts,

I am working on integrating ERP system with SAP OD system using SAP BC.

In an ERP outbound scenario, I am trying to get from ERP a full idoc of master data when it is changed in the ERP but as far as I know, If a master data change takes place, the ERP knows to send only the partial idoc with the change and not the full one.

Currently, I am able to get the partial idoc but I prefer to get the full one when a change takes place - I am using change pointers.

If you know how to configure the ERP so send the full idoc every master data change, I'd be happy to know.

Thanks

Gideon

(SAP LEOD)

Edited by: Gideon Sacher on Oct 14, 2009 10:03 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

abhijitbolakhe
Advisor
Advisor
0 Kudos

Hi

For sending complete master data by change pointers..pls check the following Blog

http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417100)ID1351835550DB11316694579933398960End...

Pls copy & paste the URL in IE.

Direct Link

/people/michal.krawczyk2/blog/2009/06/04/distribution-of-full-master-data-objects-from-change-pointers

Regards

Abhijit

Edited by: Abhijit Bolakhe on Oct 14, 2009 2:02 PM

Former Member
0 Kudos

Hi,

The problem with this solution is the fact it requires writing code inside the customer's ERP.

I am looking for a way to do it only using configureation and not by extending functionlity with code.

Gideon