cancel
Showing results for 
Search instead for 
Did you mean: 

Hotspot in ALV not displaying

Former Member
0 Kudos

hi

I am not able to get hotspot underline symbol for CARRID in the output. What is the mistake i am doing

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Try this.

Lo_column_settings->set_cell_editor( value = lo_link_to_action).

else refer CONFIGURE_ALV( ) method in COMPONENT CONTROLLER OF SALV_WD_TEST_TABLE_EDIT WDP Component.

Thanks

KH

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi KH

  It worked !!

Thankyou

Former Member
0 Kudos

Hi Sneha,

Good to hear that your issue is resolved . Pls close the thread as answered.

Thanks

KH

0 Kudos

Hi Sneha,

Please check standard demo component SALV_WD_TEST_TABLE_EDIT. There is a LINK_TO_ACTION column in flight overview table.

Thanks,

Shailesh

Former Member
0 Kudos

Hi,

Add below code

create object lo_link_to_action.
lo_link_to_action->set_text_fieldname( 'CARRID').

Lo_link_to_action->set_cell_editor( value = lo_link_to_action).


Thanks

KH

Former Member
0 Kudos

Hi KH

I get this below error

Method "SET_CELL_EDITOR" is unknown or PROTECTED or PRIVATE"

harsha_jalakam
Active Contributor
0 Kudos

Hi Sneha,

Please check the below link.

How to implement Link to action in ABAP webdynpro ALV - ABAP Development - SCN Wiki

Hope this helps you.

Regards,

Harsha