cancel
Showing results for 
Search instead for 
Did you mean: 

Idocs monitoring from MII to ERP

Former Member
0 Kudos
356

Hi community,

We have a requirement to send Idocs from MII to ERP backend.

Using this blog, it is OK, I can send Idocs and find them in my ERP backend : https://blogs.sap.com/2015/12/01/how-to-send-idocs-from-sap-mii-to-sap-erp/


However, how about monitoring the Idocs outgoing from MII ? What happens if they fail ? Is there a job to schedulle for automatic restart ? All of it is standard in ECC or XI/PI/PO but it does not seem to exist in MII, this is very disapointing !


Thanks in advance,


JB.

Accepted Solutions (0)

Answers (1)

Answers (1)

Hello JB,

IDOC's can be sent to ERP in a two step (store and forward) manner if you want fail-over, monitoring and local survivability. You may have 2 BLS's 1) For generation of the iDoc XML and store in a database table 2) BLS which would read the database table, call the RFC and pass the XML created in step # 1 as the payload. This BLS can be added as a scheduled job to run every x minutes

Based on your need, you can have different flags in the database table to track failure and report failure. Also the same table can be used for reporting. Hope this helps.

regards,

Rajath