cancel
Showing results for 
Search instead for 
Did you mean: 

payload and pipeline

Former Member
0 Kudos

hi all

pls define the words payload and pipeline

Thanks.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hey Sri,

The place where you see your data in SXMB_MONI is called as payload.

Pipeline: As soon as you test any data in xi it goes through xi-pipeline. Below are the pipeline steps in sequence.

<b>Receiver Identification</b>

Determine which system(s) should participate in an exchange with incoming message.

<b>Interface Determination</b>

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

<b>Message Branch (Message Split)</b>

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

<b>Request Message Mapping</b>

Call the mapping program to perform the message structure to the receiver format.

<b>Outbound Binding (Technical Routing)</b>

Bind a specific destination and protocol to the message.

<b>Call Adapter</b>

Send the transformed message to the adapter or proxy.

Regards,

Sarvesh

Former Member
0 Kudos

Hi,

<b>Pipeline:</b>

A set of services to be performed in a fixed sequence on a message.

A pipeline consists of pipeline elements that are linked to pipeline services.

For more check this:

http://help.sap.com/saphelp_nw04/helpdata/en/41/b714fb5ffc11d5b3ea0050da403d6a/frameset.htm

<b>Payload:</b>

Actual business data of a XI message.

Regards,

Subhasha

<b></b>

Former Member
0 Kudos

Hi Srinivas,

Payload is the actual data that is being sent from source to receiver.

Pipeline contains a series of services like Receiver Identification,Interface Determination,Message Spilit,Request message mapping,Message Binding and Call Adapter,that are ABAP object class and perform a particular processing on the message .It is basically on the Integration Engine,ie on the ABAP stack.

Thanks

Pravesh

former_member335553
Active Contributor
0 Kudos
former_member335553
Active Contributor
0 Kudos

Xi messges are processed through a series of steps called pipeline

payload is the actual data which is being send from source to receiver