cancel
Showing results for 
Search instead for 
Did you mean: 

Value for the HTTP PATH while configuring the RFC destination of Type H

Former Member
0 Kudos

Hi Experts,

I have created an RFC destination of Type H (HTTP Connection to R/3 system).

What shoul be the Path Prefix value? Shall i give the URL of Pipeline or URL of adapter engine.

Also do i need to specify the Namespace,SenderSystemName,InterfaceName and QOS?

Thanks

Ajay

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Use the Path Prefex as /sap/xi/engine?type=entry

http://help.sap.com/saphelp_nw04/helpdata/en/85/78af1bf407434796aaf8dbd6d4e7b7/frameset.htm

REgards

Seshagiri

Answers (3)

Answers (3)

Former Member
0 Kudos

for Connection Type: H

2 Target Host: System name

3 Service Number: HTTP Port name

4 Path Prefix: /sap/XI/engine/?type=entry

regards

chandrakanth

prateek
Active Contributor
0 Kudos

The imp thing is the usage of this RFC destination.

Shall i give the URL of Pipeline or URL of adapter engine.

If u r using an http receiver, u have to provide the url of the receiver application

do i need to specify the namespace, SenderSystemName, InterfaceName and QOS?

No. Not required

Regards,

Prateek

Former Member
0 Kudos

Check this link for creating HTTP coonection........

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

Former Member
0 Kudos

Hi Sekhar,

The Blog is really a helpful one, but still have one doubt. Plz clear it.

In one of the Blog the HTTP PATH given is as follows.

http://sap-ag.com:8088/sap/xi/adapter_plain?service=sender&namespace=urn%3Asap-ag%2Ecom&interface=%2...

So My doubt is why i need not to give the sender name , Sender Namespace and Interface name while sending the idoc from SAP to XI using XML-HTTP type. How will SAP-XI find the name of the sender and the Interface.

Thanks

Ajay Garg

Former Member
0 Kudos

Hi,

I think you are using ABAP Client proxies

This Message interface Identification is done based on the Proxy generation

we will generate the proxy generation based on the Message Interafe only

So when we write a report program in se38 of SAP R/3, it will cal the corresponding message interface in XI

Regards

Seshagiri

prateek
Active Contributor
0 Kudos

why i need not to give the sender name , Sender Namespace and Interface name

If u r using ABAP proxy, then in this case, there is adapterless communication. So sender agreement is not required. The call to integration engine is made directly.

How will SAP-XI find the name of the sender and the Interface.

The interface will directly send data to integration engine and from there interface name could be picked up

Regards,

Prateek