SAP ABAP Class CL_RSTRAN_BUILD (Automatic Generation of Transformations)
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_MASTER | Transformation Back End (Model) | 20060307 |
Properties
| Class | CL_RSTRAN_BUILD | |
| Short Description | Automatic Generation of Transformations | |
| Super Class | CL_RSTRAN_MASTER | Transformation Back End (Model) |
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSTRAN | Transformation |
| Created | 20060307 | 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) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSTRAN_BUILD has no interface implemented.
Friends
Class CL_RSTRAN_BUILD has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Boolean | 20060922 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | RSO_S_TLOGO_OWNED_BY | Parent TLOGO Object (which current object belongs to) | 20060530 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | TY_TH_BUILD | Reference to a Model Object | 20060307 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Activating a Transformation | 20060307 | |
| 2 | Instance method | Private | Constructor | 20060307 | ||
| 3 | Instance method | Public | Method | Creating a Transformation | 20060307 | |
| 4 | Instance method | Public | Method | Deleting a Transformation | 20060307 | |
| 5 | Static method | Public | Method | Factory | 20060307 | |
| 6 | Instance method | Public | Method | Returns ID of transformation | 20100305 | |
| 7 | Instance method | Public | Method | Saving a Transformation | 20060307 | |
| 8 | Instance method | Private | Method | Refreshing the Transformation | 20060317 |
Events
Class CL_RSTRAN_BUILD has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_BUILD | Private | See coding | 20060307 | BEGIN OF ty_s_build,
tranid TYPE rstranid,
r_build TYPE REF TO cl_rstran_build,
END OF ty_s_build
|
||
| 2 | TY_TH_BUILD | Private | See coding | 20060307 | ty_th_build TYPE HASHED TABLE OF ty_s_build
WITH UNIQUE KEY tranid
|
Method Signatures
Method ACTIVATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_SUBRC | Call by reference | Type reference (TYPE) | SY-SUBRC | Rückgabewert von ABAP-Anweisungen | 20060317 | |||
| 2 | I_WITH_CTO | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | CTO Flag | 20080804 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Abbruch durch den Benutzer (Dialog) | 20060317 | ||
| 2 | Exception mit Meldung | 20060317 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CURRUNIT_ALLOWED | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20060922 | ||
| 2 | I_S_OWNED_BY | Call by reference | Type reference (TYPE) | RSO_S_TLOGO_OWNED_BY | Übergeordnetes TLOGO Objekt (dem das aktuelle Objekt gehört) | 20060529 | |||
| 3 | I_S_SOURCE | Call by reference | Type reference (TYPE) | RSTRAN_S_TLOGO | 20060307 | ||||
| 4 | I_S_TARGET | Call by reference | Type reference (TYPE) | RSTRAN_S_TLOGO | 20060307 | ||||
| 5 | I_TRANID | Call by reference | Type reference (TYPE) | RSTRANID | 20060307 | ||||
| 6 | I_WITH_CTO | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | 20081002 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Abbruch durch den Benutzer (Dialog) | 20060307 | ||
| 2 | Objekt darf nur angezeigt, nicht aber bearbeitet werden | 20060307 | ||
| 3 | Exception mit Meldung | 20060307 | ||
| 4 | Fehlerhafte Eingabe | 20060307 | ||
| 5 | Keine Berechtigung | 20060307 | ||
| 6 | Objekt nicht gefunden | 20060307 |
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_SUBRC | Call by reference | Type reference (TYPE) | SYSUBRC | Rückgabewert von ABAP-Anweisungen | 20060307 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Abbruch durch den Benutzer (Dialog) | 20060307 |
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_SUBRC | Call by reference | Type reference (TYPE) | SYSUBRC | Rückgabewert von ABAP-Anweisungen | 20060307 | |||
| 2 | I_WITH_CTO | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | = 'X'. Mit Transportwesen | 20081002 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Abbruch durch den Benutzer (Dialog) | 20060307 |
Method FACTORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CURRUNIT_ALLOWED | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20060922 | ||
| 2 | I_S_OWNED_BY | Call by reference | Type reference (TYPE) | RSO_S_TLOGO_OWNED_BY | Übergeordnetes TLOGO Objekt (dem das aktuelle Objekt gehört) | 20060529 | |||
| 3 | I_S_SOURCE | Call by reference | Type reference (TYPE) | RSTRAN_S_TLOGO | BW Repository: TLOGO Objekt, Typ und Typ der Assoziation | 20060307 | |||
| 4 | I_S_TARGET | Call by reference | Type reference (TYPE) | RSTRAN_S_TLOGO | BW Repository: TLOGO Objekt, Typ und Typ der Assoziation | 20060307 | |||
| 5 | I_TRANID | Call by reference | Type reference (TYPE) | RSTRANID | TransformationsId | 20060307 | |||
| 6 | I_WITH_CTO | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | = 'X'. Mit Transportwesen | 20081002 | ||
| 7 | R_R_TRAN | Value transfer | Object reference (TYPE REF TO) | CL_RSTRAN_BUILD | Automatisches erzeugen von Transformationen | 20060307 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Abbruch durch den Benutzer (Dialog) | 20060307 | ||
| 2 | Objekt darf nur angezeigt, nicht aber bearbeitet werden | 20060307 | ||
| 3 | Exception mit Meldung | 20060307 | ||
| 4 | Fehlerhafte Eingabe | 20060307 | ||
| 5 | Keine Berechtigung | 20060307 | ||
| 6 | Objekt nicht gefunden | 20060307 |
Method GET_TRANID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TRANID | Value transfer | Type reference (TYPE) | RSTRANID | TransformationsId | 20100305 |
Method GET_TRANID on class CL_RSTRAN_BUILD has no exception.
Method SAVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_SUBRC | Call by reference | Type reference (TYPE) | SY-SUBRC | Rückgabewert von ABAP-Anweisungen | 20060317 | |||
| 2 | I_WITH_CTO | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | CTO Flag | 20080804 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception mit Meldung | 20060317 |
Method UPDATE_TRFN Signature
Method UPDATE_TRFN on class CL_RSTRAN_BUILD has no parameter.
Method UPDATE_TRFN on class CL_RSTRAN_BUILD has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |