SAP ABAP Class CL_BICS_VALUE_EXCEPTION (Value Type)
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 | 20100504 |
Properties
Class | CL_BICS_VALUE_EXCEPTION | |
Short Description | Value Type | |
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 | 20100504 | 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_BICS_VALUE_EXCEPTION has no interface implemented.
Friends
Class CL_BICS_VALUE_EXCEPTION 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_VALUE_EXCEPTION | RSBOL_C_VALUE_EXCEPTION-DIFF0 | 20110930 | ||
2 | ![]() |
Constant | Public | Type reference (TYPE) | TN_VALUE_EXCEPTION | RSBOL_C_VALUE_EXCEPTION-ERROR | 20110930 | ||
3 | ![]() |
Constant | Public | Type reference (TYPE) | TN_VALUE_EXCEPTION | RSBOL_C_VALUE_EXCEPTION-INITIAL | 20110930 | ||
4 | ![]() |
Constant | Public | Type reference (TYPE) | TN_VALUE_EXCEPTION | RSBOL_C_VALUE_EXCEPTION-NOP | 20110930 | ||
5 | ![]() |
Constant | Public | Type reference (TYPE) | TN_VALUE_EXCEPTION | RSBOL_C_VALUE_EXCEPTION-NORMAL | 20110930 | ||
6 | ![]() |
Constant | Public | Type reference (TYPE) | TN_VALUE_EXCEPTION | RSBOL_C_VALUE_EXCEPTION-NO_AUTH | 20110930 | ||
7 | ![]() |
Constant | Public | Type reference (TYPE) | TN_VALUE_EXCEPTION | RSBOL_C_VALUE_EXCEPTION-NULL | 20110930 | ||
8 | ![]() |
Constant | Public | Type reference (TYPE) | TN_VALUE_EXCEPTION | RSBOL_C_VALUE_EXCEPTION-OVERFLOW | 20110930 | ||
9 | ![]() |
Constant | Public | Type reference (TYPE) | TN_VALUE_EXCEPTION | RSBOL_C_VALUE_EXCEPTION-ZERO | 20110930 |
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 | ![]() |
Instance method | Public | Method | Read a Type | 20110930 |
Events
Class CL_BICS_VALUE_EXCEPTION has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_BW_VALUE_EXCEPTION | Public | Type reference (TYPE) | CHAR1 | 20100504 |
|
|
2 | TN_S_VALUE_EXCEPTION | Public | See coding | Structure | 20100504 | BEGIN OF tn_s_value_exception,
name TYPE if_bics_object=>tn_name,
id TYPE tn_value_exception,
bw TYPE tn_bw_value_exception,
ref TYPE REF TO cl_bics_value_exception,
END OF tn_s_value_exception
|
|
3 | TN_TS_VALUE_EXCEPTION | Public | See coding | 20100504 | tn_ts_value_exception TYPE SORTED TABLE OF tn_s_value_exception
WITH UNIQUE KEY name
WITH UNIQUE SORTED KEY id COMPONENTS id
WITH UNIQUE SORTED KEY bw COMPONENTS bw
|
||
4 | TN_VALUE_EXCEPTION | Public | Type reference (TYPE) | RSBOLAP_VALUE_EXCEPTION | Value Type | 20110930 |
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_BICS_VALUE_EXCEPTION has no parameter.
Method CLASS_CONSTRUCTOR on class CL_BICS_VALUE_EXCEPTION has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_BICS_VALUE_EXCEPTION has no parameter.
Method CONSTRUCTOR on class CL_BICS_VALUE_EXCEPTION has no exception.
Method GET_VALUE_EXCEPTION Signature
Method GET_VALUE_EXCEPTION on class CL_BICS_VALUE_EXCEPTION has no parameter.
Method GET_VALUE_EXCEPTION on class CL_BICS_VALUE_EXCEPTION has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 730 |