Application Development and Automation 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: 
Read only

Hyperlinks in ALV

Former Member
0 Likes
613

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
Read only

jayanthi_jayaraman
Active Contributor
0 Likes
518

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.

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

2 REPLIES 2
Read only

reedtzj
Active Participant
0 Likes
518

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

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
519

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.