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

Re: How to make a specific row read only in Table View

$
0
0

Hi Ram,

 

Redifine the Get_I method of the attribute and use a code similar to below. In the below code the Last line of table is set to Editable.

 

  DATA:
lv_curr
TYPE sytabix,
lv_last
TYPE sytabix.


rv_disabled
= true.
lv_last
= iterator->size( ).
lv_curr
= iterator->get_current_index( ).

IF lv_last = lv_curr.
rv_disabled
= false.
ENDIF.


Hope it helps you


Regards,

Pratheek


Viewing all articles
Browse latest Browse all 9193

Trending Articles



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