SAP ABAP Class CL_RSAN_RR_RESULTS (Analysis Process - Interim Results Management)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-EI-APD (Application Component) Analysis Process Designer
     RSAN_RR (Package) APD - Tool - Result References
Properties
Class CL_RSAN_RR_RESULTS  
Short Description Analysis Process - Interim Results Management    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSAN_RR   APD - Tool - Result References 
Created 20030809   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 RSANU Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSAN_RR_RESULTS has no interface implemented.
Friends
Class CL_RSAN_RR_RESULTS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 _TS_REFERENCE Instance attribute Private Type reference (TYPE) YTS_REFERENCE Table of Result References 20031024
Methods
# Method Level Visibility Method type Description Created on
1 ADD_REFERENCE Instance method Public Method Only for Runtime - Add Results Reference 20040108
2 CLONE Instance method Public Method Create a Clone 20031015
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20030809
4 DOES_ANY_IM_RESULT_EXIST Instance method Public Method Check If Intermediate Result Exists for the Specified Node 20031117
5 DOES_ANY_RESULT_EXIST Instance method Public Method Check If Intermediate Result Exists for the Specified Node 20031117
6 DOES_ANY_SUMMARY_EXIST Instance method Public Method Check If Summary Result Exists for the Specified Node 20031117
7 GET_RESULT_GUID Instance method Public Method Get the Result GUID for a Specific Result 20030827
8 INVALIDATE_ALL Instance method Public Method Invalidate all Results 20031002
9 INVALIDATE_SUBOBJECTS Instance method Public Method Invalidate All Results for the Specified Nodes 20031024
10 INVALIDATE_UNDO Instance method Public Method Undo the Invalidation of Results 20031024
11 IS_ANY_RESULT_AVAILABLE Instance method Public Method Check any Result Exists for the Specified Node 20030901
12 IS_IM_RESULT_AVAILABLE Instance method Public Method Check If Intermediate Result Exists for the Specified Node 20030809
13 IS_SUMMARY_RESULT_AVAILABLE Instance method Public Method Check If Summary Result Exists for the Specified Node 20030901
14 LOAD_REFERENCES Instance method Public Method Load Result References 20030819
15 SAVE_REFERENCES Instance method Public Method Store Result References 20030819
Events
Class CL_RSAN_RR_RESULTS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YTS_REFERENCE Public See coding 20031024 yts_reference TYPE HASHED TABLE OF rsanu_s_result WITH UNIQUE KEY ref_subobject ref_category
Method Signatures

Method ADD_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_RESULT Call by reference Object reference (TYPE REF TO) CL_RSAN_UT_RESULT Intermediate Result 20040108
2 Importing I_REF_CATEGORY Call by reference Type reference (TYPE) RSAN_UT_RESULT_CATEGORY Kategorie des Zwischenergebnisses (RSANU_C_RESULT_CATEGORY) 20040108
3 Importing I_REF_SUBOBJECT Call by reference Type reference (TYPE) RSAN_UT_RESULT_SUBOBJECT Name des Unterobjekts, das das Zwischenergebnis verwendet 20040108

Method ADD_REFERENCE on class CL_RSAN_RR_RESULTS has no exception.

Method CLONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_RESULT Value transfer Object reference (TYPE REF TO) CL_RSAN_RR_RESULTS 20031015

Method CLONE on class CL_RSAN_RR_RESULTS has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_RSAN_RR_RESULTS has no parameter.
Method CONSTRUCTOR on class CL_RSAN_RR_RESULTS has no exception.

Method DOES_ANY_IM_RESULT_EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_EXISTS Value transfer Type reference (TYPE) AS4FLAG 'X' Intermediate results exists, ' ' does not exist 20031117

Method DOES_ANY_IM_RESULT_EXIST on class CL_RSAN_RR_RESULTS has no exception.

Method DOES_ANY_RESULT_EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_EXISTS Value transfer Type reference (TYPE) AS4FLAG 'X' Intermediate results exists, ' ' does not exist 20031117

