SAP ABAP Class CL_RSTT_TDATA_QVAR (Test Data of Type Query)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX (Application Component) Business Explorer
⤷
RSTT_TRACE (Package) Trace Tool for SAP Netweaver 2005 (BW): Data Object Layer

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RSTT_TDATA | Main Class for Test Data Transfer | 20111018 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSTT_OBJ | Base Object Instance | 20111018 |
Properties
Class | CL_RSTT_TDATA_QVAR | |
Short Description | Test Data of Type Query | |
Super Class | CL_RSTT_TDATA | Main Class for Test Data Transfer |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSTT_TRACE | Trace Tool for SAP Netweaver 2005 (BW): Data Object Layer |
Created | 20101111 | 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 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_RSTT_OBJ | Base Object Instance | 20111018 |
Friends
Class CL_RSTT_TDATA_QVAR 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) | RSZGLOBV | Variables Header | 20111018 | ||
2 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | OT_THX_XREF | All XREFs for InfoProviders Used | 20111018 | ||
3 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | OT_TH_COMPDIR | All Entries of COMPDIR | 20111018 | ||
4 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | OT_TH_COMPDIR | COMPDIR Objects Involved | 20111018 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Initialize Buffer Tables for Query Elements | 20111018 |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20111018 |
3 | ![]() |
Static method | Public | Method | Initialization of the Variables Instance | 20111018 |
4 | ![]() |
Static method | Public | Method | Find Information for Query Element from GUID | 20111018 |
5 | ![]() |
Instance method | Protected | Method | Activate Query from Content | 20111018 |
6 | ![]() |
Instance method | Protected | Method | Get Elements Involved | 20111018 |
7 | ![]() |
Instance method | Protected | Method | Load Query Element | 20111018 |
8 | ![]() |
Instance method | Protected | Method | Create and Activate Query Element | 20111018 |
Events
Class CL_RSTT_TDATA_QVAR has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | OT_SX_XREF | Protected | See coding | 20111018 | BEGIN OF ot_sx_xref,
infoprov TYPE rsinfocube,
xrefs TYPE rzd1_ts_eltxref,
END OF ot_sx_xref
|
||
2 | OT_THX_XREF | Protected | See coding | 20111018 | ot_thx_xref TYPE HASHED TABLE OF ot_sx_xref
WITH UNIQUE KEY infoprov
|
||
3 | OT_TH_COMPDIR | Protected | See coding | 20111018 | ot_th_compdir TYPE HASHED TABLE OF rszcompdir WITH UNIQUE KEY compuid
|
||
4 | OT_T_RSZELTTXT | Protected | See coding | 20111018 | ot_t_RSZELTTXT type STANDARD TABLE OF RSZELTTXT with DEFAULT KEY
|
Method Signatures
Method CLEAR_QUERY_BUFFER Signature
Method CLEAR_QUERY_BUFFER on class CL_RSTT_TDATA_QVAR has no parameter.
Method CLEAR_QUERY_BUFFER on class CL_RSTT_TDATA_QVAR has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_OBJID | Call by reference | Type reference (TYPE) | SYSUUID_25 | Objekt-ID | 20111018 | ||
2 | ![]() |
I_OBJNM | Call by reference | Type reference (TYPE) | RSTT_TOBJNM | Testdatenname | 20111018 | ||
3 | ![]() |
I_OBJREFNM | Call by reference | Type reference (TYPE) | RSTT_TOBJNM | Name der Referenz | 20111018 | ||
4 | ![]() |
I_TDATATP | Call by reference | Type reference (TYPE) | RSTT_TDATATP | Testdatentyp | 20111018 | ||
5 | ![]() |
I_T_SUBTP | Call by reference | Type reference (TYPE) | RSTT_T_TDATATP | Liste von relevanten Subtypen | 20111018 |
Method CONSTRUCTOR on class CL_RSTT_TDATA_QVAR has no exception.
Method CREATE_CL_RSTT_TDATA_QVAR Signature
Method CREATE_CL_RSTT_TDATA_QVAR on class CL_RSTT_TDATA_QVAR has no parameter.
Method CREATE_CL_RSTT_TDATA_QVAR on class CL_RSTT_TDATA_QVAR has no exception.
Method GET_ELEMENT_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_OBJNM | Call by reference | Type reference (TYPE) | RSZCOMPID | Objektname | 20111018 | ||
2 | ![]() |
E_TDATATP | Call by reference | Type reference (TYPE) | RSTT_TDATATP | Typ | 20111018 | ||
3 | ![]() |
I_COMPUID | Call by reference | Type reference (TYPE) | RSRREPDIR-COMPUID | UUID in komprimierter Form | 20111018 |
Method GET_ELEMENT_INFO on class CL_RSTT_TDATA_QVAR has no exception.
Method _ACTIVATE_QUERY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_S_PROCESS | Call by reference | Type reference (TYPE) | RSTT_S_TDATA_PROC | Prozessparameter für einzelnes Testobjekt | 20111018 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20111018 |
Method _GET_XREFS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TH_COMPDIR | Call by reference | Type reference (TYPE) | OT_TH_COMPDIR | Einträge der COMPDIR | 20111018 | ||
2 | ![]() |
I_SELTUID | Call by reference | Type reference (TYPE) | SYSUUID_25 | UUID in komprimierter Form | 20111018 | ||
3 | ![]() |
I_TS_XREF | Call by reference | Type reference (TYPE) | RZD1_TS_ELTXREF | Elemente des InfoProviders | 20111018 |
Method _GET_XREFS on class CL_RSTT_TDATA_QVAR has no exception.
Method _LOAD_QELM_FROM_OBJ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_TX_PARAM | Call by reference | Type reference (TYPE) | RSTT_TX_PARAM | Parametertabelle | 20111018 | ||
2 | ![]() |
E_T_MESG | Call by reference | Type reference (TYPE) | RSZA_T_MESG | Meldungen | 20111018 | ||
3 | ![]() |
I_SX_TUNIT | Call by reference | Type reference (TYPE) | RSTT_SX_TDATA_PARTSEL | Struktur für Testeinheitablage | 20111018 |
Method _LOAD_QELM_FROM_OBJ on class CL_RSTT_TDATA_QVAR has no exception.
Method _STORE_QELM_TO_OBJ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_TDATA | Call by reference | Object reference (TYPE REF TO) | DATA | Daten von Queryelement | 20111018 | ||
2 | ![]() |
I_S_COMPDIR | Call by reference | Type reference (TYPE) | RSZCOMPDIR | Komponentenheader | 20111018 | ||
3 | ![]() |
I_S_REPDIR | Call by reference | Type reference (TYPE) | RSRREPDIR | Queryheader | 20111018 | ||
4 | ![]() |
I_TH_ELTTXT | Call by reference | Type reference (TYPE) | RSTT_TH_ELTTXT | Tabelle für Queryelementtexte | 20111018 |
Method _STORE_QELM_TO_OBJ on class CL_RSTT_TDATA_QVAR has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 740 |