SAP ABAP Data Element DPR_TV_EVE_BATCH_USAGE_WP (Usage of Free Work Processes in %)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PPM-PRO-EVA (Application Component) Evaluations
     DEVELOPMENT_PROJECTS_EVE (Package) Evaluations / Dashboard / Alerts
Basic Data
Data Element DPR_TV_EVE_BATCH_USAGE_WP
Short Description Usage of Free Work Processes in %  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type NUM2    
Data Type NUMC   Character string with only digits 
Length 2    
Decimal Places 0    
Output Length 2    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name THLD_AGGREAGTE   
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 WP in % 
Medium 20 Work Processes in % 
Long 40 Usage of Free Work Processes in % 
Heading 15 Wrk Processes % 
Documentation

Definition

Specifies the percentage of the free work processes that the program may use in parallel.

Use

When the program is started, this percentage is used to calculate the maximum number of work processes allowed for the program from the total of free work processes available at the time. The calculation result is rounded up to the nearest integer, and the program distributes processing to the calculated number of work processes. By means of this load balancing, the performance of the program can be improved.

Dependencies

To prevent the program from using all available work processes, the percentage rate has been restricted to a maximum of 80.

If you do not specify a percentage rate, only one work process is used.

Example

The system has 33 free work processes (WkP). The user starting the program has specified a percentage rate (PC) of 80 on the selection screen. The allowed number of parallel tasks (TP) is calculated as follows:

TP = WkP * PC = 33 * 80 / 100 = 26,4

The program distributes the processing to 27 work processes.

History
Last changed by/on SAP  20141109 
SAP Release Created in 600_740