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

Re: reading multiple records from internal table with out loop

$
0
0

Hi,

 

Get Count of internal table data!!

 

DATA: lv_count type i,

           lv_count1 type i .

 

Describe IT_DATA Line lv_count.

 

lv_count1  = 1.


Do Lv_count Times.

  

 

read it_data into wa_data index  lv_count1.

 

   lv_count1 = lv_count1 + 1.

 

enddo.

 

 

Thanks,

Anbusundaram


Viewing all articles
Browse latest Browse all 9159

Trending Articles



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