SAP ABAP Class CL_RSAN_RT_CONTEXT_SUM_RESULTS (Context Information - Collection of Summary Results)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-EI-APD (Application Component) Analysis Process Designer
     RSAN_RT (Package) APD - Tool - Runtime
Properties
Class CL_RSAN_RT_CONTEXT_SUM_RESULTS  
Short Description Context Information - Collection of Summary Results    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class RSAN_RT    
Program status     
Category 0   
Package RSAN_RT   APD - Tool - Runtime 
Created 20030924   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSAN_RT_CONTEXT_SUM_RESULTS has no forward declaration.
Interfaces
Class CL_RSAN_RT_CONTEXT_SUM_RESULTS has no interface implemented.
Friends
Class CL_RSAN_RT_CONTEXT_SUM_RESULTS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 TH_RESULT Instance attribute Public Type reference (TYPE) YTH_RESULT 20030924
Methods
# Method Level Visibility Method type Description Created on
1 ADD Instance method Public Method Add a Summary Result for a Node 20030924
2 FREE Instance method Public Method Release Resources 20030924
Events
Class CL_RSAN_RT_CONTEXT_SUM_RESULTS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_RESULT Public See coding 20030924 BEGIN OF ys_result, name TYPE rsan_mdl_node_name_db, xml TYPE RSANT_UT_RSLTX-XML, END OF ys_result
2 YTH_RESULT Public See coding 20030924 yth_result TYPE HASHED TABLE OF ys_result WITH UNIQUE KEY name
Method Signatures

Method ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE_NAME Call by reference Type reference (TYPE) RSAN_MDL_NODE_NAME Node to which the summary result shall be assigned 20030924
2 Importing I_XML Call by reference Type reference (TYPE) XSTRING Summary Result as XML document 20030924

Method ADD on class CL_RSAN_RT_CONTEXT_SUM_RESULTS has no exception.

Method FREE Signature

Method FREE on class CL_RSAN_RT_CONTEXT_SUM_RESULTS has no parameter.
Method FREE on class CL_RSAN_RT_CONTEXT_SUM_RESULTS has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 350