Hi SAP Gurus,
I wrote a report program which will fetch the data into an intrnal table having more than 50 fields. I placed all select queries in a separate FORM and all operations in another FORM. I also used Field Symbols instead of Work areas.
Not even a single query is inside a Loop.
After retrieving the data from data base tables into various internal tables, I have to merge these tables into a single Internal table which is the final table which contains all the data.
For this I use a sinfle "for loop" and used Read statements in side the "for loop".
I also tried using Index..
Even then the tame taking to retrive the data for 5000 records is nearly arround 200 seconds.
Is there any other ways to improve the performance my report.. ?
I dint used Joins..
Regards,
Yugesh A.