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

problem while uploading data from flat file

Former Member
0 Likes
837

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
Read only

Former Member
0 Likes
810

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

Read only

0 Likes
810

Hi

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

thanks raju

Read only

0 Likes
810

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

Read only

0 Likes
810

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

Read only

0 Likes
810

hi anupam,

thanks for your reply,

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

thanks,priya

Read only

0 Likes
810

HI Hari,

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

Regards

ANUPAM