cancel
Showing results for 
Search instead for 
Did you mean: 

Option in iView Menu

Former Member
0 Kudos

At the top right corner of an iview you have some options in a menu: help open in new window etc.

1. I want to change the help content. On click of help it should open a new popup with help content.

2. How do I add new options in it and if I do where do I put the functionality. e.g. If I want to add a new option say "Some Option". On click of that option an application say a popup jsp with some functionality should open. Where do I write the code to trigger the open of a new window.

Accepted Solutions (0)

Answers (2)

Answers (2)

MartyMcCormick
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

If you are using an AbstractPortalComponent there are methods to override the default behavior (including calling your jsp).

Take a look at doEdit() for personalization and doHelp() for the help link.

Hope this helps,

Marty

Former Member
0 Kudos

Hi,

Do you have any blogs/help available for the same.

Also can you help me with the second point. i.e If I want to add new options...

Former Member
0 Kudos

Hi,

Do you have any blogs/help available for the same.

Also can you help me with the second point. i.e If I want to add new options...

Former Member
0 Kudos

Scroll down to the addOptions after clicking the below link:

http://help.sap.com/saphelp_nw2004s/helpdata/en/f6/aebf40b87e0366e10000000a1550b0/frameset.htm

Replace alert() with ur new javascript function which opens a window with a specified url.

Regards,

N.

Plz click a star if it helped.

Former Member
0 Kudos

Hi,

Look for Gregor's solution!!

It worked for me!!

Regards,

N.

Former Member
0 Kudos

Hi,

Thanks for your reply, but:

I do not want to change the help URL.

I can create a JSP through abstract portal component with some help info. I want to pop up my JSP when I click on the help.

Also, if you could kindly help me out with the second question.

Thanks.