cancel
Showing results for 
Search instead for 
Did you mean: 

XI message flow

Former Member
0 Kudos

Hello,

I am doing a Jdbc to an R/3 scenario. What is the basic message flow in XI? Does it flow from receiver determination and trickle down? When would be the sender adapter be engaged? I am looking into finer details because at times my DB could give me large messages?

-Ramos

Accepted Solutions (0)

Answers (2)

Answers (2)

agasthuri_doss
Active Contributor
0 Kudos

Hi Antonio,

This might help you

http://help.sap.com/saphelp_nw2004s/helpdata/en/64/ce4e886334ec4ea7c2712e11cc567c/content.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/2e/96fd3f2d14e869e10000000a155106/content.htm

http://help.sap.com/saphelp_erp2005vp/helpdata/en/21/68f1f860454a2396aa709f9b91a685/frameset.htm

Based on the requirement get the data as per the Idoc. and you can create the number of fields in the DB so that you can avoind a long string.

Thanks & Regards,

Agasthuri Doss

moorthy
Active Contributor
0 Kudos

Hi,

XI pipleine steps are-

Sender Agreement->Reciever Determination->Interface Determination->Interface Mapping->Reciever Agreement.

In your scenario JDBC ->XI->R/3-

In simpler way~

1) Sender JDBC adapter will poll the database table and pull the data into XI . This is carried out by Adapter Engine

Once it reached XI, it will in XI Message pipeline in the integration engine.

2) Reciever Determination is executed - to look into who is the reciever

3) Then Interface determination- Sender Interface and Reciever Interface Mapping

4) reciever Agreement- with either Idoc adapter or RFC adapter or proxy structure.//

Hope this helps,

Regards,

Moorthy