cancel
Showing results for 
Search instead for 
Did you mean: 

Duplicate messages in MONI when outbound proxy is called

Former Member
0 Kudos

Hi,

I am working on scenario Outbound proxy - XI - File. In SE38 report I am first fetching the data from SAP tables and then calling outbound proxy. I am sending all the fetched data in one message by calling proxy only once. But in MONI of R/3 system 2 messages are displyed instead of showing 1 message.

When I debug the code then it sends only one message and 1 message is seen in MONI.

Can anyone please tell me why is this message duplication happening in MONI?

Thanks

Rinku

Accepted Solutions (0)

Answers (1)

Answers (1)

bhavesh_kantilal
Active Contributor
0 Kudos

have you looked into the MONI on your R3 system? Do you see 2 messages there as well? If yes, then I think it is your code that is triggering the messages duplicated.

I dont' think XI would do this because if XI did, you would see the same message id in XI for the same 2 messages and if they are different then maybe it is the problem with your calling report.

Regards,

Bhavesh