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 N_C_CATEGORY Instance attribute Public Attribute reference (LIKE) 20100528
2 N_C_COMPONENT Instance attribute Public Attribute reference (LIKE) 20100806
3 N_C_FLAG Instance attribute Public Attribute reference (LIKE) 20100806
4 N_C_PASSED Instance attribute Public Attribute reference (LIKE) 20100721
5 N_SX_VERI Instance attribute Public Attribute reference (LIKE) 20100528
6 N_TYPE Instance attribute Public Attribute reference (LIKE) 20100528
7 P_TH_SUBCLASS Static Attribute Private Type reference (TYPE) NT_TH_SUBCLASS Subordinate Classes 20100528
Methods
# Method Level Visibility Method type Description Created on
1 AGGREGATE_STATUS Static method Public Method Verification Status of All Categories 20100809
2 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20100528
3 CODE_VERI Instance method Public Method 20100806
4 DECODE_VERI Instance method Public Method 20100806
5 FACTORY Static method Public Method Create Instance 20100528
6 GET_TYPES Static method Public Method Get Types from Context Monitoring 20100528
7 INITIALIZE Instance method Public Method 20100528
8 VERIFY Instance method Public Method 20100528
9 _ADD_MESSAGE Static method Protected Method Add to Message 20100810
10 _AGGREGATE_VERI_STATUS Instance method Protected Method Aggregate Check Status over All Active Categories 20100528
11 _CALC_BIN Static method Protected Method 20100809
12 _CODE_VERI_CATEGORY Static method Protected Method Encode Result of an Individual Category 20100806
13 _DECODE_VERI_CATEGORY Static method Protected Method Encode Result of an Individual Category 20100811
14 _GET_CODE_COMPONENT Static method Protected Method 20100806
15 _SET_CODE_COMPONENT Static method Protected Method 20100811
16 __GET_INSTANCE Static method Private Method Get Instance of Subclass 20100528
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 Exporting E_PASSED Call by reference Type reference (TYPE) RSTT_VERI_PASSED Aggregierter Verifikationsstatus über alle Kategorieren 20100809
2 Exporting E_RELEVANT Call by reference Type reference (TYPE) RSTT_FLAG Prüfung relevant 20100809
3 Exporting E_T_MESG Call by reference Type reference (TYPE) RSR_T_MESSAGE Nachrichten 20100810
4 Importing I_REF Call by reference Type reference (TYPE) RSTT_FLAG Referenzausführung 20100810
5 Importing 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 Importing I_CLASSNM Call by reference Type reference (TYPE) CLASSNAME Referenztyp 20100618
2 Importing I_TYPE Call by reference Type reference (TYPE) CHAR4 Typ 20100528
3 Returning 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 Returning 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 Changing C_T_MESG Call by reference Type reference (TYPE) RSR_T_MESSAGE Nachrichten 20100810
2 Importing I_CATEGORY Call by reference Type reference (TYPE) ANY Kategorie 20100810
3 Importing I_REF Call by reference Type reference (TYPE) RSTT_FLAG Referenzausführung 20100810
4 Importing 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 Exporting E_PASSED Call by reference Type reference (TYPE) RSTT_VERI_PASSED Aggregierter Verifikationsstatus über alle Kategorieren 20100528
2 Exporting 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 Changing C_INDEX Call by reference Type reference (TYPE) I Aktueller Laufindex 20100809
2 Changing C_T_INDEX Call by reference Type reference (TYPE) OT_T_INDEX Indextabelle 20100809
3 Exporting E_GREATER Call by reference Type reference (TYPE) RSTT_FLAG Ergebnis zu gross 20100809
4 Importing 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 Importing I_S_VERI Call by reference Type reference (TYPE) RSTT_S_VERI Parameter für Kontextverifikation 20100806
2 Returning 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 Importing I_CODE Value transfer Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20100811
2 Returning 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 Exporting E_T_INDEX Call by reference Type reference (TYPE) OT_T_INDEX Bitliste 20100810
2 Importing I_COMPONENT Call by reference Type reference (TYPE) RSTT_STRING Komponente 20100806
3 Importing I_INDEX Call by reference Type reference (TYPE) I Index 20100806
4 Importing 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 Changing C_T_INDEX Call by reference Type reference (TYPE) OT_T_INDEX Bitliste 20100811
2 Exporting E_VALUE Call by reference Type reference (TYPE) ANY Wert 20100811
3 Importing I_COMPONENT Call by reference Type reference (TYPE) RSTT_STRING Komponente 20100811
4 Importing 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 Exporting E_R_INSTANCE Call by reference Object reference (TYPE REF TO) CL_RSTT_PVAR Instanz 20100528
2 Importing I_CLASSNM Call by reference Type reference (TYPE) CLASSNAME Referenztyp 20100618
3 Importing 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