cancel
Showing results for 
Search instead for 
Did you mean: 

IDoc Serialization for Inbound processing

Jitendra_Jeswan
Contributor
0 Kudos

Hi Techies,

I have a requirement of sending the IDocs from XI to SAP in the same order in which they were sent from the sender SAP system.

i have a special constriant here which says "if the message get stuck in the Integration Engine (may be because of any runtime error) the messages sent after this message should not be processed.

How can i achieve this, please help.

Regards,

Jeet

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos
Former Member
0 Kudos
prateek
Active Contributor
0 Kudos
former_member192295
Active Contributor
0 Kudos

Hi,

Select Queue Processing check box in IDOC receiver adapter, it will help u. If any message stuck due to some problem need to execute RSXMB_RESTART_MESSAGES program need to execute either manually or background. If any message is hold in queue find below link will help u

Jitendra_Jeswan
Contributor
0 Kudos

How does it gurantee the Queue behaviour in the following case..

  • Suppose there are 4 messages in Queue.

  • 2nd message will get stuck in IE because of some runtime mapping error

  • I guess this option does'nt care about the messages stuck in IE but Queues only.

Any solution for this?