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: 

Material master IDOC Issue when transfering between two systems

Former Member
0 Kudos

Hi friends,

We are facing one issue, Like we are transferring material master data between two SAP systems by change pointers RBDMIDOC.

Problem is when we create a material in system 1, then it is transfered to system 2 and material is created there, the change pointers table are being updated in target system 2.

Because of this when RBDMIDOC is run in target system 2, Again the material created is creating a new outbound IDOC is system 2 target for us and it is being transfered to system 1 source.

This process is being repeated and idocs are going on creating for same material.

Please help in how to avoid this.

Thanks,

Sukumar

1 REPLY 1

Former Member
0 Kudos

Hi Sukumar,

That's a catch 22 situation. I think you can implement a BADI which gets triggered post processing of IDOCs & write a code to delete unprocessed (just created) change pointers in that BADI. This Thread might be helpful for you.

Thanks,

Ravi