‎2008 Nov 10 5:47 PM
hi all,
i hava a question... when i am uploading large amount of data (ex:1 lac records) in that 100 records are error records .. how to find the error records in flatfile before uploading.
regards shree.
‎2008 Nov 10 6:03 PM
Hi,
The only way to find out errors is to open the file from abap read through each record and validate it.
However , my approach would be to read through each record, validate it, if valid process it otherwise collect it in another auxilary internal table and then in the end log the errors for later processing.
regards,
Advait
‎2008 Nov 13 6:53 AM
if u rusing bdc then go for call transaction method use bdcmsgcoll.
with this we can separate all the error records into error log file
‎2008 Nov 13 10:20 AM
You alraedy Uploaded or About to Uplaod?
If You are about upload use session method. Process the session first in Background and once it is completed reprocess with Error Mode.
Regards,
Krishna.