cancel
Showing results for 
Search instead for 
Did you mean: 

BBPHELP - Question

maulik
Contributor
0 Kudos

I'm trying to get the help link working.

The following works.

var helpURL="http://www.sap.com/";

However, if I want to do something like this.

var helpURL="zzbbphelp.htm";

which I did, I get this error.

The URL https://sapserverxx.domain.com:1443/sap/bc/gui/sap/its/bbphelp/zzbbphelp.htm

was not called due to an error.

My questions is, where should the "zzbbphelp.htm" reside?

Appreciate any help I can get.

Regards,

Maulik

Accepted Solutions (0)

Answers (2)

Answers (2)

maulik
Contributor
0 Kudos

Hi Disha,

Appreciate your prompt response.

If I hard code the server name, I will run into issues in Production. The production server name would be different.

I'm sure there is work around for this. I'm new in this area and I appreciate all the help you can provide.

Regards,

Maulik

Former Member
0 Kudos

Hi Maulik,

You ca upload the file( zzbbphelp) in MIMES folder in SE80 and give the SICF path for MIMES in the HELPURL avariable..So the URL will be something like:

https://sapserverxx.domain.com:1443/..../MIMES/zzbbphelp.htm

We had uploaded a WORD doc in a similar way and displayed in the HELP Window.

Also another problem with the HELP window is that it doenst get maximised..If you face the same problem ,apply note 984404.

BR,

Disha.

Pls reward full points for useful answers.