Hi Folks,
I have to send some 10k record to a rfc and that RFC will return the details of those 10k records.
Now since the processing time for all the 10k records crosses 5 hrs, RFC connection is getting failed.
So i want to send the data in packets of lets say 1000 , so that system will process only 1000 records at a time.
The main important logic is, the 1000 records which has been processes first time should not get process in next time.
Note: I dont know the exact numbers of records, but most of the time more than 10k
What would be the most efficient way to implement this logic.
Regards
PG