SAP ABAP Class CL_RSAN_MDL_ABSTRACT_ANALYSIS (Common Functions for Analysis Tasks/Sources/Targets)
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 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSAN_OM_DOCUMENT Analysis Object Model Root Element 20010512
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSAN_OM_ELEMENT Analysis Object Model Element 20010512
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSAN_MDL_ANALYSIS_PROCESS Analysis that Can Be Executed 20020222
2 Inheritance (c INHERITING FROM c_ref)  CL_RSAN_MDL_ANALYSIS_SOURCE CL_RSAN_MDL_ANALYSIS_SOURCE 20010512
Properties
Class CL_RSAN_MDL_ABSTRACT_ANALYSIS  
Short Description Common Functions for Analysis Tasks/Sources/Targets    
Super Class    
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 20010512   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)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSAN_OM_DOCUMENT Analysis Object Model Root Element 20010512
2 IF_RSAN_OM_ELEMENT Analysis Object Model Element 20010512
Friends
Class CL_RSAN_MDL_ABSTRACT_ANALYSIS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MAPPINGS Instance attribute Public Type reference (TYPE) RSAN_OM_R_LIST List of Mappings (CL_RSAN_MDL_MAPPING) 20010512
2 NAME Instance attribute Public Attribute reference (LIKE) 20010512
3 NODES Instance attribute Public Object reference (TYPE REF TO) CL_RSAN_OM_LIST List of Nodes (CL_RSAN_MDL_ABSTRACT_NODE) 20011213
4 PROCESS_DATA_IN_MEMORY Instance attribute Public Type reference (TYPE) RSAN_PROCESS_IN_MEMORY_FLAG 'X' Indicator runtime should work in memory 20020813
5 P_MODIFIED Instance attribute Protected Type reference (TYPE) AS4FLAG Flag model was changed 20020425
6 R_DOCUMENT Instance attribute Public Attribute reference (LIKE) 20010512
7 R_FACTORY Instance attribute Public Attribute reference (LIKE) 20010512
8 TEXT Instance attribute Public Attribute reference (LIKE) 20010512
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Instance method Public Method Check the Consistency of the Definition 20020508
2 CHECK_FOR_NODE Instance method Public Method Check the Consistency of a Subset for Testing of a Node 20030801
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20010512
4 GET_MAPPINGS_FOR_SOURCE Instance method Public Method Search for a Mapping Rule for the Specified Target Node 20020524
5 GET_MAPPINGS_FOR_TARGET Instance method Public Method Search for a Mapping Rule for the Specified Target Node 20020523
6 GET_MAPPING_FOR_SOURCE Instance method Public Method Search for a Mapping Rule for the Specified Source Node 20011004
7 GET_MAPPING_FOR_TARGET Instance method Public Method Search for a Mapping Rule for the Specified Target Node 20011004
8 GET_MAPPING_SOURCE Instance method Public Method Search for Node that Implements the MAPPING_SOURCE Interface 20010523
9 GET_MAPPING_TARGET Instance method Public Method Search for Node that Implements the MAPPING_TARGET Interface 20010523
10 GET_PROCESS_DATA_IN_MEMORY Instance method Public Method Get value of indicator PROCESS_DATA_IN_MEMORY 20020813
11 GET_RELATED_TLOGO Instance method Public Method Get Related BW Repository Objects 20030901
12 IS_MODIFIED Instance method Public Method Check if the definition was modified 20020425
13 NEW_ELEMENT Instance method Public Method 20010512
14 NEW_MAPPING Instance method Public Method Create New Mapping Rule if Permitted (Not Added to Mappings) 20010919
15