cancel
Showing results for 
Search instead for 
Did you mean: 

R/3-XI-File - ErrorHandling Approach

Former Member
0 Kudos

hi XI experts, my scenario is R/3XIFILE. what should be the error handling approach for this and how to achieve it. say for example, i am using abap proxy betwee R/3 and XI. if the r/3 system fails, how do i handle the exception. at the same time if the file adapter fails to park the file in the target system how do i raise exception.

thanks. balakrishnan

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>>>say for example, i am using abap proxy betwee R/3 and XI. if the r/3 system fails,

if R3 fails then the report will not send the proxy message

so you will see it in SXMB_MONI in R3

>>>>the file adapter fails to park the file in the target system how do i raise exception.

file adapter supports technical acknowledgments so you can use them

Regards,

michal

Former Member
0 Kudos

hi michal, thanks for your reply.

1. how do i handle technical acknowledgements.

2. what about alerts. i can set an alert rule for file adapter whenever there is any exception. is it possible.

thanks in advance. balakrishnan

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

><i>how do i handle technical acknowledgements.</i>

One option. use BPM and with the Send Step of your File , use Transport Acknowledgement. If ack is successful, you can then send Aleaudit back to the r3 syste,

><i>2. what about alerts. i can set an alert rule for file adapter whenever there is any exception. is it possible.</i>

If you are SP14 and above you sure can use XI alerts.

Regards

Bhavesh

Answers (0)