SAP ABAP Class CL_BICS_CONSTANT (Base for all 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 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSTT_INSTANCE_ITEM | Interface for Special Class Instances | 20101229 |
Meta Relationship - Used By
Properties
| Class | CL_BICS_CONSTANT | |
| Short Description | Base for all constants | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | BW_BICS_BASE_CONSTANTS | Package for Constants in ABAP BICS |
| Created | 20090624 | 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) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSTT_INSTANCE_ITEM | Interface for Special Class Instances | 20101229 |
Friends
Class CL_BICS_CONSTANT 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) | TN_CONSTANT | Name of the Constant | 20100322 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20090624 |
Events
Class CL_BICS_CONSTANT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_CONSTANT | Public | Type reference (TYPE) | STRING | Content of Constants | 20100224 | |
| 2 | TN_S_CONSTANT | Public | See coding | Structure of Constant Values | 20100326 | BEGIN OF tn_s_constant,
name TYPE tn_constant,
ref TYPE REF TO cl_bics_constant,
END OF tn_s_constant
|
|
| 3 | TN_TS_CONSTANT | Public | See coding | Table with Values of Constants | 20100326 | tn_ts_constant TYPE SORTED TABLE OF tn_s_constant
WITH UNIQUE KEY name
|
Method Signatures
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 |
Method CONSTRUCTOR on class CL_BICS_CONSTANT has no exception.
Meta Relationship - Used By (full list)
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |