What are V1 & V2 updates within the SAP LUW? Why & How they
occur?

Answer Posted / vijayanand poreddy

An update is divided into different modules (see also
Update Request). Each module corresponds to an update
function module.

There are two types of module.

The SAP System makes a distinction between primary, time-
critical (V1) and secondary, non-time-critical (V2) update
modules. The system also supports collective runs for
function modules that are used on a regular basis.

This distinction allows the system to process critical
database changes before less critical changes.

V1 modules describe critical or primary changes; these
affect objects that have a controlling function in the SAP
System, for example order creation or changes to material
stock.
V2 modules describe less critical secondary changes. These
are pure statistical updates, for example, such as result
calculations.
The V1 modules are processed consecutively in a single
update work process on the same application server. This
means that they belong to the same database LUW and can be
reversed. Furthermore, V1 updates are carried out under the
SAP locks of the transaction that creates the update (see
The SAP Lock Concept). This ensures that the data remains
consistent; simultaneous changes to the objects to be
updated are not possible.

All V2 updates are carried out in a separate LUW and not
under the locks of the transaction that creates them. If
your SAP System contains a work process for V2 updates,
these are only carried out in this work process. If this is
not the case, the V2 components are processed by a V1
update process.

All V1 modules of an update must be processed before the V2
modules.

Is This Answer Correct ?    17 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is read line in abap?

640


Where are you used type casting?

917


How can we declare a table control in the abap/4 program?

644


What are the different kinds of lock modes?

571


I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc

2573






What are the function modules that are generated when you activate a lockobject? : sap abap data dictionary

577


What are the basic objects of the data dictionary? : abap data dictionary

625


What is the tcode for sapscript forms?

660


Define abap/4 layer? : abap data dictionary

601


Explain sap abap 3-tier architecture?

737


How to read files and process BDC's automatically ?

1633


please give the remaining answers.

1754


How does the interection between the dynpro and the abap/4 modules takes place?

652


What are client dependant objects in abap/sap?

681


How do u set up background jobs in SAP? What r the steps? What are the event driven batch jobs?

628