SAP ABAP Class CL_RSTRAN_STEP_SIMPLE (Rule Step: Simple Transformatin (Superior Class))
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DST (Application Component) Data Staging
⤷
RSTRAN (Package) Transformation
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSTRAN_STEP | Rule Step of a Transformation (Superior Class) | 20041022 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSTRAN_STEP_CURRUNIT | Superior Class for Units and Currency Conversion | 20050120 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_RSTRAN_STEP_DIRECT | Rule Step: Direct or MOVE | 20041022 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_RSTRAN_STEP_HIER | Hierarchy Rule Step | 20060314 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_RSTRAN_STEP_HIER_SPLIT | Hierarchy Split | 20090302 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_RSTRAN_STEP_IOBJ | Rule Step: InfoObject Assignment | 20051228 |
| 6 | Inheritance (c INHERITING FROM c_ref) | CL_RSTRAN_STEP_IOBJ_ROUT | InfoObject Routine Rule Step | 20060314 |
| 7 | Inheritance (c INHERITING FROM c_ref) | CL_RSTRAN_STEP_SID | Rule Step: SID | 20041130 |
| 8 | Inheritance (c INHERITING FROM c_ref) | CL_RSTRAN_STEP_TIME | Rule: Time Characteristics | 20041022 |
Properties
| Class | CL_RSTRAN_STEP_SIMPLE | |
| Short Description | Rule Step: Simple Transformatin (Superior Class) | |
| Super Class | CL_RSTRAN_STEP | Rule Step of a Transformation (Superior Class) |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSTRAN | Transformation |
| Created | 20041022 | 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_STEP_SIMPLE has no interface implemented.
Friends
Class CL_RSTRAN_STEP_SIMPLE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | TY_T_MAPPING | Mapping Table | 20041022 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20041022 | ||
| 2 | Instance method | Private | Method | Creating Default Mapping | 20041022 | |
| 3 | Instance method | Public | Method | Transfer of Mapping for Rule Step | 20041022 | |
| 4 | Instance method | Public | Method | Step Mapping | 20050421 |
Events
Class CL_RSTRAN_STEP_SIMPLE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_MAPPING | Public | See coding | 20050421 | BEGIN OF ty_s_mapping,
sourceid TYPE rstran_paramid,
targetid TYPE rstran_paramid,
END OF ty_s_mapping
|
||
| 2 | TY_T_MAPPING | Public | See coding | 20050421 | ty_t_mapping TYPE STANDARD TABLE OF ty_s_mapping WITH NON-UNIQUE DEFAULT KEY
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MODUS | Call by reference | Type reference (TYPE) | RS_MODUS | RS_C_MODUS-DISPLAY | 20041126 | |||
| 2 | I_NEW | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20070828 | ||
| 3 | I_OBJVERS | Call by reference | Type reference (TYPE) | RSOBJVERS | Objektversion | 20041022 | |||
| 4 | I_RULEID | Call by reference | Type reference (TYPE) | RSTRAN_RULEID | Nummer einer Regel innerhalb einer Transformation | 20041022 | |||
| 5 | I_R_TRFN_RULE | Call by reference | Object reference (TYPE REF TO) | CL_RSTRAN_TRFN_RULE | Regel | 20091021 | |||
| 6 | I_R_TRFN_TLOGO | Call by reference | Object reference (TYPE REF TO) | CL_RSTRAN_TRFN | Transformation | 20091021 | |||
| 7 | I_R_TRFN_VERS | Call by reference | Object reference (TYPE REF TO) | CL_RSTRAN_TRFN_VERS | Transformation-Version | 20091021 | |||
| 8 | I_STEPID | Call by reference | Type reference (TYPE) | RSTRAN_STEPID | ID eines Regelschrittes | 20041022 | |||
| 9 | I_S_SOURCE | Call by reference | Type reference (TYPE) | RSTRAN_S_TLOGO | BW Repository: TLOGO Objekt, Typ und Typ der Assoziation | 20041214 | |||
| 10 | I_S_TARGET | Call by reference | Type reference (TYPE) | RSTRAN_S_TLOGO | BW Repository: TLOGO Objekt, Typ und Typ der Assoziation | 20041214 | |||
| 11 | I_TRANID | Call by reference | Type reference (TYPE) | RSTRANID | TransformationsId | 20041022 | |||
| 12 | I_T_FIELD_SOURCE | Call by reference | Type reference (TYPE) | RSTRAN_T_STEP_FIELD | Parameter eines Regelschrittes | 20041022 | |||
| 13 | I_T_FIELD_TARGET | Call by reference | Type reference (TYPE) | RSTRAN_T_STEP_FIELD | Parameter eines Regelschrittes | 20041022 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlerhafte Eingabe | 20041217 |
Method CREATE_DEFAULT Signature
Method CREATE_DEFAULT on class CL_RSTRAN_STEP_SIMPLE has no parameter.
Method CREATE_DEFAULT on class CL_RSTRAN_STEP_SIMPLE has no exception.
Method FILL_MAPPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_MAPPING | Call by reference | Type reference (TYPE) | RSTRAN_T_MAPPING | Mappingtabelle | 20041022 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlerhafte Eingabe | 20041022 |
Method GET_STEP_MAPPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_STEP_MAPPING | Value transfer | Type reference (TYPE) | TY_T_MAPPING | 20050421 |
Method GET_STEP_MAPPING on class CL_RSTRAN_STEP_SIMPLE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 700 |