SAP ABAP Class CL_RODPS_DB_CURSOR (Generic Extractor for Database Tables and Views)
Hierarchy
PI_BASIS (Software Component) Basis Plug-In
   BC-EIM-ODP (Application Component) Operational Data Provisioning (ODP) in Search&Analytics
     RODPS_BASE (Package) Basis Objects for Operational Data Provider
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RODPS_ODP_CURSOR Cursor 20100715
Properties
Class CL_RODPS_DB_CURSOR  
Short Description Generic Extractor for Database Tables and Views    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class RODPS_BASE    
Program status     
Category 0   
Package RODPS_BASE   Basis Objects for Operational Data Provider 
Created 20100715   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_RODPS_BASE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 IF_RODPS_DS_CURSOR_FACTORY Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_RODPS_ODP_DIRECT_ACCESS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 SBIWA Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RODPS_ODP_CURSOR Cursor 20100715
Friends
Class CL_RODPS_DB_CURSOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_OPENSQL Constant Public See coding 20100715
2 C_TABFORM Constant Public See coding 20100715
3 P_CURSOR Instance attribute Private Type reference (TYPE) CURSOR Database Cursor 20100715
4 P_GROUP_BY Instance attribute Private Type reference (TYPE) STRING Grouping 20100715
5 P_MAXIMUM_ROWS Instance attribute Private Type reference (TYPE) I Max. Size of Result Set in Data Records (0 = Unlimited) 20100715
6 P_ORDER_BY Instance attribute Private Type reference (TYPE) STRING Sorting 20100715
7 P_SELECT Instance attribute Private Type reference (TYPE) STRING Projection, Aggregation and/or Renaming 20100715
8 P_STATE Instance attribute Private Type reference (TYPE) IF_RODPS_ODP_CURSOR~T_STATE Cursor state 20100715
9 P_TABNAME Instance attribute Private Type reference (TYPE) TABNAME Table Name 20100715
10 P_WHERE Instance attribute Private Type reference (TYPE) STRING Selection 20100715
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20100715
Events
Class CL_RODPS_DB_CURSOR has no event.
Types
Class CL_RODPS_DB_CURSOR 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_LOG Call by reference Object reference (TYPE REF TO) IF_ODQ_LOG Protokoll-Handle für Operationale DeltaQueue 20100715
2 Importing IR_SELECTION_SET Call by reference Object reference (TYPE REF TO) CL_RSMDS_SET Selektion als multi-dimensionales Mengenobjekt 20100715
3 Importing IT_FIELD_AGGREGATIONS Call by reference Type reference (TYPE) IF_RODPS_BASE=>TT_FIELD_AGGREGATIONS Projektion, Aggregation und (Spalten-)Umbenennung 20100715
4 Importing IT_SORT_DESCRIPTIONS Call by reference Type reference (TYPE) IF_RODPS_BASE=>TT_SORT_DESCRIPTIONS Sortierung 20100715
5 Importing I_MAXIMUM_ROWS Call by reference Type reference (TYPE) I Größenbeschränkung der Ergebnismenge (0 = unbeschränkt) 20100715
6 Importing I_NO_AGGREGATION Call by reference Type reference (TYPE) SBIWA_FLAG SBIWA_C_FLAG_OFF Aggregation explizit ausschalten (kein SELECT DISTINCT) 20100715
7 Importing I_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellen-/Viewname 20100715
# Exception Resumable Description Created on
1 CX_RODPS_ACCESS_ERROR Fehler beim Datenzugriff 20100715
2 CX_RODPS_INPUT_INVALID Ungültige Eingabe 20100715
3 CX_RODPS_NO_MORE_DATA Keine weiteren Datensätze in der Ergebnismenge 20100715
History
Last changed by/on SAP  20130531 
SAP Release Created in 731