SAP ABAP Class CL_RSTRAN_UTEST_AGGR (Unit-Test: Aggregation von schlüsselgleichen Sätzen)
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_AGGR | |
| Short Description | Unit-Test: Aggregation von schlüsselgleichen Sätzen | |
| 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 | 20071210 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSTRAN_UTEST_AGGR has no interface implemented.
Friends
Class CL_RSTRAN_UTEST_AGGR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_RSTRAN_UTEST_SCEN_GEN | 20080211 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Test Method for ABAP Unit | 20080211 | ||
| 2 | Instance method | Protected | Method | 20080211 | ||
| 3 | Instance method | Private | Method | 20080211 | ||
| 4 | Instance method | Protected | Method | 20080211 | ||
| 5 | Instance method | Protected | Method | 20080211 | ||
| 6 | Instance method | Protected | Method | 20080211 |
Events
Class CL_RSTRAN_UTEST_AGGR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_S_COMP | Protected | See coding | 20080211 | BEGIN OF t_s_comp,
/BIC/ZT_AGC01 TYPE char32,
RECORDMODE TYPE RODMUPDMOD,
/BIC/ZT_AGC02 TYPE char32,
/BIC/ZT_AGK01 TYPE int4,
/BIC/ZT_AGK02 TYPE int4,
END OF t_s_comp
|
||
| 2 | T_S_SRC | Protected | See coding | 20080211 | BEGIN OF t_s_src,
/BIC/ZT_AGC01 TYPE char32,
RECORDMODE TYPE RODMUPDMOD,
/BIC/ZT_AGC02 TYPE char32,
/BIC/ZT_AGK01 TYPE int4,
/BIC/ZT_AGK02 TYPE int4,
record TYPE int4,
END OF t_s_src
|
||
| 3 | T_S_TGT | Protected | See coding | 20080211 | BEGIN OF t_s_tgt,
SID TYPE rssid,
DATAPAKID TYPE rsdatapid,
RECORD TYPE rsarecord,
/BIC/ZT_AGC01 TYPE char32,
RECORDMODE TYPE RODMUPDMOD,
/BIC/ZT_AGC02 TYPE char32,
/BIC/ZT_AGK01 TYPE int4,
/BIC/ZT_AGK02 TYPE int4,
END OF t_s_tgt
|
||
| 4 | T_S_TGT_COMP | Protected | Type reference (TYPE) | T_S_COMP | 20080211 | |
|
| 5 | T_TX_COMP | Protected | See coding | 20080211 | t_tx_comp TYPE TABLE OF t_t_comp WITH DEFAULT KEY
|
||
| 6 | T_TX_SRC | Protected | See coding | 20080211 | t_tx_src TYPE TABLE OF t_t_src WITH DEFAULT KEY
|
||
| 7 | T_T_COMP | Protected | See coding | 20080211 | t_t_comp TYPE TABLE OF t_s_comp WITH DEFAULT KEY
|
||
| 8 | T_T_SRC | Protected | See coding | 20080211 | t_t_src TYPE TABLE OF t_s_src WITH DEFAULT KEY
|
||
| 9 | T_T_TGT | Protected | See coding | 20080211 | t_t_tgt TYPE TABLE OF t_s_tgt WITH DEFAULT KEY
|
||
| 10 | T_T_TGT_COMP | Protected | Type reference (TYPE) | T_T_COMP | 20080211 | |
Method Signatures
Method TEST_SCENARIO Signature
Method TEST_SCENARIO on class CL_RSTRAN_UTEST_AGGR has no parameter.
Method TEST_SCENARIO on class CL_RSTRAN_UTEST_AGGR has no exception.
Method _CREATE_SCENARIO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_SCENDESCR | Call by reference | Object reference (TYPE REF TO) | CL_RSTRAN_UTEST_SCEN_DESCR | Scenario-Beschreibung für Unit-Tests | 20080211 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generierungsfehler | 20080211 |
Method _CREATE_TEST_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TX_COMP | Call by reference | Type reference (TYPE) | T_TX_COMP | 20080211 | ||||
| 2 | E_TX_SRC | Call by reference | Type reference (TYPE) | T_TX_SRC | 20080211 |
Method _CREATE_TEST_DATA on class CL_RSTRAN_UTEST_AGGR has no exception.
Method _GET_SCENARIO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_SCENDESCR | Value transfer | Type reference (TYPE) | RSTRAN_T_SCENDESCR | Liste von Szenarionbeschreibungen | 20080211 |
Method _GET_SCENARIO on class CL_RSTRAN_UTEST_AGGR has no exception.
Method _PREPARE_RUNTIME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_R_INBOUND_PACKAGE | Call by reference | Object reference (TYPE REF TO) | CL_RSBK_DATA | Datentransferprozess: Datenpaket | 20080211 | |||
| 2 | E_R_OUTBOUND_PACKAGE | Call by reference | Object reference (TYPE REF TO) | CL_RSBK_DATA | Datentransferprozess: Datenpaket | 20080211 | |||
| 3 | E_R_TRAN_RUNTIME | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20080211 | ||||
| 4 | I_OBJNM_SRC | Call by reference | Type reference (TYPE) | SOBJ_NAME | Objekt | 20080211 | |||
| 5 | I_OBJNM_TGT | Call by reference | Type reference (TYPE) | SOBJ_NAME | Objekt | 20080211 | |||
| 6 | I_TLOGO_SRC | Call by reference | Type reference (TYPE) | RS_TLOGO | BW: Objekttyp (TLOGO) | 20080211 | |||
| 7 | I_TLOGO_TGT | Call by reference | Type reference (TYPE) | RSTLOGO | BW: Objekttyp (TLOGO) | 20080211 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exceptionklasse Transformation | 20080211 | ||
| 2 | BW: Allgemeine Fehlerklasse | 20080211 | ||
| 3 | DTP-Request: Step fehlerhaft | 20080211 |
Method _RUN_TEST_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_INBOUND | Call by reference | Object reference (TYPE REF TO) | CL_RSBK_DATA | Datentransferprozess: Datenpaket | 20080211 | |||
| 2 | I_R_OUTBOUND | Call by reference | Object reference (TYPE REF TO) | CL_RSBK_DATA | Datentransferprozess: Datenpaket | 20080211 | |||
| 3 | I_R_TRAN_RUNTIME | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20080211 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BW: Allgemeine Fehlerklasse | 20080211 | ||
| 2 | 20080211 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 720 |