SAP ABAP Data Element ROSELOPTS (Selection Options)
Hierarchy
PI_BASIS (Software Component) Basis Plug-In
   BC-BW (Application Component) BW Service API
     RSUM (Package) BW Service API: Metadata
Basic Data
Data Element ROSELOPTS
Short Description Selection Options  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type ROSELOPTS    
Data Type INT4   4-byte integer, integer number with sign 
Length 10    
Decimal Places 0    
Output Length 10    
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 Sel. Opts 
Medium 15 Sel. Options 
Long 20 Selection Options 
Heading 20 Selection Options 
Documentation

Definition

Selection options that can be processed for a DataSource field.

Note 1:

The selection options defined here must be supported by the extractor.

Note 2:

If no other selection options are used for a DataSource field other than

'EQ' and 'BT', no further definition is required. The value of the

selection options can remain as the the default setting '0'.

The selection option combinations are encoded into a binary string using the following schema and are saved as decimal figures:

Selection option    exponent (binary string)

EQ    2^0

BT    2^1

CP    2^2

GT    2^3

GE    2^4

LT    2^5

LE    2^6

NE    2^7

NB    2^8

NP    2^9

Each character in the resulting binary string describes whether the corresponding selection option is allowed or not.

That is:

1-allowed

0-not allowed

For example:

Selection options EQ and CP can be used to select in a field.

The binary string is then: 0000000101

The corresponding decimal value that sis saved as the DataSource definition is: 1*2^0 + 1*2^2 = 5

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