SAP ABAP Data Element RSCS_PLUS (Line linking character on further selections screen)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-TO (Application Component) Logical DB, Selection Screens, Selection Variants
     SLDBV (Package) Selection Screens, Variants, Logical Databases
Basic Data
Data Element RSCS_PLUS
Short Description Line linking character on further selections screen  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SYCHAR01    
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 PLUS 
Medium PLUS 
Long PLUS 
Heading  
Documentation

Definition

The linking of individual selection lines occurs in the following way:

  • The sets of lines in blocks flagged with Select are joined together.
  • The sets of lines in blocks flagged wtih But not are also joined together.
  • The second set is subtracted from the first.

Example 1:

Select customer numbers smaller than 'XYZ' and those between 1000 and 9000:

Single value selections

Select
XYZ (option Less than)

...


Range selections

Select
1000 to 9000

...

Example 2:

Select all customer numbers beginning with 'A' except 'ABCD' and 'A123', and also those between 1000 and 9000:

Single value selections

Select
A* (option Pattern)

...

But not
ABCD
A123

...

Range selections

Select
1000 to 9000

...

In this example, it would be wrong to enter the values ABCD and A123 under Select with the option Not equal because the resulting set would then consist of the union of 'all customer numbers not equal to ABCD' and 'all customer numbers not equal to A123', i.e. all (!) customer numbers would be selected.

History
Last changed by/on SAP  20010130 
SAP Release Created in