SAP ABAP Data Element RSPLF_NO_BLOCKING (Processing Without Blocking)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-PLA (Application Component) Planning
     RSPLF (Package) Planning Services Framework
Basic Data
Data Element RSPLF_NO_BLOCKING
Short Description Processing Without Blocking  
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 No Block. 
Medium 15 No Blocking 
Long 40 Processing Without Blocking 
Heading 40 Processing Without Blocking 
Documentation

Definition

The processing of transaction data is performed without building blocks. If this indicator is set, the properties of all characteristics can be changed in the transaction data.

Use

Block building refers to the grouping of transaction data at the time of execution in accordance with the block characteristics. The execution method of the Function Type Class is called on a group by group basis, by block. Therefore the group-building must not be changed by the execution method.

Set this indicator if you cannot or do not want to group data in this way in your process. If the indicator is set, the system transfers all of the transaction data to the execution method at once.

Dependencies

You cannot create conditions if this indicator is set because the selection table for each condition can only contain characteristics that can also be referred to during block building (condition check).

Example

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