‎2008 Jun 20 11:37 AM
‎2008 Jun 20 11:38 AM
select * from <table > into table <internal table >
up to 200000 rows.
‎2008 Jun 20 11:46 AM
‎2008 Jun 20 11:43 AM
HI,
IF u fetch huge amount of data it will reduce ur program performance go for pacakage size format of select query
syntax
*SELECT * FROM spfli INTO TABLE it_spfli PACKAGE SIZE 10000.*
go throu this link
[http://sap-img.com/abap/package-size.htm]
Regards,
priya
‎2008 Jun 20 11:50 AM
hi priya
thnx for ur reply
u mean to say it may go to dump when we are fetching huge data?
‎2008 Jun 20 11:48 AM
HI,
To select 20,000 rows from the table use the following select query
SELECT <f1> <f2> from <table name> into table <internal tab> upto 20000 rows.
Regards,
vineela.