SAP ABAP Class CL_RSDR_AT_OBJ (Definition of an abstract Object with Result Data)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSDRP (Package) Data Manager Query Handler
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSDR_AT_POSTPROC Generic Postprocessing Object 20020910
2 Inheritance (c INHERITING FROM c_ref)  CL_RSDR_AT_QUERY Definition of an abstract Query Object 20020910
Properties
Class CL_RSDR_AT_OBJ  
Short Description Definition of an abstract Object with Result Data    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSDRP   Data Manager Query Handler 
Created 20020910   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSDRP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RSDRS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSDR_AT_OBJ has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_RSDR_AT_QUERY_HANDLER 20020910 Query Handler for Atomic Queries
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_C_QUERY_STATUS Constant Public See coding Query Status Values 20030926
2 N_C_QUERY_TYPE Constant Public See coding Type Values for query 20030926
3 N_C_RC Constant Public See coding 20030926
4 N_ROWS_FETCHED Instance attribute Public Type reference (TYPE) I 0 Size of Result Set (If parallel exec) 20030317
5 N_SERIAL Instance attribute Public Type reference (TYPE) RS_BOOL Serial Execution only ? 20031007
6 N_STATUS Instance attribute Public Type reference (TYPE) TN_QUERY_STATUS Status of the Object 20020910
7 N_TYPE Instance attribute Public Type reference (TYPE) RSDRP_QUERY_TYPE Type of Object 20020910
8 N_UID Instance attribute Public Type reference (TYPE) RSDRP_UID Unique Object ID of the object 20020910
9 O_INFOPROV Instance attribute Protected Type reference (TYPE) RSINFOPROV InfoProvider 20040913
10 O_RT_DATA Instance attribute Protected Object reference (TYPE REF TO) DATA Reference to t_data return table 20020910
11 O_SX_SPLITPACK Instance attribute Protected Type reference (TYPE) RSDR0_SX_SPLITPACK Splitpack for the query result 20020910
12 P_R_CHARET_MAPPER Instance attribute Private Object reference (TYPE REF TO) CL_RSDRC_MPRO_CHARET_MAPPER Mapping Object for Charet 20040921
Methods
# Method Level Visibility Method type Description Created on
1