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: 

Reg: Help on Link in SAP Screen Programming

former_member196601
Active Participant
0 Kudos

Hi Experts,

I have a requirement to display a link in dialog programming. When i click the link then it has to take me to the required page.

Can anyone help me on how to achieve this.

Kindly help.

2 REPLIES 2

Former Member
0 Kudos

Well there's a few front-end controls that have direct hyperlink capabilities, such as the column tree - you can see example of thee in transaction DWDM... in the Column Tree example (program SAPCOLUMN_TREE_CONTROL_DEMO) the "Root Col.3" is a link... and of course there is the general HTML control where you can have all manner of hyperlinks. If you're not using these, then you'd probably want something like a pushbutton so you could have a single click action and then just implement your own call to function module "CALL_BROWSER" with the URL you want.

Jonathan

Former Member
0 Kudos

hi,

use html viewer. class name is CL_GUI_HTML_VIEWER