SAP ABAP Class CL_RSTRAN_READ_DB (Database Class of Transformation)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DST (Application Component) Data Staging
⤷
RSTRAN (Package) Transformation
⤷
⤷
Properties
| Class | CL_RSTRAN_READ_DB | |
| Short Description | Database Class of Transformation | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSTRAN | Transformation |
| Created | 20050801 | 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_READ_DB has no interface implemented.
Friends
Class CL_RSTRAN_READ_DB 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 | 20050802 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | TY_TH_TRANID | 20050802 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | RSTRANID | Transformation ID | 20050802 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | TY_T_RSTRAN | 20050802 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | TY_T_RSTRANFIELD | 20050802 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | TY_T_RSTRANGROUPT | 20050802 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | TY_T_RSTRANROUTMAP | 20050802 | ||||
| 8 | Instance attribute | Private | Type reference (TYPE) | TY_T_RSTRANRULE | 20050802 | ||||
| 9 | Instance attribute | Private | Type reference (TYPE) | TY_T_RSTRANRULESTEP | 20050802 | ||||
| 10 | Instance attribute | Private | Type reference (TYPE) | TY_T_RSTRANRULET | 20050802 | ||||
| 11 | Instance attribute | Private | Type reference (TYPE) | TY_T_RSTRANSTEPCNST | 20050802 | ||||
| 12 | Instance attribute | Private | Type reference (TYPE) | TY_T_RSTRANSTEPMAP | 20050802 | ||||
| 13 | Instance attribute | Private | Type reference (TYPE) | TY_T_RSTRANSTEPMASTER | 20050802 | ||||
| 14 | Instance attribute | Private | Type reference (TYPE) | TY_T_RSTRANSTEPMOVE | 20050802 | ||||
| 15 | Instance attribute | Private | Type reference (TYPE) | TY_T_RSTRANSTEPROUT | 20050802 | ||||
| 16 | Instance attribute | Private | Type reference (TYPE) | TY_T_RSTRANSTEPTIME | 20050802 | ||||
| 17 | Instance attribute | Private | Type reference (TYPE) | TY_T_RSTRANSTEPUNIT | 20050802 | ||||
| 18 | Instance attribute | Private | Type reference (TYPE) | TY_T_RSTRANT | 20050802 |
Methods
Events
Class CL_RSTRAN_READ_DB has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_TRANID | Private | See coding | 20050802 | BEGIN OF ty_s_tranid,
tranid TYPE rstranid,
r_ref TYPE REF TO cl_rstran_read_db,
END OF ty_s_tranid
|
||
| 2 | TY_TH_TRANID | Private | See coding | 20050802 | ty_th_tranid TYPE HASHED TABLE OF ty_s_tranid
WITH UNIQUE KEY tranid
|
||
| 3 | TY_T_RSTRAN | Public | See coding | 20050802 | ty_t_rstran TYPE TABLE OF rstran
|
||
| 4 | TY_T_RSTRANFIELD | Public | See coding | 20050802 | ty_t_rstranfield TYPE TABLE OF rstranfield
|
||
| 5 | TY_T_RSTRANGROUPT | Public | See coding | 20050802 | ty_t_rstrangroupt TYPE TABLE OF rstrangroupt
|
||
| 6 | TY_T_RSTRANROUTMAP | Public | See coding | 20050802 | ty_t_rstranroutmap TYPE TABLE OF rstranroutmap
|
||
| 7 | TY_T_RSTRANRULE | Public | See coding | 20050802 | ty_t_rstranrule TYPE TABLE OF rstranrule
|
||
| 8 | TY_T_RSTRANRULESTEP | Public | See coding | 20050802 | ty_t_rstranrulestep TYPE TABLE OF rstranrulestep
|
||
| 9 | TY_T_RSTRANRULET | Public | See coding | 20050802 | ty_t_rstranrulet TYPE TABLE OF rstranrulet
|
||
| 10 | TY_T_RSTRANSTEPCNST | Public | See coding | 20050802 | ty_t_rstranstepcnst TYPE TABLE OF rstranstepcnst
|
||
| 11 | TY_T_RSTRANSTEPMAP | Public | See coding | 20050802 | ty_t_rstranstepmap TYPE TABLE OF rstranstepmap
|
||
| 12 | TY_T_RSTRANSTEPMASTER | Public | See coding | 20050802 | ty_t_rstranstepmaster TYPE TABLE OF rstranstepmaster
|
||
| 13 | TY_T_RSTRANSTEPMOVE | Public | See coding | 20050802 | ty_t_rstranstepmove TYPE TABLE OF rstranstepmove
|
||
| 14 | TY_T_RSTRANSTEPROUT | Public | See coding | 20050802 | ty_t_rstransteprout TYPE TABLE OF rstransteprout
|
||
| 15 | TY_T_RSTRANSTEPTIME | Public | See coding | 20050802 | ty_t_rstransteptime TYPE TABLE OF rstransteptime
|
||
| 16 | TY_T_RSTRANSTEPUNIT | Public | See coding | 20050802 | ty_t_rstranstepunit TYPE TABLE OF rstranstepunit
|
||
| 17 | TY_T_RSTRANT | Public | See coding | 20050802 | ty_t_rstrant TYPE TABLE OF rstrant
|
Method Signatures
Method CHECK Signature
Method CHECK on class CL_RSTRAN_READ_DB has no parameter.
Method CHECK on class CL_RSTRAN_READ_DB has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TRANID | Call by reference | Type reference (TYPE) | RSTRANID | TransformationsId | 20050802 |
Method CONSTRUCTOR on class CL_RSTRAN_READ_DB has no exception.
Method FACTORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TRANID | Call by reference | Type reference (TYPE) | RSTRANID | TransformationsId | 20050802 | |||
| 2 | R_REF | Value transfer | Object reference (TYPE REF TO) | CL_RSTRAN_READ_DB | Datenbankleseklasse der Transformation | 20050802 |
Method FACTORY on class CL_RSTRAN_READ_DB has no exception.
Method GET_RSTRAN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_TABLE | Call by reference | Type reference (TYPE) | TY_T_RSTRAN | 20050802 |
Method GET_RSTRAN on class CL_RSTRAN_READ_DB has no exception.
Method GET_RSTRANFIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_TABLE | Call by reference | Type reference (TYPE) | TY_T_RSTRANFIELD | 20050802 |
Method GET_RSTRANFIELD on class CL_RSTRAN_READ_DB has no exception.
Method GET_RSTRANGROUPT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_TABLE | Call by reference | Type reference (TYPE) | TY_T_RSTRANGROUPT | 20050802 |
Method GET_RSTRANGROUPT on class CL_RSTRAN_READ_DB has no exception.
Method GET_RSTRANROUTMAP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_TABLE | Call by reference | Type reference (TYPE) | TY_T_RSTRANROUTMAP | 20050802 |
Method GET_RSTRANROUTMAP on class CL_RSTRAN_READ_DB has no exception.
Method GET_RSTRANRULE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_TABLE | Call by reference | Type reference (TYPE) | TY_T_RSTRANRULE | 20050802 |
Method GET_RSTRANRULE on class CL_RSTRAN_READ_DB has no exception.
Method GET_RSTRANRULESTEP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_TABLE | Call by reference | Type reference (TYPE) | TY_T_RSTRANRULESTEP | 20050802 |
Method GET_RSTRANRULESTEP on class CL_RSTRAN_READ_DB has no exception.
Method GET_RSTRANRULET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_TABLE | Call by reference | Type reference (TYPE) | TY_T_RSTRANRULET | 20050802 |
Method GET_RSTRANRULET on class CL_RSTRAN_READ_DB has no exception.
Method GET_RSTRANSTEPCNST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_TABLE | Call by reference | Type reference (TYPE) | TY_T_RSTRANSTEPCNST | 20050802 |
Method GET_RSTRANSTEPCNST on class CL_RSTRAN_READ_DB has no exception.
Method GET_RSTRANSTEPMAP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_TABLE | Call by reference | Type reference (TYPE) | TY_T_RSTRANSTEPMAP | 20050802 |
Method GET_RSTRANSTEPMAP on class CL_RSTRAN_READ_DB has no exception.
Method GET_RSTRANSTEPMASTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_TABLE | Call by reference | Type reference (TYPE) | TY_T_RSTRANSTEPMASTER | 20050802 |
Method GET_RSTRANSTEPMASTER on class CL_RSTRAN_READ_DB has no exception.
Method GET_RSTRANSTEPMOVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_TABLE | Call by reference | Type reference (TYPE) | TY_T_RSTRANSTEPMOVE | 20050802 |
Method GET_RSTRANSTEPMOVE on class CL_RSTRAN_READ_DB has no exception.
Method GET_RSTRANSTEPROUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_TABLE | Call by reference | Type reference (TYPE) | TY_T_RSTRANSTEPROUT | 20050802 |
Method GET_RSTRANSTEPROUT on class CL_RSTRAN_READ_DB has no exception.
Method GET_RSTRANSTEPTIME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_TABLE | Call by reference | Type reference (TYPE) | TY_T_RSTRANSTEPTIME | 20050802 |
Method GET_RSTRANSTEPTIME on class CL_RSTRAN_READ_DB has no exception.
Method GET_RSTRANSTEPUNIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_TABLE | Call by reference | Type reference (TYPE) | TY_T_RSTRANSTEPUNIT | 20050802 |
Method GET_RSTRANSTEPUNIT on class CL_RSTRAN_READ_DB has no exception.
Method GET_RSTRANT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_TABLE | Call by reference | Type reference (TYPE) | TY_T_RSTRANT | 20050802 |
Method GET_RSTRANT on class CL_RSTRAN_READ_DB has no exception.
Method READ_ALL Signature
Method READ_ALL on class CL_RSTRAN_READ_DB has no parameter.
Method READ_ALL on class CL_RSTRAN_READ_DB has no exception.
Method REFRESH_ALL Signature
Method REFRESH_ALL on class CL_RSTRAN_READ_DB has no parameter.
Method REFRESH_ALL on class CL_RSTRAN_READ_DB has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 720 |