SAP ABAP Data Element SWLT_D_MERGE_MODE_RADIO (Merging of Different Data Sources)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO (Application Component) Workbench Tools: Editors, Painters, Modelers
     SWLT (Package) SQL Performance Tuning Worklist
Basic Data
Data Element SWLT_D_MERGE_MODE_RADIO
Short Description Merging of Different Data Sources  
Data Type
Category of Dictionary Type     Direct Type Entry
Type of Object Referenced     No Information
Domain / Name of Reference Type      
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 Mrg. Mode 
Medium 15 Merge Mode 
Long 20 Merge Mode 
Heading 20 Merge Mode 
Documentation

Definition

Results from different data sources (static and runtime data) are merged with regard to their source code position. This setting allows you to decide how to handle those result sets that cannot be matched, that is, result sets that have no counterparts in all data sources.

You can choose one of the following options:

Show All Results

When you choose this option, the complete result set of every data source is included in the result list. This means that results sets from each individual data source make up the final result even if there are no corresponding result sets from the other sources. You may think of the final result list as a logical OR disjunction of result sets from all data sources

Show Intersection of Results

When you choose this option, only those result sets that have a counterpart in all data sources will make up the final result list. Result sets that cannot be matched across different data sources are dropped from the result list. You may think of the final result list as a logical AND combination of result sets from all data sources.

Use

Dependencies

Example

History
Last changed by/on SAP  20141013 
SAP Release Created in 740