SAP ABAP Class CL_RSTRAN_RUNTIME_TEST (Unit Test for Transformation Runtime)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSTRAN_R (Package) Transformation Runtime
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSTRAN_RUNTIME_TEST_GEN Unit Test with Generation 20070511
Properties
Class CL_RSTRAN_RUNTIME_TEST  
Short Description Unit Test for Transformation Runtime    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 5   
Package RSTRAN_R   Transformation Runtime 
Created 20061124   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RSR Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 RSW0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
6 T Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSTRAN_RUNTIME_TEST has no interface implemented.
Friends
Class CL_RSTRAN_RUNTIME_TEST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 G_AREA_PREFIX Constant Public Type reference (TYPE) STRING 'IA_' 20070430
2 G_CUBE_PREFIX Constant Public Type reference (TYPE) STRING 'CR_' 20070430
3 G_DEFAULT_NSPACE Constant Public Type reference (TYPE) STRING 'DE_' 20070424
4 G_DS_PREFIX Constant Public Type reference (TYPE) STRING 'DR_' 20070430
5 G_LOG_HANDLE Static Attribute Protected Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20070512
6 G_PREFIX Constant Public Type reference (TYPE) CHAR4 'ZUT_' Loosely defined; could be used for patch levels 20061206
7 G_SUPPRESS_EXECUTION Static Attribute Public Type reference (TYPE) RS_BOOL Ausführung unterdrücken 20130222
8 G_S_CONTEXT Instance attribute Protected See coding 20070220
9 G_TRANID Instance attribute Protected Type reference (TYPE) RSTRANID Transformation ID 20061206
10 G_TUNITID_PREFIX Constant Public Type reference (TYPE) STRING 'TRF' ID of a Test Unit 20070511
11 G_T_IOBJ Instance attribute Protected Type reference (TYPE) RSD_T_IOBJNM List of InfoObjects 20061206
12 G_T_IOBJ_SOURCE Instance attribute Protected Type reference (TYPE) RSD_T_IOBJNM List of InfoObjects 20061206
13 G_T_IOBJ_TARGET Instance attribute Protected Type reference (TYPE) RSD_T_IOBJNM List of InfoObjects 20061206
14 G_USE_APPL_LOG Static Attribute Protected Type reference (TYPE) RS_BOOL Write Application Log 20070512
15 G_USE_MONITORING Static Attribute Protected Type reference (TYPE) RS_BOOL Use Monitoring 20070512
Methods
# Method Level Visibility Method type Description Created on
1 APPL_LOG_CREATE Static method Public Method Create Application Log 20070502
2 APPL_LOG_SAVE Static method Public Method Save Message in Application Log 20070323
3 ASSERT_EQUALS_TUNIT Static method Protected Method 20070512
4 ASSERT_INITIAL_TUNIT Static method Protected Method 20100913
5 ASSERT_NOT_INITIAL_TUNIT Static method Protected Method 20070512
6 ASSERT_SUBRC_TUNIT Static method Protected Method 20070512
7 BUILD_DATAPACKAGE Instance method Protected Method Create Data Package 20061206
8 CALL_TRANSLATION Instance method Protected Method Call Conversion 20070509
9 CHECK_CLIENT Static method Private Method Prüft ob der aktuelle Mandant BW Mandant ist 20130222
10 CHECK_DATAPACKAGE Instance method Protected Method Check Data Package Contents 20061206
11 CHECK_NO_IOBJ_CREATION Static method Protected Method Creation of InfoObject Allowed 20070511
12 CHECK_SKIP Instance method Protected Method Skip Test Case? 20070511
13 CHECK_TARGET_IS_CUBE Instance method Protected Method 20080624
14 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20070512
15 COMPUTE_VALUE Instance method Protected Method Calculate Value of a Target Field 20070424
16 EXECUTE_TEST Instance method Public Method Run Test Case 20070220
17 FILL_DATAPACKAGE Instance method Protected Method Fill Data Package with Contents 20061206
18 FILTER_TIME Instance method Protected Method Filter TIM InfoObjects 20061207
19 FILTER_UNITS Instance method Protected Method Filter UNI InfoObjects 20061207
20 GET_IOBJTP Instance method Protected Method Determine InfoObject Type 20061207
21 GET_METADATA Instance method Protected Method Collect Metadata 20070511
22 GET_TIME_IOBJS Instance method Protected Method 20070511
23 GET_TUNITID Instance method Protected Method 20070511
24 GET_VALUES Instance method Protected Method Read Values for InfoObjects 20061206
25 HANDLE_SETTINGS Static method Protected Method Settings for Application Log, Monitoring 20070512
26 PREPARE Instance method Public Method Prepare Test 20070511
27 PREPARE_DATA Instance method Protected Method 20070220
28 RUN_TRANSFORMATION Instance method Protected Method Execute Transformation 20061206
29 SORT_DATAPACKAGE Instance method Protected Method Sort InfoObjects by CHA, KYF, TIM and UNI 20061206
30 TEST_STARTED Instance method Protected Test Method for ABAP Unit Message that test was started 20090624
Events
Class CL_RSTRAN_RUNTIME_TEST has no event.
Types
Class CL_RSTRAN_RUNTIME_TEST has no local type.
Method Signatures

