Hi,
I am currently using a internal table to fetch the records from a master data table and manipulate it and storing in a custom table.
But I have an issue over the performance.It takes almost 3 hours for the program to get executed as the master data table keeps growing everyday with new records and also the existing records are modified.
I use date as a parameter to fetch the new records.Can you give me an idea to check for the modified records in master data table and placing it in the internal table?
Please help me out.