SAP ABAP Data Element UG_DSSELOPTS (FIN Master Data: DataSource Selection Options)
Hierarchy
FINBASIS (Software Component) Fin. Basis
   FIN-FB (Application Component) Financials Basis
     UGMD7 (Package) FIN General: Master Data: Remote R/3 Access
Basic Data
Data Element UG_DSSELOPTS
Short Description FIN Master Data: DataSource Selection Options  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type UG_DSSELOPTS    
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 SelOpts 
Medium 15 Sel.Options 
Long 30 Selection Options 
Heading 25 Sel.Options 
Documentation

Definition

Selection options you can use for processing a field of a DataSource.

Note 1:

The extractor must be able to support the selection options defined here.

Note 2:

No further definition is necessary if the only selection options to be used for a DataSource field are EQ and BT. In this case, you can leave the value of the selection options at its default setting of 0.

The combinations of the selection options are converted to a binary string and stored as a decimal number using the following schemes:

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 digit of the resulting binary string describes whether the respective selection option is permitted.

1 = permitted

0 = not permitted

Example

The selection options EQ und CP can be used for selecting a field.

Then the resulting binary string is 0000000101.

The corresponding decimal value that is stored with the definition of the DataSource is then: 1*2^0 + 1*2^2 = 5

History
Last changed by/on SAP  20041006 
SAP Release Created in 200