Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

XI Message id

Former Member
0 Likes
1,183

hi all,

How to retrieve XI message id during the processing of method in XI??

regards,

srilatha.

hi all,

How to retrieve XI message id during the processing of method in XI??

regards,

srilatha.

5 REPLIES 5
Read only

bpawanchand
Active Contributor
0 Likes
809

Hi

Check thread

Regards

Pavan

Read only

Former Member
0 Likes
809

Hi SriLatha.

The XI messages that are put in the receive queue are retrieved by an application (Worker thread) and are sent to AFWListenerBean. AFWListenerBean is a module (an EJB) in Adapter Engine that is capable of parsing the XI message. On successful receive of the XI message by the AFWListenerBean, messages like u201CThe message was successfully retrieved from the request queue.u201D are logged and the status of the XI message is set to DLNG.

I have come across a Weblog which gives the above lines of information,

[SDN Weblog - Standard Reference - Understanding message flow in XI|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1717] [original link is broken] [original link is broken] [original link is broken];

Hope this works out well.

Good Luck & Regards.

Harsh Dave

Read only

Former Member
0 Likes
809

Hi Srilatha .,

You need to have one separate message maping interface with XI , If you want to get Messages from XI to R3 .

check with XI team for the same .

thanks

Sreenivas Reddy

Read only

0 Likes
809

Hi ,

You can see XI Message ID in transaction SXMB_MONI if your sap server supports or is connected to XI server.

Here you can find the message id and the status of the same.For more information you can post the query in XI Forum.

Thanks

Sudharshan