cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro Tree with Hyperlink

Former Member
0 Kudos

Hello experts,

i´ve got a WebDynpro Abap application which conaints a tree - UI Element. This tree is filed with WD-Component names and by clicking a tree element the named WD-Component is loaded. Now i need a tree-node which sends the user to an external url, for example www.google.de

Does anybody know if this is possible?

Accepted Solutions (0)

Answers (1)

Answers (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

onAction of the leaf node, you can open a popup with external URL

CREATE_EXTERNAL_WINDOW of IF_WD_WINDOW_MANAGER

Abhi

Former Member
0 Kudos

Hello,

thanks for your reply. Your solution works, but i don´t want a popup, i want to open the site in the existing window.

arjun_thakur
Active Contributor
0 Kudos

Hi Benjamin,

Here you can use the concept of exit plugs. Refer this online help: http://help.sap.com/saphelp_nw70/helpdata/EN/45/1bc575ba064574e10000000a114a6b/frameset.htm

I hope it helps.

Regards

Arjun