SAP ABAP Class CL_RSTRAN_UTEST_TUNNEL (Unit-Test: Tunneln von Transformation)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSTRAN_UTEST (Package) Unit-Tests für Transformationen
Properties
Class CL_RSTRAN_UTEST_TUNNEL  
Short Description Unit-Test: Tunneln von Transformation    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 5   
Package RSTRAN_UTEST   Unit-Tests für Transformationen 
Created 20081010   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSTRAN_UTEST_TUNNEL has no interface implemented.
Friends
Class CL_RSTRAN_UTEST_TUNNEL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_R_SCEN_GEN Instance attribute Protected Object reference (TYPE REF TO) CL_RSTRAN_UTEST_SCEN_GEN 20081010
Methods
# Method Level Visibility Method type Description Created on
1 TEST_SCENARIO Instance method Public Test Method for ABAP Unit 20081010
2 _CHECK_SCENARIO Instance method Protected Method 20081013
3 _CREATE_SCENARIO Instance method Protected Method 20081010
4 _GET_SCENARIO Instance method Protected Method 20081010
Events
Class CL_RSTRAN_UTEST_TUNNEL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_S_COMP Protected See coding 20081010 BEGIN OF t_s_comp, /BIC/ZT_AGC01 TYPE char32, /BIC/ZT_AGC02 TYPE char32, /BIC/ZT_AGK01 TYPE int4, /BIC/ZT_AGK02 TYPE int4, RECORDMODE TYPE RODMUPDMOD, END OF t_s_comp
2 T_S_SRC Protected See coding 20081010 BEGIN OF t_s_src, /BIC/ZT_AGC01 TYPE char32, /BIC/ZT_AGC02 TYPE char32, /BIC/ZT_AGK01 TYPE int4, /BIC/ZT_AGK02 TYPE int4, RECORDMODE TYPE RODMUPDMOD, record TYPE int4, END OF t_s_src
3 T_S_TGT Protected See coding 20081010 BEGIN OF t_s_tgt, SID TYPE rssid, DATAPAKID TYPE rsdatapid, RECORD TYPE rsarecord, /BIC/ZT_AGC01 TYPE char32, /BIC/ZT_AGC02 TYPE char32, /BIC/ZT_AGK01 TYPE int4, /BIC/ZT_AGK02 TYPE int4, RECORDMODE TYPE RODMUPDMOD, END OF t_s_tgt
4 T_S_TGT_COMP Protected Type reference (TYPE) T_S_COMP 20081010
5 T_TX_COMP Protected See coding 20081010 t_tx_comp TYPE TABLE OF t_t_comp WITH DEFAULT KEY
6 T_TX_SRC Protected See coding 20081010 t_tx_src TYPE TABLE OF t_t_src WITH DEFAULT KEY
7 T_T_COMP Protected See coding 20081010 t_t_comp TYPE TABLE OF t_s_comp WITH DEFAULT KEY
8 T_T_SRC Protected See coding 20081010 t_t_src TYPE TABLE OF t_s_src WITH DEFAULT KEY
9 T_T_TGT Protected See coding 20081010 t_t_tgt TYPE TABLE OF t_s_tgt WITH DEFAULT KEY
10 T_T_TGT_COMP Protected Type reference (TYPE) T_T_COMP 20081010
Method Signatures

Method TEST_SCENARIO Signature

Method TEST_SCENARIO on class CL_RSTRAN_UTEST_TUNNEL has no parameter.
Method TEST_SCENARIO on class CL_RSTRAN_UTEST_TUNNEL has no exception.

Method _CHECK_SCENARIO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_SCENDESCR Call by reference Object reference (TYPE REF TO) CL_RSTRAN_UTEST_SCEN_DESCR Scenario-Beschreibung für Unit-Tests 20081013
# Exception Resumable Description Created on
1 CX_RSTRAN_EXCEPTION Exceptionklasse Transformation 20081013

Method _CREATE_SCENARIO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_SCENDESCR Call by reference Object reference (TYPE REF TO) CL_RSTRAN_UTEST_SCEN_DESCR Scenario-Beschreibung für Unit-Tests 20081010
# Exception Resumable Description Created on
1 CX_RSTRAN_GENERATION Generierungsfehler 20081010

Method _GET_SCENARIO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_SCENDESCR Value transfer Type reference (TYPE) RSTRAN_T_SCENDESCR Liste von Szenarionbeschreibungen 20081010

Method _GET_SCENARIO on class CL_RSTRAN_UTEST_TUNNEL has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 720