cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

PI PipeLine Process

manigram
Active Participant
0 Likes
1,607

Hi Experts,

          Could you please explain the pipeline process in PI. Or share some documents in  that.

Regards,

Manigandan

Accepted Solutions (0)

Answers (8)

Answers (8)

marksmyth
Product and Topic Expert
Product and Topic Expert
0 Likes

Hello

This is a basic question which can be answered by doing some research on your end. This forum is designed for expert users.

This thread will be locked. Please familiarise yourself with the forum Rules of Engagement before posting again.

Regards

Moderator

Former Member
0 Likes

Dear Manigandan,

Do you have any Flow of Message in PI for any Interface that is been developed in your landscape

If yes, then use Tcode :- SXMB_MONI---------------->execute---------------->Monitor for Processed XML messages-------------->Execute

On to the left you will get details of Pipeline step and the Process in which its executed

Pls see below

Former Member
0 Likes

Hi,

A few cents, check this thread http://scn.sap.com/thread/934412

Regards.

Former Member
0 Likes

Hi Manigandan,

Here it is,

Inbound Message

XML-Validation Channel Cequest

Receiver Determination

Interface Determination

Receiver Grouping

MSG Split According to Receiver List

Request Message Mapping

Technical Routing

XML-Validation Outbound Channel Request

Call Adapter

Response

one more hint to tell, you can also check in SXMB_MONI for the same,

Hope it will help you a lot,

Thanks,

Nikh

santosh_k3
Active Participant
0 Likes

Hi

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 and in Transaction: SXMB_MONI.

Hope this answers your query.

Please search in SCN before you post.

Thanks

Sai

Former Member
0 Likes

Hi,

Did you try this ( a simple search can do wonders )??

http://search.sap.com/ui/scn#query=Pipeline+Steps+in+PI&startindex=1&filter=scm_a_site(scm_v_Site11)

Thanks

Amit Srivastava

Former Member
0 Likes

Hi,

here is pipeline steps in IE

XML VALIDATION--Receiver Determination-interface Determination-Message Split-Message mapping-technical routing-XML Validation-Adapter call

Regards

Trinath

Former Member
0 Likes

Hi,

This concept is explained very well in the basic BIT 400 training for PI.

Regards,

Greg