SAP ABAP Class CL_RSTRAN_T_TEST (Single Rule Test)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DST (Application Component) Data Staging
⤷
RSTRAN_T (Package) Single Rule Test

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSTRAN_GEN_ROOT | Types for Gen. Framework | 20060130 |
Properties
Class | CL_RSTRAN_T_TEST | |
Short Description | Single Rule Test | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSTRAN_T | Single Rule Test |
Created | 20060116 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_RSTRAN_GEN_ROOT | Types for Gen. Framework | 20060130 |
Friends
Class CL_RSTRAN_T_TEST has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | SPO_FATTR | '04' | 20060205 | ||
2 | ![]() |
Constant | Private | Type reference (TYPE) | SPO_FATTR | '02' | 20060208 | ||
3 | ![]() |
Constant | Private | Type reference (TYPE) | SPO_FATTR | '01' | 20060207 | ||
4 | ![]() |
Constant | Private | Type reference (TYPE) | SPO_FATTR | '03' | 20060207 | ||
5 | ![]() |
Constant | Private | Type reference (TYPE) | SPO_FATTR | '05' | 20060207 | ||
6 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSTRAN_MAINTAIN | 20060131 | |||
7 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_RSTRAN_T_TEST | Reference to Object that Popup called | 20060131 | ||
8 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSTRAN_TRFN_RULE_PROXY | 20060131 | |||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSFOB_T_SVAL | Fields for Popup_Get_Values | 20060202 | ||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_T_FIELD_MAP | 20120723 | |||
11 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_T_OBJECTS | Table with created Objects from CL_RSTRAN_T_TEST | 20060131 | ||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | IF_RSTRAN_GEN_ROOT=>TY_T_RULEID | Additional Rules for Executing Test | 20080904 | ||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSTRAN_T_RULE_REF | Rule References of Additional Rules for Executing Test | 20080904 | ||
14 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSTRAN_TX_MAPPED_FIELD | Table with Source Fields of Rule | 20060131 | ||
15 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSTRAN_TX_MAPPED_FIELD | Table with Target Fields of Rule | 20060131 | ||
16 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSTRAN_RULEID | Number of Rule Within a Transformation | 20060205 | ||
17 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSTRANID | Transformation ID | 20060205 |
Methods
Events
Class CL_RSTRAN_T_TEST has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_FIELD_MAP | Private | See coding | 20120723 | BEGIN OF ty_s_field_map,
in TYPE ty_s_field_prop,
out TYPE ty_s_field_prop,
END OF ty_s_field_map
|
||
2 | TY_S_FIELD_PROP | Private | See coding | 20120723 | BEGIN OF ty_s_field_prop,
segid TYPE rstran_s_field-segid,
name TYPE fieldname,
type TYPE inttype,
datatype TYPE rsdatatype,
rollname TYPE rollname,
length TYPE intlen,
dec TYPE decimals,
END OF ty_s_field_prop
|
||
3 | TY_S_OBJECTS | Private | See coding | 20060131 | BEGIN OF ty_s_objects,
tranid TYPE rstranid,
ruleid TYPE rstran_ruleid,
* trfn_rule_proxy TYPE REF TO cl_rstran_trfn_rule_proxy,
* maintain TYPE REF TO cl_rstran_maintain,
object TYPE REF TO cl_rstran_t_test,
trfn_rule TYPE REF TO cl_rstran_trfn_rule,
guid TYPE rssguid25,
runtime TYPE REF TO object,
END OF ty_s_objects
|
||
4 | TY_T_FIELD_MAP | Private | See coding | 20120723 | ty_t_field_map TYPE STANDARD TABLE OF ty_s_field_map WITH NON-UNIQUE DEFAULT KEY
|
||
5 | TY_T_OBJECTS | Private | See coding | 20060131 | ty_t_objects TYPE TABLE OF ty_s_objects WITH KEY tranid
ruleid
|
Method Signatures
Method CALL_UI Signature
Method CALL_UI on class CL_RSTRAN_T_TEST has no parameter.
Method CALL_UI on class CL_RSTRAN_T_TEST has no exception.
Method CHECK_TEST_GEN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_TEST_GEN | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20071130 |
Method CHECK_TEST_GEN on class CL_RSTRAN_T_TEST has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_RSTRAN_T_TEST has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSTRAN_T_TEST has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_MAINTAIN | Value transfer | Object reference (TYPE REF TO) | CL_RSTRAN_MAINTAIN | 20060116 | |||
2 | ![]() |
I_R_TRFN_RULE_PROXY | Value transfer | Object reference (TYPE REF TO) | CL_RSTRAN_TRFN_RULE_PROXY | 20060116 | |||
3 | ![]() |
I_TEST_RULEID | Call by reference | Type reference (TYPE) | RSTRAN_RULEID | Nummer einer Regel innerhalb einer Transformation | 20091012 |
Method CONSTRUCTOR on class CL_RSTRAN_T_TEST has no exception.
Method DEL_DDIC_STRU Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_V_DAYS | Call by reference | Type reference (TYPE) | N | Anzahl Tage nach denen DDIC Strukturen gelöscht werden | 20060205 |
Method DEL_DDIC_STRU on class CL_RSTRAN_T_TEST has no exception.
Method DEL_DDIC_STRU_BY_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20071121 | ||
2 | ![]() |
R_RC | Value transfer | Type reference (TYPE) | SY-SUBRC | Rückgabewert von ABAP-Anweisungen | 20071121 |
Method DEL_DDIC_STRU_BY_NAME on class CL_RSTRAN_T_TEST has no exception.
Method GEN_DDIC_STRU Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_T_FIELDS | Call by reference | Type reference (TYPE) | RSTRAN_TX_MAPPED_FIELD | Quell-/Zielstrukturfeld einer Regel | 20060124 | ||
2 | ![]() |
I_V_TYPE_IO | Call by reference | Type reference (TYPE) | C | 20060124 | |||
3 | ![]() |
R_V_TABNAME | Value transfer | Type reference (TYPE) | TABNAME | Tabellenname | 20060124 |
Method GEN_DDIC_STRU on class CL_RSTRAN_T_TEST has no exception.
Method GEN_FIELDTABLE_FOR_POPUP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_T_FIELDS | Value transfer | Type reference (TYPE) | RSFOB_T_SVAL | Schnittstelle für Fugr SPO4 | 20060119 |
Method GEN_FIELDTABLE_FOR_POPUP on class CL_RSTRAN_T_TEST has no exception.
Method GEN_RUNTIME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_FIELDS | Call by reference | Type reference (TYPE) | RSFOB_T_SVAL | Schnittstelle für Fugr SPO4 | 20060119 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
DTP-Request: Step fehlerhaft | 20090826 |
Method GET_DOCU_FOR_FIELD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_V_FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | Feldname | 20060209 | ||
2 | ![]() |
I_V_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20060209 |
Method GET_DOCU_FOR_FIELD on class CL_RSTRAN_T_TEST has no exception.
Method GET_FORCE_GEN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_FORCE_GEN | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20060925 |
Method GET_FORCE_GEN on class CL_RSTRAN_T_TEST has no exception.
Method GET_MAINTAIN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_R_MAINTAIN | Value transfer | Object reference (TYPE REF TO) | CL_RSTRAN_MAINTAIN | Pflegeschicht der Transformation | 20060201 |
Method GET_MAINTAIN on class CL_RSTRAN_T_TEST has no exception.
Method GET_OBJECT_BY_GUID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_V_GUID | Call by reference | Type reference (TYPE) | RSSGUID25 | BW Generierungs-Tool: GUID in komprimierter Form (CHAR25) | 20060201 | ||
2 | ![]() |
R_R_OBJECT | Value transfer | Object reference (TYPE REF TO) | CL_RSTRAN_T_TEST | Einzelregeltest | 20060201 |
Method GET_OBJECT_BY_GUID on class CL_RSTRAN_T_TEST has no exception.
Method GET_PARAMETERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_T_PARAMETERS | Call by reference | Type reference (TYPE) | IF_RSTRAN_GEN_ROOT=>TY_T_CALL_DYN | 20060130 | |||
2 | ![]() |
I_REPLACE | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20120723 |
Method GET_PARAMETERS on class CL_RSTRAN_T_TEST has no exception.
Method GET_TRFN_RULE_PROXY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_T_TRFN_RULE_PROXY | Value transfer | Type reference (TYPE) | RSTRAN_T_RULE_REF | Regeln für Einzeltest ausführung ( inkl. abhänigiger) | 20080904 |
Method GET_TRFN_RULE_PROXY on class CL_RSTRAN_T_TEST has no exception.
Method GET_TRFN_RULE_PROXY_MAIN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_R_TRFN_RULE_PROXY | Value transfer | Object reference (TYPE REF TO) | CL_RSTRAN_TRFN_RULE_PROXY | Proxy-Klasse für Regeln | 20080904 |
Method GET_TRFN_RULE_PROXY_MAIN on class CL_RSTRAN_T_TEST has no exception.
Method PERFORM_RUNTIME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_FIELDS | Call by reference | Type reference (TYPE) | RSFOB_T_SVAL | Felder für Popup_Get_Values | 20060119 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
DTP-Request: Step fehlerhaft | 20090826 |
Method SHOW_DOCU_FOR_FIELD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_V_FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | Feldname | 20060209 | ||
2 | ![]() |
I_V_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20060209 |
Method SHOW_DOCU_FOR_FIELD on class CL_RSTRAN_T_TEST has no exception.
Method SIMULATE_ALLOWED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_RULE_PROXY | Call by reference | Object reference (TYPE REF TO) | CL_RSTRAN_TRFN_RULE_PROXY | Proxy-Klasse für Regeln | 20061017 | ||
2 | ![]() |
RE_IS_ALLOWED | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20061017 |
Method SIMULATE_ALLOWED on class CL_RSTRAN_T_TEST has no exception.
Method TEST_RULE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_MAINTAIN | Call by reference | Object reference (TYPE REF TO) | CL_RSTRAN_MAINTAIN | Pflegeschicht der Transformation | 20060119 | ||
2 | ![]() |
I_R_TRFN_RULE_PROXY | Call by reference | Object reference (TYPE REF TO) | CL_RSTRAN_TRFN_RULE_PROXY | Proxy-Klasse für Regeln | 20060119 |
Method TEST_RULE on class CL_RSTRAN_T_TEST has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 710 |