cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP to RFC Scenario

Former Member
0 Kudos

Hi,

We are in process of HTTP to RFC scenario...where in we are trying to post .xml file from HTTP sender adapter and pass it to R/3 system. Can anybody suggest me how can we do achieve the same.

What is procedure to do it? Do I need to post .xml file from HTTP Client?

-Chris

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

You have to activate the service in the tcode SICF

To activate , select the service /sap/xi/adapter_plain. right click and choose Activate

former_member187339
Active Contributor
0 Kudos

Hi,

If you have the HTTP Client then you can post the request directly to the integration server.

Before that you need to complete

IR (or ESR)

1. Data typr Message Type and Messige Interface (for both source and target)

2. Message Mapping and Interface Mapping (if you want to make sync interface then message mapping for response is also needed and also the RFC should be sending response back)

ID

1. No need of sender agreement

2. Receiver and interafce determination

3. Receiver agreement

Regards

suraj

Former Member
0 Kudos

Hi,

I have a HTTP Client code ( HTML)....from there how can we post .xml message into R/3 system.

Could you please guide us.

-Chris

Former Member
0 Kudos

you can post the XML data as payload of HTTP request which will be passed to XI and there map the same to RFC request and call RFC of R/3 ...

Rajesh

Former Member
0 Kudos

Rajesh,

I tried with the same. ( By using this doc for HTML client code - [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/66dadc6e-0a01-0010-9ea9-bb6d8ca48cc8]

But, its not posting in XI. Is there any other configuration we need to setup to make this successful?

-Chris

Former Member
0 Kudos

What is the error you are getting ?

also you can try the below tool of HTTP Client

http://sappihttpclient.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26723#DownloadId=67082

Rajesh

Former Member
0 Kudos

Check the below blog which talks about the HTTP to RFC scenario

/people/community.user/blog/2006/12/12/http-to-rfc--a-starter-kit

HTH

Rajesh