cancel
Showing results for 
Search instead for 
Did you mean: 

SRM 7.0 Help URL

Former Member
0 Kudos

Hi

we are upgrading from srm 5.0 to srm 7.0. On srm 5.0 we have configured to point the 'Help' link in srm to our intranet. On srm 7.0 how can we change the location so that when the users clicks the 'Help' link it opens up an internet explorer session pointing to our intranet.

Thanks

BK

Accepted Solutions (0)

Answers (1)

Answers (1)

jason_boggans
Active Contributor
0 Kudos

Hi,

In SE80 navigate to Internet Service BBPGLOBAL -> MIME Objects -> Script -> WPINTEGRATION.JS ....

Here you will find ~

function startKwHelpPortal(){

var url = curURLwgate + "/bbphelp/!?language=" + curLanguage + "&client=" + curClient + "&TCODE1=";

helpurl = curService;

You would need to modify this and then also modify the HTML template BBPFUNCTIONS TO pioint to this new JS function.

Best to look at note [779026 |https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=779026]for details on how this could be configured. (The note does not fix your issue but can be used as an example of how to change the link)

Regards,

Jason