cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver HTTP Adapter

Former Member
0 Kudos

Hello ALL,

Can somebody guide me in creating a Dynamic HTTP Destination for Receiver HTTP Adapter.

I have created one in sm59 but unable to control the parameters in the path at runtime.

How can I do this.

Regards,

Akhil.

Accepted Solutions (0)

Answers (1)

Answers (1)

moorthy
Active Contributor
0 Kudos

Hi,

Following sap help will give you some hints on the same:

http://help.sap.com/saphelp_nw70/helpdata/en/43/64dbb0af9f30b4e10000000a11466f/content.htm

Rgds,

Moorthy

Former Member
0 Kudos

Hi Krishna,

I have read that, done a mapping used dynamic configuration to HTTPDest, now what I want to achieve is ..

in SM59 I have created a Type G RFC.

in the path I have given for ex: /sdn/forums/thread=1011&id=1234 and the RFC name is suppose SDN

now when ever I use this HTTP Destination it always calls thread=1011 and id=1234 instead it has to take the values form my mapping can I achive this..

Regards,

Akhil.

udo_martens
Active Contributor
0 Kudos

Hi Akhil,

you can do that with ABAP class cl_http_client.

<a href="http://help.sap.com/saphelp_nw70/helpdata/en/1f/93163f9959a808e10000000a114084/content.htm">Example Program: Executing an HTTP Request</a>

Regards,

Udo