‎2007 Dec 22 5:07 PM
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
‎2007 Dec 23 5:37 AM
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
‎2007 Dec 23 5:41 AM
Hi
priya question is answered plz close the issue and reward points to him
thanks raju
‎2007 Dec 24 11:20 AM
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
‎2007 Dec 24 11:36 AM
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
‎2007 Dec 24 1:37 PM
hi anupam,
thanks for your reply,
after correcting file , wheather i should upload entire flat file again or error records only?
thanks,priya
‎2007 Dec 24 1:41 PM
HI Hari,
only the new file that contains the error data of previous CT.
Regards
ANUPAM