‎2019 Feb 19 6:19 AM
why session method is slow process?? and call transaction is faster?? need a depth answer regarding this .
‎2019 Feb 19 7:21 AM
‎2019 Feb 19 8:38 AM
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.