cancel
Showing results for 
Search instead for 
Did you mean: 

How to call an htm page or internet explorer

Former Member
0 Kudos

Hi,

I have requirement to create help button in WEB UI and when clicking the help it should open my custom html page..

Currently i have the word document. Should i have to create a BSP application and if so how will i copy all the contents to the htm page.

How will i call this page?

Thanks in Advance

Pandiyan.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

first of all put your word document to the mime repository.

The you can implement a button in the view by placing following code with your repository destination:

<thtmlb:button text          = "Manual"
               onClientClick = "window.open('/SAP/BC/BSP/SAP/PUBLIC/manual.doc');" />

If you want the button in the header fill the ON_CLIENT_CLICK of parameter RT_BUTTONS in IF_BSP_WD_TOOLBAR_CALLBACKGET_BUTTONS / IF_BSP_WD_TOOLBAR_CALLBACKGET_SYSTEM_BUTTONS of your controller class.

Regards,

Claudia