SAP ABAP Class CL_RSAN_MDL_DST_ROUTINE (Source Transformation - Routine)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-EI-APD (Application Component) Analysis Process Designer
     RSAN_MDL (Package) APD - Tool - Object Model
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSAN_MDL_ABSTRACT_NODE Base Class of a Node 20020408
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSAN_MDL_MAPPING_SOURCE Object Can Be Used as Source of a Mapping Rule 20020408
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSAN_MDL_MAPPING_TARGET Object Can Be Used as Target of a Mapping Rule 20020408
Properties
Class CL_RSAN_MDL_DST_ROUTINE  
Short Description Source Transformation - Routine    
Super Class CL_RSAN_MDL_ABSTRACT_NODE Base Class of a Node 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class RSAN_MDL    
Program status     
Category 0   
Package RSAN_MDL   APD - Tool - Object Model 
Created 20020408   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RSANM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSANR Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSANU Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 RSOC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
6 SEDI Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSAN_MDL_MAPPING_SOURCE Object Can Be Used as Source of a Mapping Rule 20020408
2 IF_RSAN_MDL_MAPPING_TARGET Object Can Be Used as Target of a Mapping Rule 20020408
Friends
# Friend Modeled only Created on Description
1 CL_RSAN_WB_DST_ROUTINE 20030507 UI class
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BEGIN_OF_CODE Constant Public Type reference (TYPE) STRING '*--------- Begin of transformation code -----------------------------' Marks Begin of User-Defined Code 20020523
2 BEGIN_OF_TYPES Constant Public Type reference (TYPE) STRING '*---------- Begin of type definitions -------------------------------' Marks Begin of User-Defined Types 20020523
3 CODE Instance attribute Public Type reference (TYPE) STRING Code of the Routine 20020408
4 END_OF_CODE Constant Public Type reference (TYPE) STRING '*---------- End of transformation code ------------------------------' Marks End of User-Defined Coding 20020523
5 END_OF_TYPES Constant Public Type reference (TYPE) STRING '*----------- End of type definitions --------------------------------' Marks End of User-Defined Types 20020523
6 GROUP_FIELDS Instance attribute Public Type reference (TYPE) RSAN_OM_R_LIST Group Fields (CL_RSAN_MDL_ROUTINE_FIELD_REF) 20020410
7 GROUP_STRUCT Constant Public Type reference (TYPE) STRING 'y_group_fields' type name for group_fields in Code 20020523
8 GROUP_STRUCT_GEN Constant Public Type reference (TYPE) STRING '%GRP_TYPENAME%' Placeholder for group_struct 20020523
9 SOURCE_FIELDS Instance attribute Public Type reference (TYPE) RSAN_OM_R_LIST Source Structure (CL_RSAN_MDL_ROUTINE_FIELD_REF) 20020410
10 SOURCE_STRUCT Constant Public Type reference (TYPE) STRING 'y_source_fields' Type Name for source_fields in Code 20020523
11 SOURCE_STRUCT_GEN Constant Public Type reference (TYPE) STRING '%SRC_TYPENAME%' Placeholder for source_struct 20020523
12 SOURCE_TAB Constant Public Type reference (TYPE) STRING 'yt_source_fields' Type Name for source_fields tab 20020523
13 SOURCE_TAB_GEN Constant Public Type reference (TYPE) STRING '%SRC_TTYPENAME%' Placeholder for source_tab 20020523
14 TARGET_FIELDS Instance attribute Public Type reference (TYPE) RSAN_OM_R_LIST Target Structure (CL_RSAN_MDL_ROUTINE_INFOOBJECT) 20020410
15 TARGET_STRUCT Constant Public Type reference (TYPE) STRING 'y_target_fields' Type Name for target_fields in Code 20020523
16 TARGET_STRUCT_GEN Constant Public Type reference (TYPE) STRING '%TGT_TYPENAME%' Placeholder for target_struct 20020523
17 TARGET_TAB Constant Public Type reference (TYPE) STRING 'yt_target_fields' Type Name for target_fields Tab 20020523
18 TARGET_TAB_GEN Constant Public Type reference (TYPE) STRING '%TGT_TTYPENAME%' placeholder for target_tab 20020523
19 TEMP_REPORT_NAME Constant Public Type reference (TYPE) SY-REPID 'RSAN_WB_ROUTINE_TEMP_REPORT' name of temp_report, for syntax check 20020523
20 TYPES Instance attribute Public Type reference (TYPE) STRING Type definitions for the routine 20020410
21 _CODE_ENTERED Instance attribute Private Type reference (TYPE) AS4FLAG Flag indicating that CODE attr. was set 20030203
Methods
# Method Level Visibility Method type Description Created on
1