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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | 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 | Constant | Private | See coding | Single-Character Indicator | 20010104 | ||||
| 2 | Static Attribute | Private | Type reference (TYPE) | LTY_S_RANGE60-HIGH | HIGH_VALUE | 20000214 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | LTY_S_RANGE60-LOW | LOW_VALUE | 20000214 | |||
| 4 | Static Attribute | Public | Type reference (TYPE) | ABAP_CHAR1 | 20010104 | ||||
| 5 | Static Attribute | Public | Type reference (TYPE) | ABAP_CHAR1 | 20010104 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | LTY_T_INTERVALS | Single-Character Indicator | 20000214 | |||
| 7 | Static Attribute | Private | Type reference (TYPE) | LTY_T_INTERVALS | T_ALL | 20000214 | |||
| 8 | Static Attribute | Private | Type reference (TYPE) | LTY_T_INTERVALS | T_EMPTY | 20000214 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20000214 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20000214 | |
| 3 | Static method | Private | Method | Convert Template to Interval | 20010104 | |
| 4 | Instance method | Private | Method | 20020128 | ||
| 5 | 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 | I_CHANM | Call by reference | Type reference (TYPE) | RSCHANM | Merkmal | 20000215 | |||
| 2 | I_INT_SELECTION | Call by reference | Object reference (TYPE REF TO) | CL_RSA_INT_SELECTION | Selektion auf Merkmalsintervallen | 20000215 | |||
| 3 | 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 | Ungültiger Merkmalsname | 20000215 | ||
| 2 | Ungültige OPTION | 20000215 | ||
| 3 | Ungültiges Muster | 20010104 | ||
| 4 | Ungültiges SIGN | 20000215 |
Method PATTERN_TO_INTERVAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_RS_CHAVL | Call by reference | Type reference (TYPE) | RSA_RS_CHAVL | Range-Struktur auf allgemeinem Merkmalswert (RSCHAVL) | 20010104 | |||
| 2 | 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 | Ungültige Option | 20010104 | ||
| 2 | Ungültiges Muster | 20010104 |
Method TO_IN_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_CHAVL | Call by reference | Type reference (TYPE) | LTY_T_CHAVL | 20020128 | ||||
| 2 | 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 | C_T_INTERVALS | Call by reference | Type reference (TYPE) | LTY_T_INTERVALS | Intervalltabelle | 20000215 | |||
| 2 | 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 |