SAP ABAP Class CL_RSR_CHABIT (Transforms characteristic to a bit position)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSROA_MISC (Package) OLAP: Various
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSR_BASE | OLAP Basis | 20040803 |
Properties
| Class | CL_RSR_CHABIT | |
| Short Description | Transforms characteristic to a bit position | |
| Super Class | CL_RSR_BASE | OLAP Basis |
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSROA_MISC | OLAP: Various |
| Created | 20030723 | SAP |
| Last change | 20140121 | 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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSR_CHABIT has no interface implemented.
Friends
Class CL_RSR_CHABIT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | XSTRING | 20040728 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Boolean | 20070713 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | RRK_TS_CHABIT | 20030822 | ||||
| 4 | Static Attribute | Private | Type reference (TYPE) | TP_TS_INSTANCE | 20030723 |
Methods
Events
Class CL_RSR_CHABIT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TP_S_INSTANCE | Private | See coding | 20031127 | Begin of TP_S_INSTANCE,
infoprov type rsinfoprov,
alvl TYPE rs_bool,
instance type ref to cl_rsr_chabit,
END OF tp_s_instance
|
||
| 2 | TP_TS_INSTANCE | Private | See coding | 20031127 | TP_TS_instance type sorted table of TP_S_instance
with unique key infoprov initial size 3
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INFOPROV | Value transfer | Type reference (TYPE) | RSINFOPROV | 20030723 |
Method CONSTRUCTOR on class CL_RSR_CHABIT has no exception.
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INFOPROV | Value transfer | Type reference (TYPE) | RSINFOPROV | 20030723 | ||||
| 2 | R_R_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_RSR_CHABIT | 20030723 |
Method CREATE on class CL_RSR_CHABIT has no exception.
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TS_INFOPROV | Call by reference | Type reference (TYPE) | RSR_TS_INFOPROV | Tabelle von Infoprovs | 20070713 |
Method DELETE on class CL_RSR_CHABIT has no exception.
Method GET_BIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHANMID | Value transfer | Type reference (TYPE) | RSSID | 20030723 | ||||
| 2 | I_XS | Value transfer | Type reference (TYPE) | XSTRING | 20030723 | ||||
| 3 | R_BIT | Value transfer | Type reference (TYPE) | I | 20030723 |
Method GET_BIT on class CL_RSR_CHABIT has no exception.
Method GET_BITIND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHANMID | Value transfer | Type reference (TYPE) | RSSID | 20030724 | ||||
| 2 | R_INDEX | Value transfer | Type reference (TYPE) | SYTABIX | 20030724 |
Method GET_BITIND on class CL_RSR_CHABIT has no exception.
Method GET_BIT_C Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHANM | Value transfer | Type reference (TYPE) | RSD_CHANM | 20030723 | ||||
| 2 | I_XS | Value transfer | Type reference (TYPE) | XSTRING | 20030723 | ||||
| 3 | R_BIT | Value transfer | Type reference (TYPE) | I | 20030723 |
Method GET_BIT_C on class CL_RSR_CHABIT has no exception.
Method GET_CHABIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TS_CHABIT | Value transfer | Type reference (TYPE) | RRK_TS_CHABIT | 20030822 |
Method GET_CHABIT on class CL_RSR_CHABIT has no exception.
Method GET_CHANMID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_BIT | Call by reference | Type reference (TYPE) | I | 20091229 | ||||
| 2 | R_CHANMID | Value transfer | Type reference (TYPE) | RRCHANMID | Interne id des CHANM | 20091229 |
Method GET_CHANMID on class CL_RSR_CHABIT has no exception.
Method GET_HASH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_HASH_CODE | Value transfer | Type reference (TYPE) | RRK_CHABIT_HASH | Hash code for Chabit | 20130208 |
Method GET_HASH on class CL_RSR_CHABIT has no exception.
Method GET_LENG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_LENG | Value transfer | Type reference (TYPE) | I | 20030724 |
Method GET_LENG on class CL_RSR_CHABIT has no exception.
Method GET_TS_CHANMID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_XS | Call by reference | Type reference (TYPE) | XSTRING | 20050310 | ||||
| 2 | R_TS_CHANMID | Value transfer | Type reference (TYPE) | RRSI_TS_SID | Tabelle von SID (bzw. Integers) | 20050310 |
Method GET_TS_CHANMID on class CL_RSR_CHABIT has no exception.
Method GET_XS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TA_CHANMID | Value transfer | Type reference (TYPE) | RRSI_TA_SID | 20030724 | ||||
| 2 | R_XS | Value transfer | Type reference (TYPE) | XSTRING | 20030724 |
Method GET_XS on class CL_RSR_CHABIT has no exception.
Method INIT_XS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_XS | Value transfer | Type reference (TYPE) | XSTRING | 20030723 |
Method INIT_XS on class CL_RSR_CHABIT has no exception.
Method SET_BIT0 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_XS | Call by reference | Type reference (TYPE) | XSTRING | 20030723 | ||||
| 2 | I_CHANMID | Value transfer | Type reference (TYPE) | RSSID | 20030723 |
Method SET_BIT0 on class CL_RSR_CHABIT has no exception.
Method SET_BIT0_C Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_XS | Call by reference | Type reference (TYPE) | XSTRING | 20030723 | ||||
| 2 | I_CHANM | Value transfer | Type reference (TYPE) | RSD_CHANM | 20030723 |
Method SET_BIT0_C on class CL_RSR_CHABIT has no exception.
Method SET_BIT1 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_XS | Call by reference | Type reference (TYPE) | XSTRING | 20030723 | ||||
| 2 | I_CHANMID | Value transfer | Type reference (TYPE) | RSSID | 20030723 |
Method SET_BIT1 on class CL_RSR_CHABIT has no exception.
Method SET_BIT1_ALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_XS | Value transfer | Type reference (TYPE) | XSTRING | 20030723 |
Method SET_BIT1_ALL on class CL_RSR_CHABIT has no exception.
Method SET_BIT1_C Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_XS | Call by reference | Type reference (TYPE) | XSTRING | 20030723 | ||||
| 2 | I_CHANM | Value transfer | Type reference (TYPE) | RSD_CHANM | 20030723 |
Method SET_BIT1_C on class CL_RSR_CHABIT has no exception.
Method SET_BIT1_T Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_XS | Call by reference | Type reference (TYPE) | XSTRING | 20030723 | ||||
| 2 | I_TA_CHANMID | Call by reference | Type reference (TYPE) | RRSI_TA_SID | 20030723 |
Method SET_BIT1_T on class CL_RSR_CHABIT has no exception.
Method SET_BITX0 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_X | Call by reference | Type reference (TYPE) | X | 20030724 | ||||
| 2 | I_CHANMID | Value transfer | Type reference (TYPE) | RSSID | 20030724 |
Method SET_BITX0 on class CL_RSR_CHABIT has no exception.
Method SET_BITX1 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_X | Call by reference | Type reference (TYPE) | X | 20030724 | ||||
| 2 | I_CHANMID | Value transfer | Type reference (TYPE) | RSSID | 20030724 |
Method SET_BITX1 on class CL_RSR_CHABIT has no exception.
Method _CREATE_CHABIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TS_CHABIT | Value transfer | Type reference (TYPE) | RRK_TS_CHABIT | Bitverschlüsselung der Merkmale eines Infoprovs | 20070713 | |||
| 2 | I_INFOPROV | Value transfer | Type reference (TYPE) | RSINFOPROV | 20030723 | ||||
| 3 | I_T_COB_PRO | Value transfer | Type reference (TYPE) | RSD_T_COB_PRO | Eigenschafen InfoObjects (im Kontext InfoCube / ODS Objekt) | 20070713 |
Method _CREATE_CHABIT on class CL_RSR_CHABIT has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 730 |