on 2015 Jan 20 12:07 PM
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi KH
It worked !!
Thankyou
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
User | Count |
---|---|
64 | |
10 | |
8 | |
8 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.