SAP ABAP Data Element CACSUPDMODUS (Update Mode for Totals Table)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   ICM (Application Component) Incentive and Commission Management (ICM)
     CACSCU (Package) ICM: General Delivery Customizing & Profiles
Basic Data
Data Element CACSUPDMODUS
Short Description Update Mode for Totals Table  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CACSUPDMOD    
Data Type NUMC   Character string with only digits 
Length 1    
Decimal Places 0    
Output Length 1    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Mode 
Medium 15 Update Mode 
Long 20 Update Mode 
Heading Mode 
Documentation

Definition

The following update modes are available:

V1 Update:

The totals tables are updated with update function modules that have the immediate start characteristic. These function modules are processed immediately after the COMMIT WORK, which ends the dialog part of the SAP LUW. If an error occurs in the whole V1 update process for this SAP LUW, a rollback is triggered that also applies to the document.

V2 Update:

The totals tables are updated with update function modules that have the delayed start characteristic. These function modules are processed after all the V1 update function modules for the SAP LUW have been successfully processed. If a V2 update process is cancelled, only a rollback for each totals table is triggered. The V1 updates and the remaining V2 updates are not affected.

V3 Update:

The totals tables are updated with update function modules that have the collective run characteristic. These modules must be processed manually using the CACS_TRIGGER_V3 report.

Note
This report must be triggered at least once a day.
If a V3 update process is cancelled, a rollback is only triggered for each totals table. V1 and V2 updates are not affected. The main advantages of a V3 update are that the manual trigger can be scheduled with a time delay before the triggering process. In addition, the database accesses can also be optimized by using an additional COLLECT command.

History
Last changed by/on SAP  20020219 
SAP Release Created in 464