Skip to Content
0
Former Member
May 04, 2009 at 10:22 AM

Regarding the hyperlink Icon/Arrow Icon in ALV

86 Views

Hi All,

I want to show the Arrow icon instead of Hyperlink Icon(Hand Icon) when I wanted to display the data in

read only mode.

DATA lr_model type ref to cl_salv_wd_config_table.
CALL METHOD lr_model->if_salv_wd_table_settings~set_read_only
EXPORTING
value = abap_false.   " Hand Icon/Hyperlink Icon is not shown but the data is displayed in Blue color  as  table background.

CALL METHOD lr_model->if_salv_wd_table_settings~set_read_only
EXPORTING
value = abap_true. " Hand Icon/Hyperlink Icon is  shown but the data is displayed in White color as table background.

I wanted to have the white color as background for table display with the Arrow Icon instead of hyperlink or Hand Icon. Is there any way to achieve the same.

Thomas: Please share your views on this.

Highly Appreciate your replies.

Regards,

Lekha.