on ‎2010 Sep 20 4:24 PM
Dear all,
In SRM 5.0 I customized the OCI settings for an external catalog provider. In my Shop transaction BBPSC02 I see the link and can open the external catalog.
When I check the HTML code of the page, I see that the link is generated via a javascript: function launchCTLG(nameCTLG, InFrame)
How can I get the link that is being generated. I would like to execute some tests using this link and therefore I would like to add it manually in the internet explorer..
Thanks and regards
AD
Request clarification before answering.
Hi all,
Thanks for your reply. This is not what I am looking for.
I want to the the full real link including all parameters that have been defined here:
SPRO->Supplier Relationship management-> SRM server-> Master data-> Define External Web Service.
Best regards
AD
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
please refer to below wiki page:
http://wiki.sdn.sap.com/wiki/display/SRM/SRM7.0catalog+call
You can place a break point in the code and check the URL . Also you can execute the FM /SAPSRM/CLL_WSI_CALL with webservice id and URL will be returned.
If the FM does not bring complete URL as you want then you can build the URL the URL yourself with parameter like &Username etc etc..
Thanks
Iftekhar Alam
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.