‎2007 Sep 22 4:13 AM
hi,
suppose i have 100 records, there is an error in 91 record, then my doubt is up to 90 records data is process to database or not?
Please clear doubt
1. if it is call transaction,
2.if it is session method.
‎2007 Sep 22 4:35 AM
Yes it will process in both case.Also, it will process all the valid records after that error record.
Regards,
Amit
Reward all helpful replies.
‎2007 Sep 22 5:09 AM
hi,
in session method if u go for fore ground process it will process record by record
suppose if error record is entered it doesnt proceed further, u had to enter correct record
then it allows u to proceed furtherafter procesing all the records it asks u to save
then all records get stored uin data base tables.
suppose if u go for back ground process in error mode,
all the records get processed, except the error record.
in call transaction,
wen ever error record occurs it wont proceed further untill correct record is entered,
finally all the records is processed it will ask u to save then only records get saved in data base.
regards
siva
‎2007 Sep 22 5:31 AM
It will process upto 90th record and it will not process 91th record ,it will process 92th to 100 records in both Call transaction and Session method.
Suppose If you use mode 'E' then it will stop exactly 91th record ,once you rectify the 91th record then it will process other records.
Thanks
Seshu