cancel
Showing results for 
Search instead for 
Did you mean: 

Calling a URL an submit Parameters

Former Member
0 Kudos

Hi @ all,

may this is a simple question for you but not to me I've got following problem:

I need to call a URL f.e. www.123.com?Para1=<value1>&Para2=<value2>;

I like to call PI from a ABAP RFC - this is not the problem - but how do I pass

the parameters from my RFC function into the URL Parameters.

Any help or blog reffering welcome!

Thanks

Matt

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Matt,

Look at Suraj's reply- ... dynamic SOAP Action is being created, similarly you can create URL dynamically.

SAP Help -

help.sap link http://help.sap.com/saphelp_nw04s/helpdata/EN/29/5bd93f130f9215e10000000a155106/frameset.htm

Hope this helps.

Regards,

Neetesh

Answers (1)

Answers (1)

sunilchandra007
Active Contributor
0 Kudos

Hi Matt,

Yours is a RFC to HTTP scenario. You can pass the parameter by creating the url dynamically in UDF.

For details, have a look at this blog by William /people/william.li/blog/2007/09/07/posting-and-testing-using-xipi-http-adapter

Regards,

Sunil Chandra