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

differences between call transaction method and session method ??

Former Member
0 Likes
645

why session method is slow process?? and call transaction is faster?? need a depth answer regarding this .

2 REPLIES 2
Read only

Sandra_Rossi
Active Contributor
0 Likes
565

The exact same technology under the hood, so guess?

Read only

raja_m5
Explorer
0 Likes
565

differences :

call transaction :for small data uploads u can go with call transaction,errors should be handled in the program only,and DB update will be done

at the time of executing of batch input program

Session : for bigger uploads u can use session method,and errors will handle at the time of processing the batch input session sm35,

DB will update will be done at processing of batch input separately.