SAP ABAP Class CL_RSA_INT_SELECTION (Characteristic Interval Selection)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSASEL (Package) Data Transfer: Selection Criteria (Deprecated!)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSA_CHA_SELECTION Characteristic Selection (One Dimensional) 20000214
Properties
Class CL_RSA_INT_SELECTION  
Short Description Characteristic Interval Selection    
Super Class CL_RSA_CHA_SELECTION Characteristic Selection (One Dimensional) 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSASEL   Data Transfer: Selection Criteria (Deprecated!) 
Created 20000214   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_RSA_INT_SELECTION Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 RSA Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSA_INT_SELECTION has no interface implemented.
Friends
Class CL_RSA_INT_SELECTION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_CHAR Constant Private See coding Single-Character Indicator 20010104
2 HIGH_VALUE Static Attribute Private Type reference (TYPE) LTY_S_RANGE60-HIGH HIGH_VALUE 20000214
3 LOW_VALUE Static Attribute Private Type reference (TYPE) LTY_S_RANGE60-LOW LOW_VALUE 20000214
4 MAXCHAR Static Attribute Public Type reference (TYPE) ABAP_CHAR1 20010104
5 MINCHAR Static Attribute Public Type reference (TYPE) ABAP_CHAR1 20010104
6 PR_T_INTERVALS Instance attribute Private Type reference (TYPE) LTY_T_INTERVALS Single-Character Indicator 20000214
7 T_ALL Static Attribute Private Type reference (TYPE) LTY_T_INTERVALS T_ALL 20000214
8 T_EMPTY Static Attribute Private Type reference (TYPE) LTY_T_INTERVALS T_EMPTY 20000214
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20000214
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20000214
3 PATTERN_TO_INTERVAL Static method Private Method Convert Template to Interval 20010104
4 TO_IN_LIST Instance method Private Method 20020128
5 UNITE_SINGLE Instance method Private Method Unite Single Interval 20000215
Events
Class CL_RSA_INT_SELECTION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTY_S_INTERVAL Private See coding LTY_S_INTERVAL 20000214 BEGIN OF lty_s_interval, high TYPE rschavl60, low TYPE rschavl60, excl_high TYPE rs_bool, excl_low TYPE rs_bool, END OF lty_s_interval
2 LTY_S_RANGE60 Private See coding 20130128 BEGIN OF lty_s_range60, sign TYPE rrrange-sign, opt TYPE rrrange-opt, low TYPE rschavl60, high TYPE rschavl60, END OF lty_s_range60
3 LTY_T_INTERVALS Private See coding LTY_T_INTERVALS 20000214 lty_t_intervals TYPE SORTED TABLE OF lty_s_interval WITH UNIQUE KEY high
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_RSA_INT_SELECTION has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSA_INT_SELECTION has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHANM Call by reference Type reference (TYPE) RSCHANM Merkmal 20000215
2 Importing I_INT_SELECTION Call by reference Object reference (TYPE REF TO) CL_RSA_INT_SELECTION Selektion auf Merkmalsintervallen 20000215
3 Importing I_RT_CHAVL Call by reference Type reference (TYPE) RSA_RT_CHAVL Range-Struktur auf allgemeinem Merkmalswert (RSCHAVL) 20000215
# Exception Resumable Description Created on
1 INVALID_CHANM Ungültiger Merkmalsname 20000215
2 INVALID_OPTION Ungültige OPTION 20000215
3 INVALID_PATTERN Ungültiges Muster 20010104
4 INVALID_SIGN Ungültiges SIGN 20000215

Method PATTERN_TO_INTERVAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_RS_CHAVL Call by reference Type reference (TYPE) RSA_RS_CHAVL Range-Struktur auf allgemeinem Merkmalswert (RSCHAVL) 20010104
2 Importing I_RS_CHAVL Call by reference Type reference (TYPE) RSA_RS_CHAVL Range-Struktur auf allgemeinem Merkmalswert (RSCHAVL) 20010104
# Exception Resumable Description Created on
1 INVALID_OPTION Ungültige Option 20010104
2 INVALID_PATTERN Ungültiges Muster 20010104

Method TO_IN_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_CHAVL Call by reference Type reference (TYPE) LTY_T_CHAVL 20020128
2 Returning R_RESULT Value transfer Type reference (TYPE) STRING 20020128

Method TO_IN_LIST on class CL_RSA_INT_SELECTION has no exception.

Method UNITE_SINGLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_INTERVALS Call by reference Type reference (TYPE) LTY_T_INTERVALS Intervalltabelle 20000215
2 Importing I_S_INTERVAL Call by reference Type reference (TYPE) LTY_S_INTERVAL Einzelintervall 20000215

Method UNITE_SINGLE on class CL_RSA_INT_SELECTION has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 20B