cancel
Showing results for 
Search instead for 
Did you mean: 

How to control IDOC processing in XI

Former Member
0 Kudos

hi

I have scenario where File --> XI --> IDOC

Source structure

Header 1...1

Detail 0..unbounded

Trailer 1..1

For every detail i need to generate 1 doc

My requirement is that i dont want to send all the IDOCs at one shot from XI.

trfc connection should be open just once for all the IDOCs and not single IDOCs are posted.

Is there any transaction from where i can control my IDOC processing.

Need urgent help.

Thanks ,

Loveena

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member239282
Active Participant
0 Kudos

Hi Loveena,

in a scenario, for instance, where you send IDOCs of type LS (logical system):

1. In the sender system, call transaction WE05 to display the outbound IDoc. The IDoc partner type of both receiver and sender is LS.

2. On the Integration Server, call transaction SXMB_MONI (Integration Engine Monitoring Monitor for Processed XML Messages) to display the message.

3. In the receiver system, call transaction WE05 to display the inbound IDoc.

    • if it helpful reward points are appreciated

former_member614185
Contributor
0 Kudos