Application Development 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: 

problem while uploading data from flat file

Former Member
0 Kudos

hi friends,

suppose if there are 100 records in flat file , if 20 records uploaded with out any problem and if error occurs while uploading remaing data . is necessary to upload entire data again or else only remaining data should be uploaded?

i had used call transaction for purchase order application?

please give me reply soon its urgent

thanks & regards

priya

6 REPLIES 6

Former Member
0 Kudos

Hi Hari,

you have to upload the remaining data.

as u have used CT method, do 1 thing trap the error data in runtime & prepare another flat file. next time correct the data in new flat file. & run the DBC program again with this new flat file.

Reward if useful

Regards

ANUPAM

0 Kudos

Hi

priya question is answered plz close the issue and reward points to him

thanks raju

0 Kudos

hi anupam,

but if there are more records like 20000 then it is difficult to correct all those errors , cant we upload entire data ( file) again. what happens if we upload entire file again?

thanks,

priya

0 Kudos

Hi Hari,

if there is some problem with your data, you have nothing but correct it. this can be 20, can be 20000...

is it possible to upload incorrect data to tables?

Thanks

ANUPAM

0 Kudos

hi anupam,

thanks for your reply,

after correcting file , wheather i should upload entire flat file again or error records only?

thanks,priya

0 Kudos

HI Hari,

only the new file that contains the error data of previous CT.

Regards

ANUPAM