SAP ABAP Class CL_BICS_AXIS (Axis Constants)
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 | 20100224 |
Properties
| Class | CL_BICS_AXIS | |
| Short Description | Axis Constants | |
| 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 | 20100224 | 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 | 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... |
Interfaces
Class CL_BICS_AXIS has no interface implemented.
Friends
Class CL_BICS_AXIS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Public | Object reference (TYPE REF TO) | CL_BICS_AXIS | Column Axis | 20100224 | |||
| 2 | Static Attribute | Public | Object reference (TYPE REF TO) | CL_BICS_AXIS | Free Characteristic Axis | 20100224 | |||
| 3 | Static Attribute | Public | Object reference (TYPE REF TO) | CL_BICS_AXIS | Row Axis | 20100224 | |||
| 4 | Constant | Public | Type reference (TYPE) | CL_BICS_CONSTANT=>TN_CONSTANT | `COLUMNS` | Column Axis String Constant | 20100224 | ||
| 5 | Constant | Public | Type reference (TYPE) | CL_BICS_CONSTANT=>TN_CONSTANT | `FREE` | Free Characteristic Axis String Constant | 20100224 | ||
| 6 | Constant | Public | Type reference (TYPE) | TN_CONSTANT | `Columns` | Columns | 20130225 | ||
| 7 | Constant | Public | Type reference (TYPE) | TN_CONSTANT | `Filter` | Columns | 20130722 | ||
| 8 | Constant | Public | Type reference (TYPE) | TN_CONSTANT | `Free` | Columns | 20130225 | ||
| 9 | Constant | Public | Type reference (TYPE) | TN_CONSTANT | `Rows` | Columns | 20130225 | ||
| 10 | Constant | Public | Type reference (TYPE) | CL_BICS_CONSTANT=>TN_CONSTANT | `ROWS` | Row Axis String Constant | 20100224 | ||
| 11 | Instance attribute | Public | Type reference (TYPE) | IF_BICS_OBJECT=>TN_NAME | Name of the Axis | 20101222 | |||
| 12 | Static Attribute | Public | Type reference (TYPE) | TN_TS_CONSTANT | 20100326 | ||||
| 13 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | Drill Capacity of the Axis | 20100224 | |||
| 14 | Static Attribute | Private | Type reference (TYPE) | TN_T_AXES | All Axes | 20100224 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20100224 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20100224 | |
| 3 | Static method | Public | Method | Read Axis | 20101222 | |
| 4 | Instance method | Public | Method | Query Drill Capacity | 20100224 |
Events
Class CL_BICS_AXIS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_T_AXES | Public | See coding | All Axes | 20100224 | TN_T_AXES TYPE STANDARD TABLE OF REF TO cl_bics_axis
WITH DEFAULT KEY
|
|
| 2 | TN_T_AXIS_CONSTANTS | Public | See coding | All Constants of Axes | 20100224 | 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_AXIS has no parameter.
Method CLASS_CONSTRUCTOR on class CL_BICS_AXIS has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONSTANT | Call by reference | Type reference (TYPE) | TN_CONSTANT | Konstanteninhalt | 20100224 | |||
| 2 | I_DRILL | Call by reference | Type reference (TYPE) | ABAP_BOOL | Drillfähigkeit der Achse bestimmen | 20100224 |
Method CONSTRUCTOR on class CL_BICS_AXIS has no exception.
Method GET_AXIS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | IF_BICS_OBJECT=>TN_NAME | Name der Achse | 20101222 | |||
| 2 | I_TEXT | Call by reference | Type reference (TYPE) | IF_BICS_OBJECT=>TN_TEXT | Text der Achse | 20101222 | |||
| 3 | R_R_AXIS | Value transfer | Object reference (TYPE REF TO) | CL_BICS_AXIS | Achsenkonstanten | 20101222 |
Method GET_AXIS on class CL_BICS_AXIS has no exception.
Method IS_DRILL_AXIS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_IS_DRILL_AXIS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100224 |
Method IS_DRILL_AXIS on class CL_BICS_AXIS has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 730 |