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

call transaction and session method error

sudhakar196
Participant
0 Likes
450

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.

3 REPLIES 3
Read only

amit_khare
Active Contributor
0 Likes
414

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.

Read only

Former Member
0 Likes
414

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

Read only

Former Member
0 Likes
414

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