cancel
Showing results for 
Search instead for 
Did you mean: 

call function destination XI exception

Former Member
0 Kudos

Hello,

in R3 i call to function in XI, it's follow:

call function 'XXX'

--destination 'XI'

--exporting

-


AA = aa

--importing

-


BB = bb

--exceptions

-


system_failure = 1

-


communication_failure = 2

-


other = 3

when this call produce a exception, why sometimes I can not see anything in XI - SXMB_MONI / runtime workbench -?

thank you very much

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI,

If in case the message failed at entry point i.e. RFC sender communication channel, then it would not be available in SXMB_MONI.

You may trace it from Communciation Channel Monitoring from RWB..

Thanks

Swarup

Satyagadadas
Active Participant
0 Kudos

It's like pushing messages to XI, if you get any communication excpetions, means you did not reach XI system itself, so it won't register any entry in XI.

Regards,

Satya