‎2008 Jun 17 5:40 AM
hi friends...
After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then?
like this i faced one question...
whether once again upload the error record or is there any ways without re upload?
kindly guide me
‎2008 Jun 17 5:55 AM
It is always advisable to make use of validations...before calling the transaction that updates the database......In that way u will only be sending correct entries , while calling the transaction.....
U can make use of the same validations..that are raising the error inside the transaction, in the BDC program b4 calling the transaction.
In the present scenario..u can just reupload the error entries..
Reward points if useful...
reagrds
Rudra
‎2008 Jun 17 5:52 AM
Hi,
You have to upload the error records by changing the error values.
thanks and regards.
‎2008 Jun 17 5:54 AM
it depends on what type of process it is.. but generally we trend to reprocess it...
‎2008 Jun 17 5:55 AM
It is always advisable to make use of validations...before calling the transaction that updates the database......In that way u will only be sending correct entries , while calling the transaction.....
U can make use of the same validations..that are raising the error inside the transaction, in the BDC program b4 calling the transaction.
In the present scenario..u can just reupload the error entries..
Reward points if useful...
reagrds
Rudra
‎2008 Jun 17 6:43 AM
HI.
If error record are very less just update them manually reather than writing code. In case if they are more modify the errors in transaction and then modify the program according to errror records only.
PLZ award points if helpful.
Regards.
‎2008 Jun 17 7:05 AM
Hi Deva,
If ur program is using call transaction method then there is no way other than reuploading the error records(After correcting the data!)
If u r using session method then based on number of error records u can take the action. If u have few error records then u can directly reprocess the error records(By manually correcting the data in the transaction). If error records are more then its good idea to reupload by correcting the file.
Thanks,
Vinod.
‎2009 Jan 05 7:26 AM