Among the Call Transaction and Session Method, which is faster?

Answer Posted / lokesh

Call Transaction is faster than session method because
while updating data into database call transcation does not
check the updation but it check the success of the
transaction only . where as Session method ,check the
updation of the data into database and also success of the
transaction. That's the reason call transaction is faster
than Session method.

In call transaction Synchronous updation is Optional.

If u wnat to send data & update the data at different times
& want to update data synchronously then need a automatic
error log, then we go for Session method . It is slow.

if call transaction the data that is received will be
updated at the same time.

Is This Answer Correct ?    7 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an update type with reference to a match code id? : abap data dictionary

753


What are the basic functions of database utility?

789


How do you populate data into a multiple line field? : abap bdc

827


List the various components of the enterprise structure in systems, applications, and products (sap) in human capital management (him)? : sap abap hr

678


What are logical databases?

804






– Programming using BAPI : Create Debit Memo Request (DMR) with reference to Sales Order and update the delivery number and PO number in the newly created DMR. Send the spool of the report by E-mail if the E-mail option is enabled. Selection Screen Required:  Sales Org  Delivery type  Sales document type Optional:  Planned Goods movement date  Option to choose E-Mail  E-mail Address  Output device Output Output should display both successful and unsuccessful creation of DMR with the following fields,  Success/Error (S/E)  Sales Document number  Delivery number  New Debit memo request number  Error message Tables TVAK, TVCPA, VBAK, LIKP, LIPS

5794


Is it possible to bring select option in module pool screens?

726


wat is the default file name of BAPI trace?

1986


Have you set up a back ground job? How to create a background job without a variant ? : abap bdc

753


Does every abap/4 have a modular structure? : abap modularization

862


Double click function on the lists, identifying the line selected by the user on the list?

810


Define database layer?

784


What is sap script? Describe its components.

783


What are the components of sap scripts? : abap hr

762


A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization

730