Method APPL_LOG_CREATE Signature

Method APPL_LOG_CREATE on class CL_RSTRAN_RUNTIME_TEST has no parameter.
Method APPL_LOG_CREATE on class CL_RSTRAN_RUNTIME_TEST has no exception.

Method APPL_LOG_SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NO_LOADING Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20070323
2 Importing I_S_MSG Call by reference Type reference (TYPE) BAL_S_MSG Anwendungs-Log: Daten einer Meldung 20070323

Method APPL_LOG_SAVE on class CL_RSTRAN_RUNTIME_TEST has no exception.

Method ASSERT_EQUALS_TUNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACT Call by reference Type reference (TYPE) ANY 20070512
2 Importing I_EXP Call by reference Type reference (TYPE) ANY 20070512
3 Importing I_IGNORE_HASH_SEQUENCE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20070512
4 Importing I_LEVEL Call by reference Type reference (TYPE) AUNIT_LEVEL IF_AUNIT_CONSTANTS=>CRITICAL 20070512
5 Importing I_MSG Call by reference Type reference (TYPE) CSEQUENCE 20070512
6 Importing I_QUIT Call by reference Type reference (TYPE) AUNIT_FLOWCTRL IF_AUNIT_CONSTANTS=>METHOD 20070512
7 Importing I_RUNTIME Call by reference Type reference (TYPE) RSDDKRUNTIME Validity P 20070512
8 Importing I_TESTTIME Call by reference Type reference (TYPE) RSRMODTIME Last Change to Definition 20070512
9 Importing I_TOL Call by reference Type reference (TYPE) F 20070512
10 Importing I_TUNITID Call by reference Type reference (TYPE) RSTT_TUNITID 20070512
11 Importing I_VARIANTID Call by reference Type reference (TYPE) RSTT_VARIANTID Trace Tool: Variants ID 20070512
12 Returning R_ASSERTION_FAILED Value transfer Type reference (TYPE) ABAP_BOOL 20070512

Method ASSERT_EQUALS_TUNIT on class CL_RSTRAN_RUNTIME_TEST has no exception.

Method ASSERT_INITIAL_TUNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACT Call by reference Type reference (TYPE) ANY 20100913
2 Importing I_LEVEL Call by reference Type reference (TYPE) AUNIT_LEVEL IF_AUNIT_CONSTANTS=>CRITICAL 20100913
3 Importing I_MSG Call by reference Type reference (TYPE) CSEQUENCE 20100913
4 Importing I_QUIT Call by reference Type reference (TYPE) AUNIT_FLOWCTRL IF_AUNIT_CONSTANTS=>METHOD 20100913
5 Importing I_RUNTIME Call by reference Type reference (TYPE) RSDDKRUNTIME Validity P 20100913
6 Importing I_TESTTIME Call by reference Type reference (TYPE) RSRMODTIME Last Change to Definition 20100913
7 Importing I_TUNITID Call by reference Type reference (TYPE) RSTT_TUNITID 20100913
8 Importing I_VARIANTID Call by reference Type reference (TYPE) RSTT_VARIANTID Trace Tool: Variants ID 20100913
9 Returning R_ASSERTION_FAILED Value transfer Type reference (TYPE) ABAP_BOOL 20100913

Method ASSERT_INITIAL_TUNIT on class CL_RSTRAN_RUNTIME_TEST has no exception.

