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 RS 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 P_FACTORY_BUILD Instance attribute Private Type reference (TYPE) RS_BOOL Boolean 20050802
2 P_TH_TRANID Static Attribute Private Type reference (TYPE) TY_TH_TRANID 20050802
3 P_TRANID Instance attribute Private Type reference (TYPE) RSTRANID Transformation ID 20050802
4 P_T_RSTRAN Instance attribute Private Type reference (TYPE) TY_T_RSTRAN 20050802
5 P_T_RSTRANFIELD Instance attribute Private Type reference (TYPE) TY_T_RSTRANFIELD 20050802
6 P_T_RSTRANGROUPT Instance attribute Private Type reference (TYPE) TY_T_RSTRANGROUPT 20050802
7 P_T_RSTRANROUTMAP Instance attribute Private Type reference (TYPE) TY_T_RSTRANROUTMAP 20050802
8 P_T_RSTRANRULE Instance attribute Private Type reference (TYPE) TY_T_RSTRANRULE 20050802
9 P_T_RSTRANRULESTEP Instance attribute Private Type reference (TYPE) TY_T_RSTRANRULESTEP 20050802
10 P_T_RSTRANRULET Instance attribute Private Type reference (TYPE) TY_T_RSTRANRULET 20050802
11 P_T_RSTRANSTEPCNST Instance attribute Private Type reference (TYPE) TY_T_RSTRANSTEPCNST 20050802
12 P_T_RSTRANSTEPMAP Instance attribute Private Type reference (TYPE) TY_T_RSTRANSTEPMAP 20050802
13 P_T_RSTRANSTEPMASTER Instance attribute Private Type reference (TYPE) TY_T_RSTRANSTEPMASTER 20050802
14 P_T_RSTRANSTEPMOVE Instance attribute Private Type reference (TYPE) TY_T_RSTRANSTEPMOVE 20050802
15 P_T_RSTRANSTEPROUT Instance attribute Private Type reference (TYPE) TY_T_RSTRANSTEPROUT 20050802
16 P_T_RSTRANSTEPTIME Instance attribute Private Type reference (TYPE) TY_T_RSTRANSTEPTIME 20050802
17 P_T_RSTRANSTEPUNIT Instance attribute Private Type reference (TYPE) TY_T_RSTRANSTEPUNIT 20050802
18 P_T_RSTRANT Instance attribute Private Type reference (TYPE) TY_T_RSTRANT 20050802
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Instance method Private Method Checking Internal Parameters 20050802
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20050802
3 FACTORY Static method Public Method 20050802
4 GET_RSTRAN Instance method Public Method 20050802
5 GET_RSTRANFIELD Instance method Public Method 20050802
6 GET_RSTRANGROUPT Instance method Public Method 20050802
7 GET_RSTRANROUTMAP Instance method Public Method 20050802
8 GET_RSTRANRULE Instance method Public Method 20050802
9 GET_RSTRANRULESTEP Instance method Public Method 20050802
10 GET_RSTRANRULET Instance method Public Method 20050802
11 GET_RSTRANSTEPCNST Instance method Public Method 20050802
12 GET_RSTRANSTEPMAP Instance method Public Method 20050802
13 GET_RSTRANSTEPMASTER Instance method Public Method 20050802
14 GET_RSTRANSTEPMOVE Instance method Public Method 20050802
15 GET_RSTRANSTEPROUT Instance method Public Method 20050802
16 GET_RSTRANSTEPTIME Instance method Public Method 20050802
17 GET_RSTRANSTEPUNIT Instance method Public Method 20050802
18 GET_RSTRANT Instance method Public Method 20050802
19 READ_ALL Instance method Private Method Reading Database Tables 20050802
20 REFRESH_ALL Instance method Public Method Deletes Factory Entry 20050802
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 Importing 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 Importing I_TRANID Call by reference Type reference (TYPE) RSTRANID TransformationsId 20050802
2 Returning 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 Exporting 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 Exporting 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 Exporting 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 Exporting 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 Exporting 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 Exporting 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 Exporting 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 Exporting 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 Exporting 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 Exporting 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 Exporting 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 Exporting 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 Exporting 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 Exporting 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 Exporting 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