Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to find flatfile errors while uploading data

Former Member
0 Likes
396

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.

3 REPLIES 3
Read only

Former Member
0 Likes
375

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

Read only

Former Member
0 Likes
375

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

Read only

Former Member
0 Likes
375

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.