Method ASSERT_NOT_INITIAL_TUNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACT Call by reference Type reference (TYPE) ANY 20070512
2 Importing I_LEVEL Call by reference Type reference (TYPE) AUNIT_LEVEL IF_AUNIT_CONSTANTS=>CRITICAL 20070512
3 Importing I_MSG Call by reference Type reference (TYPE) CSEQUENCE 20070512
4 Importing I_QUIT Call by reference Type reference (TYPE) AUNIT_FLOWCTRL IF_AUNIT_CONSTANTS=>METHOD 20070512
5 Importing I_RUNTIME Call by reference Type reference (TYPE) RSDDKRUNTIME Validity P 20070512
6 Importing I_TESTTIME Call by reference Type reference (TYPE) RSRMODTIME Last Change to Definition 20070512
7 Importing I_TUNITID Call by reference Type reference (TYPE) RSTT_TUNITID 20070512
8 Importing I_VARIANTID Call by reference Type reference (TYPE) RSTT_VARIANTID Trace Tool: Variants ID 20070512
9 Returning R_ASSERTION_FAILED Value transfer Type reference (TYPE) ABAP_BOOL 20070512

Method ASSERT_NOT_INITIAL_TUNIT on class CL_RSTRAN_RUNTIME_TEST has no exception.

Method ASSERT_SUBRC_TUNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACT Call by reference Type reference (TYPE) SYSUBRC 20070512
2 Importing I_EXP Call by reference Type reference (TYPE) SYSUBRC 20070512
3 Importing I_LEVEL Call by reference Type reference (TYPE) AUNIT_LEVEL IF_AUNIT_CONSTANTS=>CRITICAL 20070512
4 Importing I_MSG Call by reference Type reference (TYPE) CSEQUENCE 20070512
5 Importing I_QUIT Call by reference Type reference (TYPE) AUNIT_FLOWCTRL IF_AUNIT_CONSTANTS=>METHOD 20070512
6 Importing I_RUNTIME Call by reference Type reference (TYPE) RSDDKRUNTIME Validity P 20070512
7 Importing I_TESTTIME Call by reference Type reference (TYPE) RSRMODTIME Last Change to Definition 20070512
8 Importing I_TUNITID Call by reference Type reference (TYPE) RSTT_TUNITID 20070512
9 Importing I_VARIANTID Call by reference Type reference (TYPE) RSTT_VARIANTID Trace Tool: Variants ID 20070512
10 Returning R_ASSERTION_FAILED Value transfer Type reference (TYPE) ABAP_BOOL 20070512

Method ASSERT_SUBRC_TUNIT on class CL_RSTRAN_RUNTIME_TEST has no exception.

Method BUILD_DATAPACKAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IS_CUBE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20061206
2 Importing I_IS_TARGET Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080624
3 Importing I_IS_TIME_CUBE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20061213
4 Importing I_T_IOBJ Call by reference Type reference (TYPE) RSD_T_IOBJNM List of InfoObjects 20061206
5 Returning R_R_DATA Value transfer Object reference (TYPE REF TO) CL_RSBK_DATA Datentransferprozess: Datenpaket 20061206

Method BUILD_DATAPACKAGE on class CL_RSTRAN_RUNTIME_TEST has no exception.

Method CALL_TRANSLATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_AMOUNT Value transfer Type reference (TYPE) F Betrag in Zielwährung 20070509
2 Exporting E_RATE Value transfer Type reference (TYPE) RSROA_DF Umrechnungskurs 20070509
3 Exporting E_SCUR Value transfer Type reference (TYPE) RSD_CUKY Quellwährung 20070509
4 Exporting E_TCUR Value transfer Type reference (TYPE) RSD_CUKY Zielwährung 20070509
5 Importing IR_MSG Call by reference Object reference (TYPE REF TO) CL_RSO_MSG Container für Nachrichten 20070509
6 Importing I_AMOUNT Call by reference Type reference (TYPE) F Betrag in Quellwährung 20070509
7 Importing I_CTTNM Call by reference Type reference (TYPE) RSR_CTTNM Währungsumrechnungsart 20070509
8 Importing I_MSG_TYPES Call by reference Type reference (TYPE) STRING 20070509
9 Importing I_PERIV Call by reference Type reference (TYPE) RSW0_PERIV Geschäftsjahresvariante 20070509
10 Importing I_RATE Call by reference Type reference (TYPE) F 20070509
11 Importing I_SCUR Call by reference Type reference (TYPE) RSD_CUKY Quellwährung 20070509
12 Importing I_SCUR_IOBJVL Call by reference Type reference (TYPE) RSD_CHAVL IObj-Wert z. Best. der Quellwährung 20070509
13 Importing I_TCUR Call by reference Type reference (TYPE) RSD_CUKY Zielwährung 20070509
14 Importing I_TCUR_IOBJVL Call by reference Type reference (TYPE) RSD_CHAVL IObj-Wert z. Best. der Zielwährung 20070509
15 Importing I_TIME_IOBJVL Call by reference Type reference (TYPE) RSD_CHAVL IObj-Wert zur Bestimmung des Zeitpunktes 20070509
16 Importing I_VDATE Call by reference Type reference (TYPE) SYDATUM Aktuelles Datum des Applikationsservers 20070509

