Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a hyperlink on a pop up window?

Former Member
0 Kudos

Hi,

How to create a hyperlink on a pop up window?

The pop up window appears on right click in a transaction.

Thanks in advance,

Regards,

Varun

7 REPLIES 7

Former Member
0 Kudos

Hi,

Try the below link:

<link with no accompanying text removed>

Thanks

Edited by: kishan P on Aug 5, 2011 10:57 AM

Sandra_Rossi
Active Contributor
0 Kudos

Hi Varun,

you can create a dialog box container, in which you insert an HTML viewer control. Demo programs: RSDEMO_DIALOGBOX_CONTROL, and RSDEMO_HTML_VIEWER.

BR

Sandra

0 Kudos

Hi Sandra,

Thank you for your suggestion.

But I want to introduce a hyperlink in a standard pop up.

For example, While in transaction CRMD_BUS2000111 -> Opportunity -> select any -> partner tab, when I right click I get a standard pop up.

I want to introduce my hyperlink in that standard pop up.

Regards,

Varun

0 Kudos

Create a push button in your popup window and use the below function module to display any link.

ISH_N2_EXECUTE.

0 Kudos

Hi Varun,

While in transaction CRMD_BUS2000111 -> Opportunity -> select any -> partner tab, when I right click I get a standard pop up.

I want to introduce my hyperlink in that standard pop up.

you should have mentioned that earlier, that's the most complex part!

This is called a contextual menu (for more information, read [SAP Library: Context Menus|http://help.sap.com/saphelp_nw70/helpdata/en/94/c4a6377cc0c92ce10000009b38f8cf/frameset.htm ]).

Adding a menu item (that is not called an hyperlink, or is there something I didn't understand?) there is probably a modification of the standard. Either modifying the ABAP, or adding it to a GUI status of type "contextual menu".

There are number of demo programs, like DEMO_DYNPRO_CONTEXT_MENU, CTMENU_BUILD, CTMENU_DYNPRO...

Sandra

0 Kudos

Hi Sandra,

By hyperlink, I mean a link through which I can achive an additional functionality..like navigating to WEB UI .

Sorry if I am not using the right terminology , I am new to ABAP.

Regards,

Varun

0 Kudos

Sorry if I am not using the right terminology

No problem The role of SDN is to make people share knowledge, terminology is important to be able to find the right information!

Sandra