SAP ABAP Class CL_RSAN_ADP_ANALYSIS_READER (Analysis Process - Node data retreival service)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-EI-APD (Application Component) Analysis Process Designer
     RSAN_ADP (Package) APD - Tool - Application Adapter
Properties
Class CL_RSAN_ADP_ANALYSIS_READER  
Short Description Analysis Process - Node data retreival service    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class RSAN_ADP    
Program status     
Category 0   
Package RSAN_ADP   APD - Tool - Application Adapter 
Created 20060507   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RSANR Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSAN_ADP_ANALYSIS_READER has no interface implemented.
Friends
Class CL_RSAN_ADP_ANALYSIS_READER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 NODENAME Instance attribute Public Type reference (TYPE) STRING Node Name on the Database 20060507
2 R_ANALYSIS Instance attribute Public Object reference (TYPE REF TO) CL_RSAN_ADP_ANALYSIS Analysis Process Definition 20060507
3 R_RESULTS Instance attribute Public Object reference (TYPE REF TO) CL_RSAN_ADP_RESULTS Result References 20060507
4 _R_MDLH Instance attribute Private Object reference (TYPE REF TO) CL_RSAN_MDLH_ABSTRACT_ANALYSIS Header for Analysis Process Transformation - Generic 20060508
5 _R_REWRITTEN_MDL Instance attribute Private Object reference (TYPE REF TO) CL_RSAN_MDL_ABSTRACT_ANALYSIS New model using intermediate result 20060923
6 _R_RUNTIME Instance attribute Private Object reference (TYPE REF TO) CL_RSAN_RT_ANALYSIS_TEST CL_RSAN_RT_ANALYSIS_TEST 20060923
7 _R_RUNTIME_CONTEXT Instance attribute Private Object reference (TYPE REF TO) CL_RSAN_RT_CONTEXT Context Information for Runtime Interpreter 20060923
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20060507
2 CREATE_DATA_TABLE Instance method Public Method Create Internal Table (of Correct Type) Used in Get 20060507
3 FETCH Instance method Public Method Fetch Stream 20060507
4 FREE Instance method Public Method Close Stream 20060508
5 GET_META_DATA Instance method Public Method Get Metadata about Data Table Structure 20061119
Events
Class CL_RSAN_ADP_ANALYSIS_READER has no event.
Types
Class CL_RSAN_ADP_ANALYSIS_READER 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 IR_ANALYSIS Value transfer Object reference (TYPE REF TO) CL_RSAN_ADP_ANALYSIS Analysis Process Definition 20060507
2 Importing IR_RESULTS Value transfer Object reference (TYPE REF TO) CL_RSAN_ADP_RESULTS Result References 20060507
3 Importing I_NODENAME Call by reference Type reference (TYPE) RSAN_MDL_NODE_NAME_DB Knotenname auf der Datenbank 20060507
# Exception Resumable Description Created on
1 CX_RSAN_MDL_CHECK Fehler in der Analyseprozessdefinition 20060508
2 CX_RSAN_RT2_ABORT Abort Analysis Process Runtime 20061119

Method CREATE_DATA_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_TABLE Value transfer Object reference (TYPE REF TO) DATA ref to an internal table used to fetch data 20060507
# Exception Resumable Description Created on
1 CX_RSAN_RT2_ABORT Abort Analysis Process Runtime 20061023

Method FETCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EOF_REACHED Call by reference Type reference (TYPE) AS4FLAG Letztes Datenpaket gelesen 20061023
2 Exporting ET_DATA Call by reference Type reference (TYPE) ANY TABLE ET_DATA 20060507
3 Importing I_PACKAGE_SIZE Value transfer Type reference (TYPE) I 1000 Proposed Package Size (real package size may differ) 20060507
# Exception Resumable Description Created on
1 CX_RSAN_RT2_ABORT Abort Analysis Process Runtime 20061023

Method FREE Signature

Method FREE on class CL_RSAN_ADP_ANALYSIS_READER has no parameter.
Method FREE on class CL_RSAN_ADP_ANALYSIS_READER has no exception.

Method GET_META_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETH_FIELDS Call by reference Type reference (TYPE) RSANR_TH_TEST_FIELD 20061119

Method GET_META_DATA on class CL_RSAN_ADP_ANALYSIS_READER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700