Method DOES_ANY_RESULT_EXIST on class CL_RSAN_RR_RESULTS has no exception.

Method DOES_ANY_SUMMARY_EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_EXISTS Value transfer Type reference (TYPE) AS4FLAG 'X' Intermediate results exists, ' ' does not exist 20031117

Method DOES_ANY_SUMMARY_EXIST on class CL_RSAN_RR_RESULTS has no exception.

Method GET_RESULT_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CATEGORY Call by reference Type reference (TYPE) RSAN_UT_RESULT_CATEGORY result category - im. result/summary 20030925
2 Importing I_NAME Call by reference Type reference (TYPE) STRING node name 20030827
3 Returning R_RESULT_GUID Value transfer Type reference (TYPE) RSAN_UT_RESULT_GUID Result Guid 20030827

Method GET_RESULT_GUID on class CL_RSAN_RR_RESULTS has no exception.

Method INVALIDATE_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_UNDO_STATE Call by reference Object reference (TYPE REF TO) CL_RSAN_RR_RESULTS_UNDO_STATE Undo state object 20031024

Method INVALIDATE_ALL on class CL_RSAN_RR_RESULTS has no exception.

Method INVALIDATE_SUBOBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_UNDO_STATE Call by reference Object reference (TYPE REF TO) CL_RSAN_RR_RESULTS_UNDO_STATE Undo state object 20031024
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) BAPIRET2_T Änderungsprotokoll für Logausgabe 20040109
3 Importing ITH_SUBOBJECT Call by reference Type reference (TYPE) RSAN_UT_RESULT_TH_SUBOBJECT List of node for which results shall be invalidated 20031024

Method INVALIDATE_SUBOBJECTS on class CL_RSAN_RR_RESULTS has no exception.

Method INVALIDATE_UNDO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_UNDO_STATE Call by reference Object reference (TYPE REF TO) CL_RSAN_RR_RESULTS_UNDO_STATE Undo state object 20031024

Method INVALIDATE_UNDO on class CL_RSAN_RR_RESULTS has no exception.

Method IS_ANY_RESULT_AVAILABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) STRING node name 20030901
2 Returning R_EXISTS Value transfer Type reference (TYPE) AS4FLAG 'X' Intermediate results exists, ' ' does not exist 20030901

Method IS_ANY_RESULT_AVAILABLE on class CL_RSAN_RR_RESULTS has no exception.

Method IS_IM_RESULT_AVAILABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) STRING node name 20030809
2 Returning R_EXISTS Value transfer Type reference (TYPE) AS4FLAG 'X' Intermediate results exists, ' ' does not exist 20030809

Method IS_IM_RESULT_AVAILABLE on class CL_RSAN_RR_RESULTS has no exception.

Method IS_SUMMARY_RESULT_AVAILABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) STRING node name 20030901
2 Returning R_EXISTS Value transfer Type reference (TYPE) AS4FLAG 'X' Intermediate results exists, ' ' does not exist 20030901

Method IS_SUMMARY_RESULT_AVAILABLE on class CL_RSAN_RR_RESULTS has no exception.

Method LOAD_REFERENCES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPL Call by reference Type reference (TYPE) RSAN_UT_RESULT_APPL 20030819
2 Importing I_OBJECT Call by reference Type reference (TYPE) RSAN_UT_RESULT_OBJECT 20030819
# Exception Resumable Description Created on
1 CX_RSAN_UT_RESULT General exception class for intermediate results 20030819

Method SAVE_REFERENCES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPL Call by reference Type reference (TYPE) RSAN_UT_RESULT_APPL 20030819
2 Importing I_OBJECT Call by reference Type reference (TYPE) RSAN_UT_RESULT_OBJECT 20030819
# Exception Resumable Description Created on
1 CX_RSAN_UT_RESULT General exception class for intermediate results 20030819
History
Last changed by/on SAP  20130531 
SAP Release Created in 350