SAP ABAP Class CL_RSTT_PVAR (Main Class for Context Monitoring of RSTT Tests)
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 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSTT_PVAR | Interface for Special Processing of Play Variant | 20100528 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSTT_PVAR_OLAP | Context Monitoring for Analytic Engine / OLAP / Data Manager | 20100528 |
Properties
| Class | CL_RSTT_PVAR | |
| Short Description | Main Class for Context Monitoring of RSTT Tests | |
| Super Class | ||
| 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 | 20100528 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSTT_PVAR has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSTT_PVAR | Interface for Special Processing of Play Variant | 20100528 |
Friends
Class CL_RSTT_PVAR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Attribute reference (LIKE) | 20100528 | |||||
| 2 | Instance attribute | Public | Attribute reference (LIKE) | 20100806 | |||||
| 3 | Instance attribute | Public | Attribute reference (LIKE) | 20100806 | |||||
| 4 | Instance attribute | Public | Attribute reference (LIKE) | 20100721 | |||||
| 5 | Instance attribute | Public | Attribute reference (LIKE) | 20100528 | |||||
| 6 | Instance attribute | Public | Attribute reference (LIKE) | 20100528 | |||||
| 7 | Static Attribute | Private | Type reference (TYPE) | NT_TH_SUBCLASS | Subordinate Classes | 20100528 |
Methods
Events
Class CL_RSTT_PVAR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | NT_S_SUBCLASS | Public | See coding | 20100528 | BEGIN OF nt_s_subclass,
type TYPE char4,
text TYPE rstt_lgtxt,
class TYPE abap_classname,
END OF nt_s_subclass
|
||
| 2 | NT_TH_SUBCLASS | Public | See coding | 20100528 | nt_th_subclass TYPE HASHED TABLE OF nt_s_subclass WITH UNIQUE KEY type
|
||
| 3 | OT_S_INDEX | Protected | See coding | 20100809 | begin of ot_s_index,
index type i,
end of ot_s_index
|
||
| 4 | OT_T_INDEX | Protected | See coding | 20100809 | OT_T_INDEX type STANDARD TABLE OF ot_s_index with DEFAULT KEY
|
Method Signatures
Method AGGREGATE_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_PASSED | Call by reference | Type reference (TYPE) | RSTT_VERI_PASSED | Aggregierter Verifikationsstatus über alle Kategorieren | 20100809 | |||
| 2 | E_RELEVANT | Call by reference | Type reference (TYPE) | RSTT_FLAG | Prüfung relevant | 20100809 | |||
| 3 | E_T_MESG | Call by reference | Type reference (TYPE) | RSR_T_MESSAGE | Nachrichten | 20100810 | |||
| 4 | I_REF | Call by reference | Type reference (TYPE) | RSTT_FLAG | Referenzausführung | 20100810 | |||
| 5 | I_SX_VERI | Call by reference | Type reference (TYPE) | RSTT_SX_VERI | Ergebnisstruktur der Kontextverifikation für RSTT Tests | 20100809 |
Method AGGREGATE_STATUS on class CL_RSTT_PVAR has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_RSTT_PVAR has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSTT_PVAR has no exception.
Method CODE_VERI Signature
Method CODE_VERI on class CL_RSTT_PVAR has no parameter.
Method CODE_VERI on class CL_RSTT_PVAR has no exception.
Method DECODE_VERI Signature
Method DECODE_VERI on class CL_RSTT_PVAR has no parameter.
Method DECODE_VERI on class CL_RSTT_PVAR has no exception.
Method FACTORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CLASSNM | Call by reference | Type reference (TYPE) | CLASSNAME | Referenztyp | 20100618 | |||
| 2 | I_TYPE | Call by reference | Type reference (TYPE) | CHAR4 | Typ | 20100528 | |||
| 3 | R_R_PVAR | Value transfer | Object reference (TYPE REF TO) | IF_RSTT_PVAR | Instanz für Sonderverarbeitungen der Abspielvariante | 20100528 |
Method FACTORY on class CL_RSTT_PVAR has no exception.
Method GET_TYPES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TH_TYPES | Value transfer | Type reference (TYPE) | NT_TH_SUBCLASS | Typenliste mit Klassenname | 20100528 |
Method GET_TYPES on class CL_RSTT_PVAR has no exception.
Method INITIALIZE Signature
Method INITIALIZE on class CL_RSTT_PVAR has no parameter.
Method INITIALIZE on class CL_RSTT_PVAR has no exception.
Method VERIFY Signature
Method VERIFY on class CL_RSTT_PVAR has no parameter.
Method VERIFY on class CL_RSTT_PVAR has no exception.
Method _ADD_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_MESG | Call by reference | Type reference (TYPE) | RSR_T_MESSAGE | Nachrichten | 20100810 | |||
| 2 | I_CATEGORY | Call by reference | Type reference (TYPE) | ANY | Kategorie | 20100810 | |||
| 3 | I_REF | Call by reference | Type reference (TYPE) | RSTT_FLAG | Referenzausführung | 20100810 | |||
| 4 | I_S_VERI | Call by reference | Type reference (TYPE) | RSTT_S_VERI | Parameter für Kontextverifikation | 20100810 |
Method _ADD_MESSAGE on class CL_RSTT_PVAR has no exception.
Method _AGGREGATE_VERI_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_PASSED | Call by reference | Type reference (TYPE) | RSTT_VERI_PASSED | Aggregierter Verifikationsstatus über alle Kategorieren | 20100528 | |||
| 2 | E_RELEVANT | Call by reference | Type reference (TYPE) | RSTT_FLAG | Prüfung relevant | 20100528 |
Method _AGGREGATE_VERI_STATUS on class CL_RSTT_PVAR has no exception.
Method _CALC_BIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_INDEX | Call by reference | Type reference (TYPE) | I | Aktueller Laufindex | 20100809 | |||
| 2 | C_T_INDEX | Call by reference | Type reference (TYPE) | OT_T_INDEX | Indextabelle | 20100809 | |||
| 3 | E_GREATER | Call by reference | Type reference (TYPE) | RSTT_FLAG | Ergebnis zu gross | 20100809 | |||
| 4 | I_NUMBER | Call by reference | Type reference (TYPE) | I | Zahl | 20100809 |
Method _CALC_BIN on class CL_RSTT_PVAR has no exception.
Method _CODE_VERI_CATEGORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_VERI | Call by reference | Type reference (TYPE) | RSTT_S_VERI | Parameter für Kontextverifikation | 20100806 | |||
| 2 | R_CODE | Value transfer | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20100806 |
Method _CODE_VERI_CATEGORY on class CL_RSTT_PVAR has no exception.
Method _DECODE_VERI_CATEGORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CODE | Value transfer | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20100811 | |||
| 2 | R_S_VERI | Value transfer | Type reference (TYPE) | RSTT_S_VERI | Parameter für Kontextverifikation | 20100811 |
Method _DECODE_VERI_CATEGORY on class CL_RSTT_PVAR has no exception.
Method _GET_CODE_COMPONENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_INDEX | Call by reference | Type reference (TYPE) | OT_T_INDEX | Bitliste | 20100810 | |||
| 2 | I_COMPONENT | Call by reference | Type reference (TYPE) | RSTT_STRING | Komponente | 20100806 | |||
| 3 | I_INDEX | Call by reference | Type reference (TYPE) | I | Index | 20100806 | |||
| 4 | I_VALUE | Call by reference | Type reference (TYPE) | ANY | Wert | 20100806 |
Method _GET_CODE_COMPONENT on class CL_RSTT_PVAR has no exception.
Method _SET_CODE_COMPONENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_INDEX | Call by reference | Type reference (TYPE) | OT_T_INDEX | Bitliste | 20100811 | |||
| 2 | E_VALUE | Call by reference | Type reference (TYPE) | ANY | Wert | 20100811 | |||
| 3 | I_COMPONENT | Call by reference | Type reference (TYPE) | RSTT_STRING | Komponente | 20100811 | |||
| 4 | I_INDEX | Call by reference | Type reference (TYPE) | I | Index | 20100811 |
Method _SET_CODE_COMPONENT on class CL_RSTT_PVAR has no exception.
Method __GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_R_INSTANCE | Call by reference | Object reference (TYPE REF TO) | CL_RSTT_PVAR | Instanz | 20100528 | |||
| 2 | I_CLASSNM | Call by reference | Type reference (TYPE) | CLASSNAME | Referenztyp | 20100618 | |||
| 3 | I_TYPE | Call by reference | Type reference (TYPE) | CHAR4 | Typ | 20100528 |
Method __GET_INSTANCE on class CL_RSTT_PVAR has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |