cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

difference between update and update2

Former Member
0 Likes
4,206

difference between update and update2.

Thanks in advance.

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Likes

closed

Former Member
0 Likes

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...

Former Member
0 Likes
Former Member
0 Likes

Hello

Update1 is used for v1(time critical) database changes, while update2 is used for v2(not time-critical) databse changes.

Thanks

Anju

Former Member
0 Likes

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

Former Member
0 Likes

Hi Kavitha,

Please check the link below which is answered,

Hope it helps you.

Rgds,

Suman