Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9076

Re: How to change color of alv rows on double click in auto refreshing in ALV OOps report

$
0
0

Hi Zhand/DPM,

 

Thanks for reply ,

 

I have written event_class to "handle_double_click". on debugg i checked also ....on double click cursor is going to method

 

METHOD handle_double_click.

 

     DATA : wa_final1 LIKE LINE OF it_final.

 

     DATA : rowcolor(4) TYPE c VALUE 'C311'.

 

*Reading the selected data into a variable

     READ TABLE it_final INDEX e_row-index INTO wa_final1.

 

" here i got the index of row clicked by user,

 

Now what sholud I write in above  method to change color of this index row??

 

Now here, In order to change the color I have to define new layout ...by calling the set_table_for_first_display  again...

 

...But on next time Refresh again my old layout will appear...

 

Can anyone provide me the code...???


Viewing all articles
Browse latest Browse all 9076

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>