SAP ABAP Data Element WLF_VB_SYNCH (Simultaneous Posting)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LO-AB (Application Component) Agency Business (Global Trade)
     WZRE (Package) Agency Business
Basic Data
Data Element WLF_VB_SYNCH
Short Description Simultaneous Posting  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type QKZ    
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 Synchr Pst 
Medium 15 Synchron. Post 
Long 20 Simultaneous Posting 
Heading 20 Simultaneous Posting 
Documentation

Definition

In this processing type, local posting is used (SET UPDATE TASK LOCAL),that is, posting is carried out within the current work process.

In local posting, posting function modules registered in the current SAP LUW in CALL FUNCTION ... IN UPDATE TASK are saved in ABAP memory instead of in database table VBLOG and are executed immediately in the current work process and within the current database LUW insread of in the posting work process when executing the COMMIT WORK statement.

This guarantees that posting is complete after the program has run.

Use

Dependencies

Example

History
Last changed by/on SAP  20110901 
SAP Release Created in 606