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

Re: Getting the whole data of a table/active DSO into an internal table wihout any where condition

$
0
0

Hi Vasanth,

 

I recommend you, check your requierement again.

Is very easy pass data in internal table, but if you dont have conditions, your performance is  very poor. If is only for test porpouse try:

 

report zprog.

types: begin st_01 of

          calday

          material

          quant_b

end of st_01.

data: it_table type table wa,

         wa like line of st_01.

 

parameters: p_calmonth(2)  TYPE c.

 

select calday

           material

           quant_b

into table it_table

from zods

where calmonth EQ p_calmonth

 

Regards.


Viewing all articles
Browse latest Browse all 8927

Trending Articles



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