SAP ABAP Data Element SELTYP (OIW: Type of selection (parameter or select option))
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   CA-OIW (Application Component) Open Information Warehouse
     MCZ (Package) Application development R/3 SAP Open Information Warehouse
Basic Data
Data Element SELTYP
Short Description OIW: Type of selection (parameter or select option)  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SELTYP    
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 SELECTTYPE   
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Sel. type 
Medium 15 Selection type 
Long 20 Selection type 
Heading 13 Select. type 
Documentation

Definition

This field indicates the options available for the selection criteria for the information object and the data source.

There are usually three options here:

  1. ' ' (space)
    The info object cannot be used at all in connection with the data source for the selection.
  2. P
    You can only use one single parameter for the info object in connection with the data source for the selection. This means it is only possible to make 1 entry in the selection table which should have the following form:
    BAPISELECT-SIGN = 'I', BAPISELECT-OPTION = 'EQ' and
    BAPISELECT-LOW = <Parameter>, BAPISELECT-HIGH = ' '
  3. S
    You can use an unlimited number of selection requirements for the info object in connection with the data source, as well as all options offered by the fields BAPISELECT-SIGN and BAPISELECT-OPTION.

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