SAP ABAP Class CL_RSTT_AUNIT_LISTENER (CL_RSTT_AUNIT_LISTENER)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW (Application Component) SAP Business Information Warehouse
     BW_ATR (Package) Repository for Automatic Tests
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_AUNIT_LISTENER ABAP Unit: Result monitoring 20090814
Properties
Class CL_RSTT_AUNIT_LISTENER  
Short Description    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package BW_ATR   Repository for Automatic Tests 
Created 20090814   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSTT_AUNIT_LISTENER has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_AUNIT_LISTENER ABAP Unit: Result monitoring 20090814
Friends
Class CL_RSTT_AUNIT_LISTENER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_ACTIVE Static Attribute Public Type reference (TYPE) RSTT_FLAG Processing is active 20090825
2 O_R_TRUN Instance attribute Protected Object reference (TYPE REF TO) CL_RSTT_TRUN Test Run Instance 20090824
3 O_R_TSEQ Instance attribute Protected Object reference (TYPE REF TO) CL_RSTT_TRACE_TEST Test Sequence 20091026
4 O_SX_PARAM Instance attribute Protected Type reference (TYPE) OT_SX_PARAM Current Parameters 20090824
5 O_THX_RESULT Instance attribute Protected Type reference (TYPE) OT_THX_UNIT_RESULT Results table 20090824
Methods
# Method Level Visibility Method type Description Created on
1 CREATE Static method Public Method Create Instance 20090825
2 _FINISH_TUNIT Instance method Protected Method Complete Check for Current Test Unit 20090824
3 __ADD_RESULT Instance method Private Method Add to Result 20090924
4 __CREATE_LISTENER_70 Static method Private Method Create Message Instance for Unit Tests (Release 700) 20090825
5 __CREATE_LISTENER_XX Static method Private Method Create Message Instance for Unit Tests (Above Release 700) 20090825
Events
Class CL_RSTT_AUNIT_LISTENER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 OT_SX_PARAM Protected See coding 20090824 BEGIN OF ot_sx_param, objtp TYPE char4, mainobj TYPE rstt_varid, objname TYPE rstt_char60, rname TYPE rstt_char60, rfailed TYPE rstt_flag, END OF ot_sx_param
2 OT_SX_RESULT Protected See coding 20090824 BEGIN OF ot_sx_result, result TYPE rstt_tx_unitdescr, END OF ot_sx_result
3 OT_SX_ROUTINE Protected See coding 20090824 BEGIN OF ot_sx_routine, name TYPE rstt_char60, failure_check TYPE ot_t_descr, failure_runtime TYPE ot_t_descr, failure_exception TYPE ot_t_descr, END OF ot_sx_routine
4 OT_SX_UNIT_RESULT Protected See coding 20090824 BEGIN OF ot_sx_unit_result, objtp TYPE char4, mainobj TYPE rstt_varid, status TYPE balmsgty, objname TYPE rstt_char60, routine TYPE ot_thx_routine, count_s TYPE rstt_int4, count_e TYPE rstt_int4, END OF ot_sx_unit_result
5 OT_S_DESCR Protected See coding 20100104 BEGIN OF ot_s_descr, id TYPE char4, kind TYPE rstt_flag, text TYPE rstt_string, indent TYPE rstt_int1, lvl TYPE rstt_int1, END OF ot_s_descr
6 OT_THX_ROUTINE Protected See coding 20090824 ot_thx_routine TYPE HASHED TABLE OF ot_sx_routine WITH UNIQUE KEY name
7 OT_THX_UNIT_RESULT Protected See coding 20090824 ot_thx_unit_result TYPE HASHED TABLE OF ot_sx_unit_result WITH UNIQUE KEY mainobj objname
8 OT_TX_RESULT Protected See coding 20090824 ot_tx_result TYPE STANDARD TABLE OF ot_sx_result WITH DEFAULT KEY
9 OT_T_DESCR Protected See coding 20100104 ot_t_descr TYPE STANDARD TABLE OF ot_s_descr WITH DEFAULT KEY
Method Signatures

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_LISTENER Value transfer Object reference (TYPE REF TO) IF_AUNIT_LISTENER Instanz 20090825

Method CREATE on class CL_RSTT_AUNIT_LISTENER has no exception.

Method _FINISH_TUNIT Signature

Method _FINISH_TUNIT on class CL_RSTT_AUNIT_LISTENER has no parameter.
Method _FINISH_TUNIT on class CL_RSTT_AUNIT_LISTENER has no exception.

Method __ADD_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_DESCR Call by reference Type reference (TYPE) OT_T_DESCR Ergebnissammlung 20090924
2 Importing I_TX_DATA Call by reference Type reference (TYPE) RSTT_TX_UNITDESCR Interne Form der Information 20090924

Method __ADD_RESULT on class CL_RSTT_AUNIT_LISTENER has no exception.

Method __CREATE_LISTENER_70 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_LISTENER Value transfer Object reference (TYPE REF TO) IF_AUNIT_LISTENER Meldungsinstanz 20090825

Method __CREATE_LISTENER_70 on class CL_RSTT_AUNIT_LISTENER has no exception.

Method __CREATE_LISTENER_XX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_LISTENER Value transfer Object reference (TYPE REF TO) IF_AUNIT_LISTENER Meldungsinstanz 20090825

Method __CREATE_LISTENER_XX on class CL_RSTT_AUNIT_LISTENER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700