cancel
Showing results for 
Search instead for 
Did you mean: 

Pipeline Service Type

former_member343107
Participant
0 Kudos

Dear all,

I use SXMB_MONI to monitor messages and found there're two fields in the table "inbound" and "outbound". By checking the data element I found the possible values could be:

IENGINE Integration Engine

IDOC IDoc Adapter

=SWITCH= Dynamic Selection of an Adapter at Runtime

PLAINHTTP Adapter for Sending a Message Without Control Information

PROXY Proxy Framework

AENGINE Adapter Engine

PE Process Engine

SA_COMM Coupling Between Synchronous and Asynchronous Processing

Can somebody help to explain the meaning of the "inbound" and "outbound" fields and those values?

Thanks + Best Regards

Jerome

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Inbound:

Specifies the "type" that received the message.

The type can be all list that you have specified below.

Outbound:

Specifies the "type" that is sending the message.

Consider a IDOC>BPM>FILE scenario.

The entry in sxi_monitor corresponding to IDOC-->BPM is:

Under Inbound: IDOC

Under Outbound: PE

This means: The idoc was received from the SAP system from the "IDOC ADAPTER"(inbound) and processed and sent out by a BPE adapter(outbound)

BPM-->FILE

Under Inbound: PE

Under Outbound:AENGINE

This means: The message received by the BPM(inbound PE) is processed and sent out to the adapter engine.

Regards,

Smitha.

Answers (1)

Answers (1)

Former Member
0 Kudos

Good anaysis.

IENGINE = Message directly sent to the Integration Server

IDOC = ABAP IDoc Adapter

=SWITCH= Dynamic Selection of an Adapter at Runtime

PLAINHTTP =ABAP HTTP cleint

PROXY = ABAP Proxy

AENGINE = JAVA Adapter Engine

PE = BPM

SA_COMM Synchronous/Asynchronous Bridge

Practically all the macro-type of adapter for the communication to and from XI.

Regards,

Sandro

former_member343107
Participant
0 Kudos

Thanks a lot! Now I understand it.

Best Regards

Jerome