Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

itab+large data

Former Member
0 Likes
292

when we are working with a large database it is not always possible to put the entire data in a single internal table-- so several internal tables are used

in this case we need to work with redundant key fields---how this is done

1 REPLY 1
Read only

Former Member
0 Likes
276

use package size while selecting data into internal table so that u can fixed amount of data everytime,.....

ex. SELECT vbeln erdat

FROM vbak

INTO TABLE li_vbak PACKAGE SIZE 50.