Hi Abhi,
Guess i know your issue.
Let me try. In the above snapshot, for step 19, you are doing CallWebRFC and "url" as variable.
You are constructing this variable in your javascript.
Well it won't work that way. For CallWebRfc, it expects the URL itself.
Now, you will ask, how do we pass the values from Screen into the URL.
Here is how:
I am copying 2 values from my screen in to "value1" and "value2"
And then passing those values in curly braces as shown.
Now, if value1 = sap and value2=personas in your screen..
You open the developer tools (F12) and see what request goes through.
It will be: http://www.blabla.com?param1=sap¶m2=personas
So please change your script a little bit now and let us know..
Hope this helps.
Regards,
Sushant