SAP ABAP Class CL_BICS_DRILL_STATE (Drill State)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
BW_BICS_BASE_CONSTANTS (Package) Package for Constants in ABAP BICS
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_BICS_CONSTANT | Base for all constants | 20101119 |
Properties
| Class | CL_BICS_DRILL_STATE | |
| Short Description | Drill State | |
| Super Class | CL_BICS_CONSTANT | Base for all constants |
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | BW_BICS_BASE_CONSTANTS | Package for Constants in ABAP BICS |
| Created | 20101119 | 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 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 4 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 5 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_BICS_DRILL_STATE has no interface implemented.
Friends
Class CL_BICS_DRILL_STATE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | TN_BW_DRILL_STATE | RRX1_C_DRILLSTATE-COLLAPSED | Collapsed | 20110127 | ||
| 2 | Constant | Public | Type reference (TYPE) | TN_BW_DRILL_STATE | RRX1_C_DRILLSTATE-UHRYDRILL | Expand Next Characteristic | 20110127 | ||
| 3 | Constant | Public | Type reference (TYPE) | TN_BW_DRILL_STATE | RRX1_C_DRILLSTATE-EXPANDED | Expanded | 20110127 | ||
| 4 | Constant | Public | Type reference (TYPE) | TN_BW_DRILL_STATE | RRX1_C_DRILLSTATE-LEAF | Page | 20110127 | ||
| 5 | Constant | Public | Type reference (TYPE) | TN_BW_DRILL_STATE | RRX1_C_DRILLSTATE-NONE | Undefined | 20110127 | ||
| 6 | Constant | Public | Type reference (TYPE) | TN_BW_DRILL_STATE | RRX1_C_DRILLSTATE-OFF | Off | 20110218 | ||
| 7 | Constant | Public | Type reference (TYPE) | TN_DRILL_STATE | RSBOL_C_DRILLSTATE-COLLAPSED | 20110930 | |||
| 8 | Constant | Public | Type reference (TYPE) | TN_DRILL_STATE | RSBOL_C_DRILLSTATE-DRILL_DOWN | 20110930 | |||
| 9 | Constant | Public | Type reference (TYPE) | TN_DRILL_STATE | RSBOL_C_DRILLSTATE-EXPANDED | 20110930 | |||
| 10 | Constant | Public | Type reference (TYPE) | TN_DRILL_STATE | RSBOL_C_DRILLSTATE-LEAF | 20110930 | |||
| 11 | Constant | Public | Type reference (TYPE) | TN_DRILL_STATE | RSBOL_C_DRILLSTATE-NONE | 20110930 | |||
| 12 | Static Attribute | Public | Type reference (TYPE) | TN_TS_CONSTANT | Drill Constants | 20101119 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20110930 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20110930 | |
| 3 | Static method | Public | Method | Read Constant According to BW Drill Status | 20110930 | |
| 4 | Static method | Public | Method | Read Reference According to BW Drill State | 20110930 | |
| 5 | Static method | Public | Method | Read Reference According to RSBOL Drill State | 20110930 |
Events
Class CL_BICS_DRILL_STATE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_BW_DRILL_STATE | Public | Type reference (TYPE) | CHAR1 | BW Drill State | 20110127 | |
| 2 | TN_DRILL_STATE | Public | Type reference (TYPE) | RSBOLAP_DRILL_STATE | Drill Status | 20110930 | |
| 3 | TN_T_AXES | Public | See coding | All Axes | 20101119 | tn_t_axes TYPE STANDARD TABLE OF REF TO cl_bics_axis
WITH DEFAULT KEY
|
|
| 4 | TN_T_AXIS_CONSTANTS | Public | See coding | All Constants of Axes | 20101119 | tn_t_axis_constants TYPE STANDARD TABLE OF cl_bics_constant=>tn_constant
WITH DEFAULT KEY
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_BICS_DRILL_STATE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_BICS_DRILL_STATE has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_BICS_DRILL_STATE has no parameter.
Method CONSTRUCTOR on class CL_BICS_DRILL_STATE has no exception.
Method GET_CONST_BY_BW_DRILL_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_BW_DRILL_STATE | Call by reference | Type reference (TYPE) | TN_BW_DRILL_STATE | BW Drillzustand | 20110930 | |||
| 2 | R_DRILL_STATE | Value transfer | Type reference (TYPE) | TN_DRILL_STATE | Drill-Zustand | 20110930 |
Method GET_CONST_BY_BW_DRILL_STATE on class CL_BICS_DRILL_STATE has no exception.
Method GET_REF_BY_BW_DRILL_STATE Signature
Method GET_REF_BY_BW_DRILL_STATE on class CL_BICS_DRILL_STATE has no parameter.
Method GET_REF_BY_BW_DRILL_STATE on class CL_BICS_DRILL_STATE has no exception.
Method GET_REF_BY_RSBOL_DRILL_STATE Signature
Method GET_REF_BY_RSBOL_DRILL_STATE on class CL_BICS_DRILL_STATE has no parameter.
Method GET_REF_BY_RSBOL_DRILL_STATE on class CL_BICS_DRILL_STATE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 731 |