Hi,
i want to call a website from a guided procedure to return some parameters if the guided procedure succeeds. Therefor i use the callable object type User Interface -> Webpage. Basis URL is something like this host:port/sap/bc/webflow/wshandler? After this URL i want to add some parameters and their values, so i defined some inputparameters for this callable object.
I hoped that the guided procedure now assembles the url like this: host:port/sap/bc/webflow/wshandler?param1=value1¶m2=value2....
But this doesn't work as hoped. The destination returns an error, so the URL seams to be wrong/missing the parameters.
Is there any other way to resolve this problem? Maybe an option to set? Or to use a other type?
regards,
Matthias
Hi,
just a suggestion (I'm not sure what kind of site you are using)...
If you are trying to access some kind of service with this URL, you should consider some of the special CO types, for example, Web service CO, RFC CO, BSP CO,...
You can find more information here:
Creating" target="_blank">http://help.sap.com/saphelp_nw70/helpdata/en/da/a680415dc6050de10000000a1550b0/frameset.htm">Creating Callable Objects in the GP Design Time
HTH
Regards, Petja
Add a comment