‎2007 Jul 01 11:58 AM
What is the dfference between starting new task and in udate task.
What is V1 Update and V2 Update.
I new in SAP.
Please explain me urgently.......
Thanks in advance
‎2007 Jul 01 12:20 PM
V1 update module generate update requests in table VBLOG in synchronous mode and in asynchronous update in main memory .
V2 update module generates requests in table VBLOG and always run asynchronously .
V1 update functions are handled by the system asynchronously,synchronously and in lolal where as V2 update functions are always handled by the system asynchronously .
‎2007 Jul 01 12:18 PM
Hi Subhajit,
A function called in update task will not execute until a commit work is encountered.
A function called with 'STARTING NEW TASK' will be triggered immediately, but will run asynchronously with respect to your current program.
Regards,
Pankaj Singh
<b>**** please do not forget to give points</b>
‎2007 Jul 01 12:20 PM
V1 update module generate update requests in table VBLOG in synchronous mode and in asynchronous update in main memory .
V2 update module generates requests in table VBLOG and always run asynchronously .
V1 update functions are handled by the system asynchronously,synchronously and in lolal where as V2 update functions are always handled by the system asynchronously .
‎2007 Aug 03 12:42 PM
I think i have understood it........Can i say that UPDATE TASK does V1 update (online update) and STARTING NEW TASK does V2 update(asynchronous update).
I have one question.....when in starting new task does SAP stores the task name that is given in the program in some structure?
‎2007 Aug 03 12:50 PM
Hi,
In sap internally every task create one process id, task id, userid, .... stores in the sap tables, thats why when you use 'STAT' , it shows all taskid,....
so if you want know some detials just check when you click stat what program invoking..
Regards
‎2007 Aug 05 1:44 PM
‎2007 Aug 05 1:45 PM
‎2007 Jul 01 6:36 PM
v1 update means online update, its updating immaidetly syncronise way, v2 is offline means asyncronise depend on process avaialbility
Regards