cancel
Showing results for 
Search instead for 
Did you mean: 

Error handling in case of ADRMAS & DEBMAS

Former Member
0 Kudos

Hi

We are in the process of implementing the MDM R/3 integration via PI. PI is splitting the incoming DEBMDM xml structure into ADRMAS and DEBMAS and posting it to R/3 as IDocs. What is the best way to achieve error handling in R/3 if one of them fails? For instance if ADRMAS succeeds and DEBMAS fails then the data for that record is not just outdated but it is also wrong to be partially updated.

Pls let us know how you have handled in your implementations

Thanks

Arvind

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Arvind,

You can use Transaction WE05 to check the failed idocs and you can also edit the data if error is due to data error.

To reprocess the failed idocs use transaction BD87.

Regards

Former Member
0 Kudos

Hi Arvind

Re-check your requirements - also any operational requirements.

If the inconsistent partial update leads to problems in the business processes or you cannot introduce the manual check procedure, you might consider designing some custom IDoc handling in ECC to ensure consistent updates.

Regards,

Thomas

Former Member
0 Kudos

Hi Arvind,

We had faced a similar issue wherein the ADRMAS was getting posted while the DEBMAS was failing.

Yes it is a fact that, this will result in partial updations which is not what we expect.

But there is no automated way to ensure the correctness of the same and this has to be handled manually.

You need to execute transaction we02 and see for the error code and the status of the IDOC.

Also refering to the data segment may help you to find out where could be the exact problem.

Hope it helps.

Thanks,

Minaz