cancel
Showing results for 
Search instead for 
Did you mean: 

Logical and technical routing ?

Former Member
0 Kudos

What is the difference between logical and technical routing ? Technical routing is a pipeline step and can be monitored only in the Integration Engine and is it that logical routing can be monitored only in RWB ?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Logical routing determines the name of the receiver and the receiver interface. Technical routing queries the communication channel (the physical address) in the Integration Directory that is required to call this interface.

During mapping, values and structures of the sender and receiver application are mapped to each other.

Both can be monitored in IE(ABAP) - SXMB_MONI.

RWB will provide Adapter engine(JAVA) monitoring.

Thanks

Gaurav

Former Member
0 Kudos

Thanks Gaurav

Former Member
0 Kudos

Hi

Welcome Radhika

If your query is resolved do close the thread.

Thanks

Gaurav

Answers (3)

Answers (3)

dharamveer_gaur2
Active Contributor
0 Kudos

Yes

In sxmb_moni,you get all the pipeline steps,just click on each one of them and it will give you all the information

Former Member
0 Kudos

Hi radhika,

Logical routing determines the logical receiver(s) for a given logical sender.

Logical routing comprises the following two steps:

  • Receiver determination during which you assign a receiver system to the sender interface of a sender.

  • Interface determination during which you specify a receiver interface in the receiver system.

Technical Routing is a Processing step of the Integration Engine that determines physical addresses of logical receivers.

The physical address (end point) of the required receiver is retrieved from the Integration Directory.

Both can be monitored in IE(ABAP) - SXMB_MONI.

Thanks,

Shweta

Former Member
0 Kudos

Hi Radhika,

Logical routing defines the business services/systems for your interface.i.e we difine the flow of messages in a system landscape

Technical routing defines the communication channels, adapters, etc.

Technical Routing are creating Sender agreement and communication channel,receiver agreement and communication channel

Logical Routing are nothing but receiver determination and

interface determination.

Regards

Sridhar Goli

Former Member
0 Kudos

Thanks Sridhar

So both technical and logical routing are pipeline steps, arent they ? And they both can be monitored in Integration Engine by transaction SXMB_MONI, right ?