cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC-XI-File Scenario -Response?

Former Member
0 Kudos

I know how to configure R/3 to send IDOC to XI, and then XI-File configuration. I read how-to doc on acknowledgment, it assumes the receiving party is also on R/3 where they configured AUDIT to send response from receiving party. But this case is receiving party is non-SAP Application.

How to handle acknowledgment to update the status records on sending IDOC in this scenario?

Accepted Solutions (1)

Accepted Solutions (1)

udo_martens
Active Contributor
0 Kudos

Hi kumar,

You can use a business process for handle exceptions:

IDoc -> BP -> File

ALEAUD <- BP

(both asynchron)

Create a exception branch which u refer in ur send step (and in other steps). There u send a error ALEAUD to R/3. If no error u should send a success ALEAUD.

Regards,

Udo

Former Member
0 Kudos

Thanks for your answer.

I have another question, getting confused with part/partlyless(LS and != LS) senderReceiver situations in IDOC scenario.

Can you help me understand how these (party/partyless) would effect IDOC-XI-File Scenarios?

Thanks.

Answers (1)

Answers (1)

Former Member
0 Kudos

Kumar,

If you want a response from a file, you will have to use a sync-async bridge and generate the response out of BPM.

Regards,

Ravi