cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC sending on sales order creation

Former Member
0 Kudos

Hi,

When Sales order created, an idoc generated and sent to MII system.

If MII system is shutdown, idoc is not preserved in SAP ECC system.

We want SAP ECC system must preserve IDOC on MII disconnection and send it to MII when connection established.

How can we achieve preserve IDOC and send when connection established?

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

What is middle ware system to transmit the IDoc from SAP to MII, you can ask to middle ware system to retain the IDoc file with them until MII system will be up.

As I know In SAP it is not possible from standard way to check if MII system is down, there would be no Idoc will be transmitted, but you can write an code in IDoc transition FM module with help of ABAPer as to check the RFC connection with MII is down don't transmit the IDoc, and wait until the MII RFC connection is up.

You can control this by background job by assigning you special program, which will check the connection with MII and then transmit the IDocs.

regards

Vivek.

Former Member
0 Kudos

Hi,

SAP MII is middleware system.