Method CALL_TRANSLATION on class CL_RSTRAN_RUNTIME_TEST has no exception.

Method CHECK_CLIENT Signature

Method CHECK_CLIENT on class CL_RSTRAN_RUNTIME_TEST has no parameter.
Method CHECK_CLIENT on class CL_RSTRAN_RUNTIME_TEST has no exception.

Method CHECK_DATAPACKAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FALSE_POSITIVE Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20100913
2 Importing I_R_DATA Call by reference Object reference (TYPE REF TO) CL_RSBK_DATA Datentransferprozess: Datenpaket 20061206
3 Importing I_R_DATA_CHECK Call by reference Object reference (TYPE REF TO) CL_RSBK_DATA Datentransferprozess: Datenpaket 20070122
4 Importing I_T_CONTENT Call by reference Type reference (TYPE) RSTRAN_T_DP_CONTENT Tabelle mit InfoObject - Inhalt Mapping für Datenpaket 20061206

Method CHECK_DATAPACKAGE on class CL_RSTRAN_RUNTIME_TEST has no exception.

Method CHECK_NO_IOBJ_CREATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IOBJNM Call by reference Type reference (TYPE) ANY 20070511
2 Returning R_NO_IOBJ_CREATION Value transfer Type reference (TYPE) RS_BOOL Boolean 20070511

Method CHECK_NO_IOBJ_CREATION on class CL_RSTRAN_RUNTIME_TEST has no exception.

Method CHECK_SKIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TESTGROUP Call by reference Type reference (TYPE) I 20070511
2 Importing I_TESTNR Call by reference Type reference (TYPE) I 20070511
3 Returning R_SKIP Value transfer Type reference (TYPE) RS_BOOL Boolean 20070511

Method CHECK_SKIP on class CL_RSTRAN_RUNTIME_TEST has no exception.

Method CHECK_TARGET_IS_CUBE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TARGET_IS_CUBE Value transfer Type reference (TYPE) RS_BOOL Boolean 20080624

Method CHECK_TARGET_IS_CUBE on class CL_RSTRAN_RUNTIME_TEST has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_RSTRAN_RUNTIME_TEST has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSTRAN_RUNTIME_TEST has no exception.

Method COMPUTE_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_TEST Call by reference Type reference (TYPE) RSTRAN_R_TEST UnitTest Transformation Runtime 20070424
2 Importing I_VALUE Call by reference Type reference (TYPE) CHAR_50 Wert des aktuellen Feldes 20070424
3 Returning R_VALUE Value transfer Type reference (TYPE) CHAR_50 Berechneter Wert 20070424

Method COMPUTE_VALUE on class CL_RSTRAN_RUNTIME_TEST has no exception.

Method EXECUTE_TEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FALSE_POSITIVE Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20100913
2 Importing I_TESTGROUP Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20070220
3 Importing I_TESTNR Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20070220

Method EXECUTE_TEST on class CL_RSTRAN_RUNTIME_TEST has no exception.

Method FILL_DATAPACKAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_DATA Call by reference Object reference (TYPE REF TO) CL_RSBK_DATA Datentransferprozess: Datenpaket 20061206
2 Importing I_T_CONTENT Call by reference Type reference (TYPE) RSTRAN_T_DP_CONTENT Tabelle mit InfoObject - Inhalt Mapping für Datenpaket 20061206
3 Returning R_R_DATA Value transfer Object reference (TYPE REF TO) CL_RSBK_DATA Datentransferprozess: Datenpaket 20061206

Method FILL_DATAPACKAGE on class CL_RSTRAN_RUNTIME_TEST has no exception.

Method FILTER_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IS_TIME_CUBE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20061213
2 Importing I_T_IOBJ Call by reference Type reference (TYPE) RSD_T_IOBJNM List of InfoObjects 20061207
3 Returning R_T_IOBJ Value transfer Type reference (TYPE) RSD_T_IOBJNM List of InfoObjects 20061207

