SAP ABAP Data Element BCA_PAR_PMODE_Y (Mode for Number Assignment)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-GTF-TS-PPM (Application Component) Batch-Oriented Parallel Processing of Mass Data
     BANK_JOB_SERVICE (Package) Service Modules for FS Reports
Basic Data
Data Element BCA_PAR_PMODE_Y
Short Description Mode for Number Assignment  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type BCA_PAR_MODE_Y    
Data Type CHAR   Character String 
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 20 No. Assgmt Method 
Long 40 Mode for Number Assignment 
Heading 50 Mode for Number Assignment 
Documentation

Definition

Determines how numbers are determined in parallel processing:

  • Determination from a number range (1)
  • Fixed assignment to a number (2)

Use

Determination from a number range (1):

If you choose this setting, the system defines a number range when a table is generated. The system then distributes the number range to the available work processes of the affected work process category This means that an application server with many work processes of the affected work process category has more number ranges available than an application server with fewer work processes. The system randomly determines a number from this range for the term. The work processes and therefore the number range intervals for the term are utilized differently. To prevent this from happening, program logic that shifts the random values cyclically in one hour intervals has been incorporated.

his setting is useful for dialog processes as fewer lock times occur in a dialog process than in a batch operation.

Note:

During processing, the system randomly determines a value in this option from the start value (STRAT_NUM) and the offset value (NUM). This value is within the defined number range (START_NUM to MAXNUM).

Fixed assignment to a number (2):

To determine a simple number, choose the fixed setting (2).

This setting is useful for batch processes as the processes in a work process run in sequence and the average utilization of the intervals is more even.

Note:

In this option, the value is made up of the start value (START_NUM) and the offset (NUM).

The assignment is made so that the number ranges are sorted by database servers and application server and there is no overlapping.

Dependencies

For information about the relationships, see the documentation about Improving Performance for Parallel Processing.

History
Last changed by/on SAP  20110908 
SAP Release Created in 100