SAP ABAP Data Element FC_DOCPRBLK (Reconciliation General Ledger/Cons: No. Documents per Block)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   EC-CS (Application Component) Consolidation
     FC00_UC (Package) Cons: General consolidation (cannot be assign.to FC01-FC09)
Basic Data
Data Element FC_DOCPRBLK
Short Description Reconciliation General Ledger/Cons: No. Documents per Block  
Data Type
Category of Dictionary Type     Direct Type Entry
Type of Object Referenced     No Information
Domain / Name of Reference Type      
Data Type INT4   4-byte integer, integer number with sign 
Length 10    
Decimal Places 0    
Output Length 10    
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 Doc/Bl 
Medium 10 Doc/Block 
Long 20 Documents per block 
Heading 10 Doc/Block 
Documentation

Definition

Number of documents for which information is read one processing step (block) at a time from the database during program execution.

Use

Document matching sometimes encounters huge volumes of data. This is why the program internally uses multiple processing steps, each of which can read and evaluate database information for a maximum number of documents.

Dependencies

Increasing the block size can lead to memory problems if the data volume per processing step exceeds the available working memory. However, the greater the block size, the fewer processing steps and thus read accesses to the database are required, which also increases performance.

Reducing the block size avoids possible memory problems, but increases the number of processing steps, which prolongs the length of program execution.

Example

History
Last changed by/on SAP  20000119 
SAP Release Created in 46C