SAP ABAP Data Element TB_FLG_PAYPPR_LOCAL_UPDATE (Local Update in Payment Postprocessing)
Hierarchy
EA-FINSERV (Software Component) SAP Enterprise Extension Financial Services
   FS-CML (Application Component) Loans Management
     FVVD (Package) Treasury Loans
Basic Data
Data Element TB_FLG_PAYPPR_LOCAL_UPDATE
Short Description Local Update in Payment Postprocessing  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type FLAG    
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 Loc.Update 
Medium 15 Loc.Update 
Long 30 Local Update in Pymnt Postproc 
Heading 30 Local Update in Pymnt Postproc 
Documentation

Definition

Controls that the update task runs locally, in other words, in the process in which the application is running. If you have not set this indicator, the update task is carried out asynchronously, in other words, in a separate process.

Use

The local update task improves system performance in mass processing (in batch processes or in the parallel execution of batch processes). The update data in the local update task is not stored on the database but in the ABAP memory.

The local update task slows down an individual process. The processing only continues in COMMIT WORK when the update task requests have been processed. In the asynchronous update task, however, the processing in COMMIT WORK continues immediately since the update task takes place in a separate process.

You can only set this indicator in Customizing.

Note:

You can only improve performance in connection with local update tasks if you have buffered the following number range objects:

  • Document number for document header (FVVD_BEKI)
  • General daybook number (FVVD_RPNSP)
  • Daybook number (FVVD_PNNR)
  • FI accounting document (RF_BELEG)
  • Open items (FVVD_OP)

Dependencies

Example

History
Last changed by/on SAP  20130529 
SAP Release Created in 200