‎2007 Dec 20 2:42 PM
Hi All,
Can some one explain me abt the difference between
*Local
*synchronous
*Asynchronous updates in details...
why Local update is necessary...
Please specify the complete process for the Recording of all the Updates in details.
Thanks,
Lee
‎2007 Dec 20 3:45 PM
Hi,
simply
S Continue processing when update is completed (synchronous)
A Continue processing immediately
L Local update
The Update Parameter
A Asynchronous updating. Faster execution of batch input program but no completion message from the SAP update service.
Not suitable for large amount of data
S Synchronous updating. Called transaction returns update error message.
L Local updating. If you update data locally, the update of the database will not be processed in a separate process, but in the process of the calling program.
Regds
Sivaparvathi
Please reward points if helpful....
‎2007 Dec 20 3:45 PM
Hi,
simply
S Continue processing when update is completed (synchronous)
A Continue processing immediately
L Local update
The Update Parameter
A Asynchronous updating. Faster execution of batch input program but no completion message from the SAP update service.
Not suitable for large amount of data
S Synchronous updating. Called transaction returns update error message.
L Local updating. If you update data locally, the update of the database will not be processed in a separate process, but in the process of the calling program.
Regds
Sivaparvathi
Please reward points if helpful....