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

Re: how to select and deselect all rows in a table control

$
0
0

sorry

 

ignore the previous one check the below code

 

 

LOOP AT TABCTRL INTO WA_VBAK.

         WA_VBAK-V_MARK = 'X'.

         UPDATE TABCTRL USING WA_VBAK.

       ENDLOOP.

 

Here table control name is tabctrl.


Viewing all articles
Browse latest Browse all 10498


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