cancel
Showing results for 
Search instead for 
Did you mean: 

pipeline

Former Member
0 Kudos

can any body tell me about what is pipeline and what are pipeline services

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Srinu...

When a source message reaches the Integration server, it performs 6 steps before the message reaches the destination. The steps are:

1) Receiver Determination: This steps determines the system that participates in the exchange of the message.

2) Interface Detremination: For each receiver determine which interface will should receieve the message.

3) Message Split: If more than one receievers are found, Xi will instantiate new message for each receiver.

4) Message Mapping: Mapping to transform the source message to destination message format.

5) Technical Routing: Bind a specific destination and protocol to the message.

6) Call outbound Adapter: Send the transformed message to the adapter or a proxy.

One can examine these steps in Runtime Workbench using the Transaction: SXMB_MONI.

Hope u got the point..

cheers,

Raghavesh

Former Member
0 Kudos

Hi,

When XI receive a XML message, this last one go into different pipeline services (steps of process).

For instance, for pipeline "SAP_CENTRAL", if I remind me one has:

  | Receiver identification
  | Interface identification
  | Branch
  | Mapping
  | Routing
  V call receiver adpater

Note: all these steps can be seen in the trace of SXI_MONITOR

I refund the help link which explain that:

http://help.sap.com/saphelp_nw2004s/helpdata/en/41/b714f85ffc11d5b3ea0050da403d6a/content.htm

Mickael

Message was edited by: Mickael Huchet