cancel
Showing results for 
Search instead for 
Did you mean: 

Why RFC destination of type H in ABAP proxy

former_member206760
Active Contributor
0 Kudos

Hi All,

We specify the XI integration server url in the Sxmb_adm transaction of the application SAP system..

Why do we still require a RFC destination of type H pointing from application sys to XI...

What is the exact function of that RFC of type H

Accepted Solutions (1)

Accepted Solutions (1)

former_member181985
Active Contributor
0 Kudos

The IE engine entry points are built on HTTP protocols in ABAP. Hence you need type H.

former_member206760
Active Contributor
0 Kudos

Then why do we specify the URL in SXMB_ADM

former_member181985
Active Contributor
0 Kudos

in SXMB_ADM, as far as I know we can give in two ways,

one is explicit URL, i.e., http://HOST:PORT/sap/xi/engine?type=entry

second option is, dest://RFCDestinationTypeH

RFCDestinationTypeH actually uses the above http entry.

Answers (0)