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: 

Hyperlinks in ALV

Former Member
0 Kudos

Hi,

I have a ALV report with a container split into 2 rows. In the first row i display some header information and one of them will be a hyperlink.

Can anyone pls help me how to implement hyperlinks in ALV header.

Thanks

Ram

1 ACCEPTED SOLUTION

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

If you are using top of page and if you need url there,you can use cl_dd_document class.Use the method add->link.Use list_of_processing_events in cl_gui_alv_grid to add the top of page.

2 REPLIES 2

reedtzj
Active Participant
0 Kudos

Hi,

Have a look at this ALV reference (search for IT_HYPERLINK): <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e8a1d690-0201-0010-b7ad-d9719a415907">An Easy Reference For ALV Grid Control</a>

This should do the trick I guess.

Regards, Johan

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

If you are using top of page and if you need url there,you can use cl_dd_document class.Use the method add->link.Use list_of_processing_events in cl_gui_alv_grid to add the top of page.