SAP ABAP Data Element RSDMABCSIGN (Interval Type)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-EI-DM (Application Component) Data Mining
     RS_DME_ABC (Package) ABC Classification
Basic Data
Data Element RSDMABCSIGN
Short Description Interval Type  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type RSDMABCSIGN    
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 IntervType 
Medium 19 Interval Type 
Long 24 Interval Type 
Heading 24 Interval Type 
Documentation

Definition

Here, you can specify whether the lower or upper limit of the ranges you defined should be considered part of the value range (included) or not (excluded).

Use

You have the following options:

  • Open: Both limits are excluded (x < value < y)
  • Closed: Both limits are included (x <= value <= y)
  • Open on Left: The lower limit is excluded but the upper limit is included (x < value <= y)
  • Open on Right: The upper limit is excluded but the lower limit is included (x <= value < y)

Dependencies

Example

You would like to classify all customers with a contribution to turnover exceeding 5000 USD as A customers. Furthermore, customers with a contribution falling within the range 1001 USD through 5000 USD (inclusively) are to be classified as B customers, and all customers with a contribution falling within the range 0 USD through 1000 USD (inclusively) are to be classified as C customers. For this, the following settings are necessary:

Class    From    To    Interval Type

A    5000        Open (or Open on Left)

B    1000    5000    Open on Left

C    0    1000    Closed

History
Last changed by/on SAP  20110908 
SAP Release Created in 30B