on ‎2008 Dec 04 5:33 AM
Request clarification before answering.
closed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Update(V1): This is meant for time critical synchronous updates(follow the sequence FIFO) like finance related transactions and sales related transactions gets processed by these update process since these transactions are business critical and the database need to be updated immediatly. you can also say V1 updates realted threads at OS level will be given more priority in resource allocation.
Update2(V2): All other transaction which are not business critical asyncronous updates get processed by this update process.
The differentiation between business critical and non-critical will be decided by system with the transaction code executed, since the set of t-codes that execute business critical objects are already defined in the program, and will be routed to those update process accordingly.
Regards...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Pls see the link for more info.
http://help.sap.com/saphelp_nw04/helpdata/en/e5/de86d835cd11d3acb00000e83539c3/content.htm
Anil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello
Update1 is used for v1(time critical) database changes, while update2 is used for v2(not time-critical) databse changes.
Thanks
Anju
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI,
There are two update processes..
1. V1 Update process- This process handles the most critical updates.
2. V2 update process- this process handles the non-critical updates.
Siva
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 57 | |
| 29 | |
| 21 | |
| 11 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.