cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to get OCI Hyperlink

Former Member
0 Likes
1,027

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

View Entire Topic
Former Member
0 Likes

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

Former Member
0 Likes

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

Former Member
0 Likes

Hi,

Thanks. This is what I am looking for. Unfortunately we are in SRM 5.0 and not 7.0 so the class and FM names do not match. Do you know the same for SRM 5.0?

Best regards

AD