Update types in Call transaction method. What is the difference ?

Showing Answers 1 - 8 of 8 Answers

bala

  • Mar 19th, 2005
 

Calltransaction update types:update types : S /A/LS-SYNCHRONOUSA-ASYNCHRONOUSL-LOCAL MEMORYsynchronous mode is waiting for commit work and asynchronous is not waiting for commit work.

  Was this answer useful?  Yes

JOGA

  • Oct 3rd, 2005
 

At present with SAP we have only modes of updation

1.Synchronus Update.

2.Asynchronous Update.

There is no more Local Update.

  Was this answer useful?  Yes

sreni

  • Jan 14th, 2006
 

synchronous

asynchronous

local

  Was this answer useful?  Yes

sanjay

  • Feb 23rd, 2006
 

       In synchronus method until one record  process takes place into  database next record will not process.    

       In asynchronus immedate updation of data into database table.

  Was this answer useful?  Yes

sudhar

  • May 1st, 2006
 

In synchronous method incase if there is any change in the table all the related tables will be changed accordingly and then sy-subrc will be returned.In asynchronous method in case if there is any change in the table the s-subrc will be immediatel returned and then the related tables will be updated. the diffrence between these two is in asynchronous even if the related tables are not updated the sy-subrc will still be returned as 0.

  Was this answer useful?  Yes

nagesh

  • Jul 7th, 2007
 

All synchronous update the sy-subrc is set to 0 only when the particular transaction is executed and also the changes have done to the database,

But in asynchronous update the sy-subrc is set to 0 if  the transaction is executed without any fail, not the database changes.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions