SAP ABAP Data Element RSPC_SYNCHRONOUS (Synchronous Execution of Processes)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSPC (Package) Process Chains
Basic Data
Data Element RSPC_SYNCHRONOUS
Short Description Synchronous Execution of Processes  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type RS_BOOL    
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 Synchron. 
Medium 20 Synchronized Execut. 
Long 40 Synchronous Execution of Processes 
Heading Sync. 
Documentation

Definition

The process should be executed synchronously where possible.

Use

This mode of executing processes primarily enables a quick and efficient (real time) execution without administrative overhead. Normally only small amounts of data need to be processed so that parallel processing can be waived, if necessary, for the process type.

Logs should be kept to a minimum in any case. However, it must still be possible to correctly determine the status at a later date (especially for process types that implement IF_RSPC_GET_STATUS).

Dependencies

The status of processes that nevertheless work with HOLD is kept at active during execution of a process chain and synchronous processing is resumed in the same mode in which the process confirms completion to process chain administration.

Example

For the process chain process type, batch processing is waived, and the processes are processed sequentially. In spite of this, a log line is writted for each process included, so that it is still possible to display the chain run using the normal transaction.

History
Last changed by/on SAP  20130604 
SAP Release Created in 400