SAP ABAP Class CL_RSTRAN_EXECUTE (Direct Execution of Transformation)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSTRAN_TMPL (Package) Transformation: Migration
Properties
Class CL_RSTRAN_EXECUTE  
Short Description Direct Execution of Transformation    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSTRAN_TMPL   Transformation: Migration 
Created 20110817   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSTRAN_EXECUTE has no forward declaration.
Interfaces
Class CL_RSTRAN_EXECUTE has no interface implemented.
Friends
Class CL_RSTRAN_EXECUTE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_R_INBOUND Instance attribute Private Object reference (TYPE REF TO) CL_RSBK_DATA 20111019
2 P_R_OUTBOUND Instance attribute Private Object reference (TYPE REF TO) CL_RSBK_DATA 20111019
3 P_R_TRFN_CMD Instance attribute Private Object reference (TYPE REF TO) CL_RSTRAN_TRFN_CMD Command TRFN 20111019
4 P_TRANID Instance attribute Private Type reference (TYPE) RSTRANID Transformation ID 20111019
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20111019
2 RUN_TRAN Static method Public Method Execute Transformation 20111019
3 _ADD_DATA Instance method Private Method Add Data 20111019
4 _EXECUTE Instance method Private Method Execute: External 20111019
5 _EXECUTE_INT Instance method Private Method Execute Transformation 20111019
6 _GET_DATA Instance method Private Method Read Data 20111019
7 _GET_INBOUND Instance method Private Method Input Package 20111019
8 _GET_OUTBOUND Instance method Private Method Output Package 20111019
9 _IS_EQUAL_STRUCT Instance method Private Method Compare Two Table Structures 20111019
Events
Class CL_RSTRAN_EXECUTE has no event.
Types
Class CL_RSTRAN_EXECUTE has no local type.
Method Signatures

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 20111019
# Exception Resumable Description Created on
1 CX_RSTRAN_NOT_FOUND Objekt nicht gefunden 20111019

Method RUN_TRAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_DATA Call by reference Type reference (TYPE) ANY TABLE 20111019
2 Importing I_TRANID Call by reference Type reference (TYPE) RSTRANID TransformationsId 20111019
3 Importing I_T_DATA Call by reference Type reference (TYPE) ANY TABLE 20111019

Method RUN_TRAN on class CL_RSTRAN_EXECUTE has no exception.

Method _ADD_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_DATA Call by reference Type reference (TYPE) ANY TABLE 20111019

Method _ADD_DATA on class CL_RSTRAN_EXECUTE has no exception.

Method _EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_DATA Call by reference Type reference (TYPE) ANY TABLE 20111019
2 Importing I_T_DATA Call by reference Type reference (TYPE) ANY TABLE 20111019

Method _EXECUTE on class CL_RSTRAN_EXECUTE has no exception.

Method _EXECUTE_INT Signature

Method _EXECUTE_INT on class CL_RSTRAN_EXECUTE has no parameter.
Method _EXECUTE_INT on class CL_RSTRAN_EXECUTE has no exception.

Method _GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_DATA Call by reference Type reference (TYPE) ANY TABLE 20111019

Method _GET_DATA on class CL_RSTRAN_EXECUTE has no exception.

Method _GET_INBOUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_INBOUND Value transfer Object reference (TYPE REF TO) CL_RSBK_DATA Datentransferprozess: Datenpaket 20111019

Method _GET_INBOUND on class CL_RSTRAN_EXECUTE has no exception.

Method _GET_OUTBOUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_OUTBOUND Value transfer Object reference (TYPE REF TO) CL_RSBK_DATA Datentransferprozess: Datenpaket 20111019

Method _GET_OUTBOUND on class CL_RSTRAN_EXECUTE has no exception.

Method _IS_EQUAL_STRUCT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_TAB1 Call by reference Type reference (TYPE) ANY TABLE 20111019
2 Importing I_T_TAB2 Call by reference Type reference (TYPE) ANY TABLE 20111019
3 Returning R_EQUAL Value transfer Type reference (TYPE) RS_BOOL Boolean 20111019

Method _IS_EQUAL_STRUCT on class CL_RSTRAN_EXECUTE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in