Hi,
I am uploading contents of a file which has more than 200,000 records in it . I am processing this file ( this includes addition, subtraction , filtering and a few DB select queries). I have used COMMIT statement at various places to prevent time_out.
Finally I would be displaying the output data on screen in the form of ALV . The idea of displaying ALV with 200,000 records is scary .
Is there any alternative way to handle it ?
Regards,
AM