Method FILTER_TIME on class CL_RSTRAN_RUNTIME_TEST has no exception.

Method FILTER_UNITS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_IOBJ Call by reference Type reference (TYPE) RSD_T_IOBJNM List of InfoObjects 20061207
2 Returning R_T_IOBJ Value transfer Type reference (TYPE) RSD_T_IOBJNM List of InfoObjects 20061207

Method FILTER_UNITS on class CL_RSTRAN_RUNTIME_TEST has no exception.

Method GET_IOBJTP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IOBJNM Call by reference Type reference (TYPE) RSIOBJNM InfoObject 20061207
2 Returning R_IOBJTP Value transfer Type reference (TYPE) RSIOBJTP Typ eines InfoObjects 20061207
# Exception Resumable Description Created on
1 CX_RSTRAN_NOT_FOUND Objekt nicht gefunden 20061207

Method GET_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TESTGROUP Call by reference Type reference (TYPE) I 20070521
2 Importing I_TESTNR Call by reference Type reference (TYPE) I 20070521

Method GET_METADATA on class CL_RSTRAN_RUNTIME_TEST has no exception.

Method GET_TIME_IOBJS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_IOBJ Value transfer Type reference (TYPE) RSD_T_IOBJNM List of InfoObjects 20070511

Method GET_TIME_IOBJS on class CL_RSTRAN_RUNTIME_TEST has no exception.

Method GET_TUNITID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TESTGROUP Call by reference Type reference (TYPE) I 20070511
2 Importing I_TESTNR Call by reference Type reference (TYPE) I 20070511
3 Returning R_TUNITID Value transfer Type reference (TYPE) CHAR30 ID einer Testeinheit 20070511

Method GET_TUNITID on class CL_RSTRAN_RUNTIME_TEST has no exception.

Method GET_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SOURCE Call by reference Type reference (TYPE) ABAP_BOOL 20061206
2 Importing I_TESTGROUP Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20061219
3 Importing I_TESTNR Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20061219
4 Returning R_T_CONTENT Value transfer Type reference (TYPE) RSTRAN_T_DP_CONTENT Tabelle mit InfoObject - Inhalt Mapping für Datenpaket 20061206

Method GET_VALUES on class CL_RSTRAN_RUNTIME_TEST has no exception.

Method HANDLE_SETTINGS Signature

Method HANDLE_SETTINGS on class CL_RSTRAN_RUNTIME_TEST has no parameter.
Method HANDLE_SETTINGS on class CL_RSTRAN_RUNTIME_TEST has no exception.

Method PREPARE Signature

Method PREPARE on class CL_RSTRAN_RUNTIME_TEST has no parameter.
Method PREPARE on class CL_RSTRAN_RUNTIME_TEST has no exception.

Method PREPARE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TESTGROUP Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20070220
2 Importing I_TESTNR Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20070220

Method PREPARE_DATA on class CL_RSTRAN_RUNTIME_TEST has no exception.

Method RUN_TRANSFORMATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_INBOUND Call by reference Object reference (TYPE REF TO) CL_RSBK_DATA Datentransferprozess: Datenpaket 20061206
2 Importing I_R_OUTBOUND Call by reference Object reference (TYPE REF TO) CL_RSBK_DATA Datentransferprozess: Datenpaket 20061206
3 Returning R_R_OUTBOUND Value transfer Object reference (TYPE REF TO) CL_RSBK_DATA Datentransferprozess: Datenpaket 20061206

Method RUN_TRANSFORMATION on class CL_RSTRAN_RUNTIME_TEST has no exception.

Method SORT_DATAPACKAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FILTER_TIME Call by reference Type reference (TYPE) ABAP_BOOL Times aus Liste löschen? 20061207
2 Importing I_FILTER_UNITS Call by reference Type reference (TYPE) ABAP_BOOL Units aus Liste löschen? 20061207
3 Importing I_T_IOBJ Call by reference Type reference (TYPE) RSD_T_IOBJNM List of InfoObjects 20061206
4 Returning R_T_IOBJ Value transfer Type reference (TYPE) RSD_T_IOBJNM List of InfoObjects 20061206

Method SORT_DATAPACKAGE on class CL_RSTRAN_RUNTIME_TEST has no exception.

Method TEST_STARTED Signature

Method TEST_STARTED on class CL_RSTRAN_RUNTIME_TEST has no parameter.
Method TEST_STARTED on class CL_RSTRAN_RUNTIME_TEST has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 710