cancel
Showing results for 
Search instead for 
Did you mean: 

pipeline steps

Former Member
0 Kudos

hi folks,

coukld you help me pls , what are the pipeline steps in XI.

regards:

mnk

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Pipeline steps are :

Receiver Identification

Determine which system(s) should participate in an exchange with the

incoming message.

Interface Determination

For each receiver system determine which interface(s) should receive a

message.

Message Branch

If multiple receivers are found, XI will instantiate a new message for each

receiver.

Request Message Mapping

Call the mapping program to transform the message structure to the receiver

format.

Outbound Binding

Bind a specific destination and protocol to the message.

Call Adapter

Send the transformed message to the adapter or proxy.

Regards,

Manisha

Answers (3)

Answers (3)

0 Kudos

Hi,

Whenever a source message reaches the Integration server the message will go through some steps, which are known as Pipeline steps. Those are

1. Receiver Identification:

This step determines to which system(s) the message should reach.

2. Interface Determination:

This step determines which interface should receive the message at the targer side.

3. Message Spilt:

This step takes care of the message to reach the specific targer when there are multiple targets.

4. Message Mapping:

In this step, actual mapping program will be called and the source message will be converted into target structure.

5. Technical Routing:

This step will take care of grouping the destination and protocol for the message.

6. Call Adapter:

This is the final pipe line step which will transfer the message to the target adapter.

Regards

Venkat

Former Member
0 Kudos

Hi,

When a source message reaches the Integration server the messages under goes this Pipeline steps

a) Receiver Determination:

This step determines the system that participates in the exchange of the message.

b) Interface Determination:

For each receiver determine which interface should receive the message.

c) Message Split:

If more than one receiver are found, XI will instantiate new message for each receiver.

d) Message Mapping:

Mapping to transform the source message to destination message format.

e) Technical Routing:

Bind a specific destination and protocol to the message.

f) Call outbound Adapter:

Send the transformed message to the adapter or a proxy.

Regards,

Nithiyanandam

Former Member
0 Kudos

Hi

For pipeline steps with diagram follow this link

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/5474f19e-0701-0010-4eaa-97c4f78d...

In this document check 5th page

Regards

Ramesh

former_member181962
Active Contributor
0 Kudos

Please search the forum or google before posting generic queries:

You can find many links like this:

http://help.sap.com/saphelp_erp2004/helpdata/EN/41/b714f85ffc11d5b3ea0050da403d6a/content.htm

Regards,

Ravi

P.S: If you are looking for the sequence of pipeline steps:

Receiver Identification, Interface Determination, Message Split, Message Mapping, Technical Routing, Call Adapter