SAP ABAP Class CL_BICS_RESULT_ACCESS_MODE (Access Type for Result Values)
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 | 20111212 |
Properties
Class | CL_BICS_RESULT_ACCESS_MODE | |
Short Description | Access Type for Result Values | |
Super Class | CL_BICS_CONSTANT | Base for all constants |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | BW_BICS_BASE_CONSTANTS | Package for Constants in ABAP BICS |
Created | 20111128 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_BICS_RESULT_ACCESS_MODE has no interface implemented.
Friends
Class CL_BICS_RESULT_ACCESS_MODE 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_BW_RESULT_ACCESS_MODE | BW Access Type | 20111212 | ||
2 | ![]() |
Static Attribute | Public | Object reference (TYPE REF TO) | CL_BICS_RESULT_ACCESS_MODE | Characteristic Relationships | 20111212 | ||
3 | ![]() |
Static Attribute | Public | Object reference (TYPE REF TO) | CL_BICS_RESULT_ACCESS_MODE | Standard | 20120224 | ||
4 | ![]() |
Static Attribute | Public | Object reference (TYPE REF TO) | CL_BICS_RESULT_ACCESS_MODE | Master Data | 20111212 | ||
5 | ![]() |
Static Attribute | Public | Object reference (TYPE REF TO) | CL_BICS_RESULT_ACCESS_MODE | Values that can be posted to | 20111212 | ||
6 | ![]() |
Static Attribute | Public | Object reference (TYPE REF TO) | CL_BICS_RESULT_ACCESS_MODE | Undefined | 20130626 | ||
7 | ![]() |
Constant | Public | Type reference (TYPE) | TN_BW_RESULT_ACCESS_MODE | '1' | Characteristic Relationships | 20111212 | |
8 | ![]() |
Constant | Public | Type reference (TYPE) | TN_BW_RESULT_ACCESS_MODE | SPACE | Standard | 20120224 | |
9 | ![]() |
Constant | Public | Type reference (TYPE) | TN_BW_RESULT_ACCESS_MODE | '2' | Master Data | 20111212 | |
10 | ![]() |
Constant | Public | Type reference (TYPE) | TN_BW_RESULT_ACCESS_MODE | '0' | Values that can be posted to | 20111212 | |
11 | ![]() |
Constant | Public | Type reference (TYPE) | TN_CONSTANT | 'CHAR_RELATIONSHIPS' | Characteristic Relationships | 20111212 | |
12 | ![]() |
Constant | Public | Type reference (TYPE) | TN_CONSTANT | 'DEFAULT' | Standard | 20120224 | |
13 | ![]() |
Constant | Public | Type reference (TYPE) | TN_CONSTANT | 'MASTER_DATA' | Master Data | 20111212 | |
14 | ![]() |
Constant | Public | Type reference (TYPE) | TN_CONSTANT | 'POSTED_VALUES' | Values that can be posted to | 20111212 | |
15 | ![]() |
Instance attribute | Public | Type reference (TYPE) | CL_BICS_MEMBER_ACCESS_MODE=>TN_INA_READ_MODE | InA Read Mode | 20130626 | ||
16 | ![]() |
Static Attribute | Public | Type reference (TYPE) | TN_TS_CONSTANT | 20111212 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20111212 |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20111212 |
3 | ![]() |
Static method | Public | Method | Find Access Type According to InA Access Mode | 20130626 |
4 | ![]() |
Static method | Public | Method | 20120224 |
Events
Class CL_BICS_RESULT_ACCESS_MODE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_BW_RESULT_ACCESS_MODE | Public | Type reference (TYPE) | RREMPTY | BW Access Type | 20111212 |
|
2 | TN_S_RS_ACCESS_MODE | Public | See coding | Zugriffsart | 20120224 | BEGIN OF tn_s_rs_access_mode,
mode TYPE tn_constant,
ref TYPE REF TO cl_bics_result_access_mode,
END OF tn_s_rs_access_mode
|
|
3 | TN_T_RS_ACCESS_MODE | Public | See coding | Zugriffsarten | 20120224 | tn_t_rs_access_mode TYPE SORTED TABLE OF tn_s_rs_access_mode
WITH UNIQUE KEY mode
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_BICS_RESULT_ACCESS_MODE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_BICS_RESULT_ACCESS_MODE has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_BW_ACCESS_MODE | Call by reference | Type reference (TYPE) | TN_BW_RESULT_ACCESS_MODE | BW Zugriffsart | 20111212 | ||
2 | ![]() |
I_CONSTANT | Call by reference | Type reference (TYPE) | IF_BICS_OBJECT=>TN_NAME | Name eines Objekts | 20111212 | ||
3 | ![]() |
I_INA_READ_MODE | Call by reference | Type reference (TYPE) | CL_BICS_MEMBER_ACCESS_MODE=>TN_INA_READ_MODE | InA Read Mode | 20130626 |
Method CONSTRUCTOR on class CL_BICS_RESULT_ACCESS_MODE has no exception.
Method GET_BY_INA_ACCESS_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_INA_READ_MODE | Call by reference | Type reference (TYPE) | CL_BICS_MEMBER_ACCESS_MODE=>TN_INA_READ_MODE | InA Read Mode | 20130626 | ||
2 | ![]() |
R_R_RS_ACCESS_MODE | Value transfer | Object reference (TYPE REF TO) | CL_BICS_RESULT_ACCESS_MODE | Master Data Access Type | 20130626 |
Method GET_BY_INA_ACCESS_MODE on class CL_BICS_RESULT_ACCESS_MODE has no exception.
Method GET_REF_BY_BW_ACCESS_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_BW_DEFAULT_CHAR_SETTING | Call by reference | Type reference (TYPE) | RSF4QUERYEXEC | Selection of Filter Values for Query Execution | 20130626 | ||
2 | ![]() |
I_BW_RS_ACCESS_MODE | Call by reference | Type reference (TYPE) | TN_BW_RESULT_ACCESS_MODE | BW Zugriffsart | 20120224 | ||
3 | ![]() |
R_R_RS_ACCESS_MODE | Value transfer | Object reference (TYPE REF TO) | CL_BICS_RESULT_ACCESS_MODE | BW Zugriffsart | 20120224 |
Method GET_REF_BY_BW_ACCESS_MODE on class CL_BICS_RESULT_ACCESS_MODE has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |