SAP ABAP Class CL_BICS_TEST (Root Class for RSBOLAP Tests)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
BW_BICS_CONSUMER_TEST (Package) Test Package in ABAP BICS Interface
⤷
⤷
Meta Relationship - Used By
Properties
| Class | CL_BICS_TEST | |
| Short Description | Root Class for RSBOLAP Tests | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | T | Test Program |
| Category | 5 | |
| Package | BW_BICS_CONSUMER_TEST | Test Package in ABAP BICS Interface |
| Created | 20101115 | 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 interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 4 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_BICS_TEST has no interface implemented.
Friends
Class CL_BICS_TEST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | STRING | Query Name | 20101115 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_BICS_APPLICATION | Application Representation | 20101115 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_BICS_MESSAGE_MANAGER | Basis for Message Manager in BW BICS | 20101115 | |||
| 4 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_RSBOLAP_VARIABLE_CONTAINER | Variable Container | 20101115 | |||
| 5 | Static Attribute | Protected | Type reference (TYPE) | ABAP_BOOL | 20110803 | ||||
| 6 | Static Attribute | Protected | Type reference (TYPE) | TN_TS_QUERY_ID | 20110414 | ||||
| 7 | Static Attribute | Protected | Type reference (TYPE) | ABAP_BOOL | Unit tests are activated | 20110203 | |||
| 8 | Static Attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20110803 |
Methods
Events
Class CL_BICS_TEST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | NT_S_AXIS_MEMBERS | Public | See coding | Axis Member | 20110131 | BEGIN OF nt_s_axis_members,
position TYPE i,
characteristic TYPE REF TO if_bics_qv_characteristic,
members TYPE REF TO if_bics_iobj_member_container,
END OF nt_s_axis_members
|
|
| 2 | NT_TS_AXIS_MEMBERS | Public | See coding | 20110131 | nt_ts_axis_members TYPE SORTED TABLE OF nt_s_axis_members
WITH UNIQUE KEY position
|
||
| 3 | TN_QUERY_ID | Public | Type reference (TYPE) | I | 20110414 | |
|
| 4 | TN_S_QUERY_ID | Public | See coding | 20110414 | BEGIN OF tn_s_query_id,
id TYPE tn_query_id,
name TYPE string,
END OF tn_s_query_id
|
||
| 5 | TN_TS_QUERY_ID | Public | See coding | 20110414 | tn_ts_query_id TYPE SORTED TABLE OF tn_s_query_id
WITH UNIQUE KEY id
|
Method Signatures
Method CHECK_SZENARIO Signature
Method CHECK_SZENARIO on class CL_BICS_TEST has no parameter.
Method CHECK_SZENARIO on class CL_BICS_TEST has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_BICS_TEST has no parameter.
Method CLASS_CONSTRUCTOR on class CL_BICS_TEST has no exception.
Method CLOSE_APPLICATION Signature
Method CLOSE_APPLICATION on class CL_BICS_TEST has no parameter.
Method CLOSE_APPLICATION on class CL_BICS_TEST has no exception.
Method CREATE_MD_QUERY_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_QUERY_ID | Call by reference | Type reference (TYPE) | TN_QUERY_ID | 20111212 | ||||
| 2 | I_R_DATA_AREA | Call by reference | Object reference (TYPE REF TO) | IF_BICS_DATA_AREA | Von DEFAULT abweichende Data Area | 20111212 | |||
| 3 | R_R_MD_QUERY_VIEW | Value transfer | Object reference (TYPE REF TO) | IF_BICS_MD_QV | MD Query View | 20111212 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Applikation existiert bereits mit einem anderen Benutzer | 20111212 | ||
| 2 | Keine Berechtigung | 20111212 | ||
| 3 | Service ist nicht anwendbar | 20111212 | ||
| 4 | Unbekannter Benutzer | 20111212 |
Method CREATE_QUERY_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_QUERY_ID | Call by reference | Type reference (TYPE) | TN_QUERY_ID | 20110414 | ||||
| 2 | I_R_DATA_AREA | Call by reference | Object reference (TYPE REF TO) | IF_BICS_DATA_AREA | Von DEFAULT abweichende Data Area | 20110201 | |||
| 3 | R_R_QUERY_VIEW | Value transfer | Object reference (TYPE REF TO) | IF_BICS_QV | Query View | 20101115 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Applikation existiert bereits mit einem anderen Benutzer | 20110804 | ||
| 2 | Keine Berechtigung | 20110804 | ||
| 3 | Service ist nicht anwendbar | 20110711 | ||
| 4 | Unbekannter Benutzer | 20110804 |
Method CREATE_SELECTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_QUERY_ID | Call by reference | Type reference (TYPE) | TN_QUERY_ID | 20110725 | ||||
| 2 | I_R_DATA_AREA | Call by reference | Object reference (TYPE REF TO) | IF_BICS_DATA_AREA | Von DEFAULT abweichende Data Area | 20110725 | |||
| 3 | R_R_SELECTOR | Value transfer | Object reference (TYPE REF TO) | IF_BICS_SELECTOR | 20110725 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Applikation existiert bereits mit einem anderen Benutzer | 20110804 | ||
| 2 | Keine Berechtigung | 20110804 | ||
| 3 | Service ist nicht anwendbar | 20110725 | ||
| 4 | Unbekannter Benutzer | 20110804 |
Method FREE Signature
Method FREE on class CL_BICS_TEST has no parameter.
Method FREE on class CL_BICS_TEST has no exception.
Method GET_AND_CHECK_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_QUIT | Call by reference | Type reference (TYPE) | RS_BOOL | ABAP_TRUE | Quit test if a message occurs | 20101115 |
Method GET_AND_CHECK_MESSAGES on class CL_BICS_TEST has no exception.
Method GET_DATA_AREA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DATA_AREA_NAME | Call by reference | Type reference (TYPE) | IF_BICS_OBJECT=>TN_NAME | IF_BICS_DATA_AREA_SRV_DESCR=>N_C_DEFAULT_DATA_AREA | Name der Data Area | 20110729 | ||
| 2 | R_R_DATA_AREA | Value transfer | Object reference (TYPE REF TO) | IF_BICS_DATA_AREA | BW BICS Datenbereich | 20110729 |
Method GET_DATA_AREA on class CL_BICS_TEST has no exception.
Method GET_QUERY_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_QUERY_ID | Call by reference | Type reference (TYPE) | TN_QUERY_ID | 20111212 | ||||
| 2 | R_QUERY_NAME | Value transfer | Type reference (TYPE) | IF_BICS_OBJECT=>TN_NAME | Name eines Objekts | 20111212 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Applikation existiert bereits mit einem anderen Benutzer | 20111212 | ||
| 2 | Keine Berechtigung | 20111212 | ||
| 3 | Service ist nicht anwendbar | 20111212 | ||
| 4 | Unbekannter Benutzer | 20111212 |
Method GET_RESULT_SET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_R_COLUMNS_AXIS | Call by reference | Object reference (TYPE REF TO) | IF_BICS_RS_AXIS | Result Set Achse | 20110131 | |||
| 2 | E_R_COLUMNS_TUPLES | Call by reference | Object reference (TYPE REF TO) | IF_BICS_RS_AXIS_TUPLE_CTR | Container für Achsen-Tupel im Result Set | 20110131 | |||
| 3 | E_R_DATA_CELLS | Call by reference | Object reference (TYPE REF TO) | IF_BICS_RS_DATA_CELL_CONTAINER | Result Set Datenzellen | 20110131 | |||
| 4 | E_R_RESULT_SET | Call by reference | Object reference (TYPE REF TO) | IF_BICS_RS | Result Set | 20110131 | |||
| 5 | E_R_ROWS_AXIS | Call by reference | Object reference (TYPE REF TO) | IF_BICS_RS_AXIS | Result Set Achse | 20110131 | |||
| 6 | E_R_ROWS_TUPLES | Call by reference | Object reference (TYPE REF TO) | IF_BICS_RS_AXIS_TUPLE_CTR | Container für Achsen-Tupel im Result Set | 20110131 | |||
| 7 | E_T_COLUMNS_MEMBERS | Call by reference | Type reference (TYPE) | NT_TS_AXIS_MEMBERS | Achsenmember | 20110131 | |||
| 8 | E_T_ROWS_MEMBERS | Call by reference | Type reference (TYPE) | NT_TS_AXIS_MEMBERS | Achsenmember | 20110131 | |||
| 9 | I_R_QUERY_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_BICS_QV | Query View | 20110201 |
Method GET_RESULT_SET on class CL_BICS_TEST has no exception.
Method INITIALIZE Signature
Method INITIALIZE on class CL_BICS_TEST has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Applikation existiert bereits mit einem anderen Benutzer | 20110620 | ||
| 2 | Keine Berechtigung | 20110617 | ||
| 3 | Service ist nicht anwendbar | 20110707 | ||
| 4 | Unbekannter Benutzer | 20110617 |
Method INITIALIZE_MESSAGE_HANDLER Signature
Method INITIALIZE_MESSAGE_HANDLER on class CL_BICS_TEST has no parameter.
Method INITIALIZE_MESSAGE_HANDLER on class CL_BICS_TEST has no exception.
Method SET_UNIT_TEST_MODE Signature
Method SET_UNIT_TEST_MODE on class CL_BICS_TEST has no parameter.
Method SET_UNIT_TEST_MODE on class CL_BICS_TEST has no exception.
Method T000_SETUP Signature
Method T000_SETUP on class CL_BICS_TEST has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Applikation existiert bereits mit einem anderen Benutzer | 20110620 | ||
| 2 | Keine Berechtigung | 20110617 | ||
| 3 | Service ist nicht anwendbar | 20110711 | ||
| 4 | Unbekannter Benutzer | 20110617 |
Method T999_TEARDOWN Signature
Method T999_TEARDOWN on class CL_BICS_TEST has no parameter.
Method T999_TEARDOWN on class CL_BICS_TEST has no exception.
Meta Relationship - Used By (full list)
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 731 |