SAP ABAP Class CL_RODPS_DB_LOOKUP_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 20101004
Properties
Class CL_RODPS_DB_LOOKUP_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 20101004   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_RODPS_DS_CURSOR_FACTORY Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_RODPS_ODP Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_RODPS_ODP_DIRECT_ACCESS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 IF_RODPS_ODP_LOOKUP Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
6 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 20101004
Friends
Class CL_RODPS_DB_LOOKUP_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 20101004
2 C_TABFORM Constant Public See coding 20101004
3 PT_LOOKUP_DATA_REF Instance attribute Private Object reference (TYPE REF TO) DATA 20101004
4 P_CURSOR Instance attribute Private Type reference (TYPE) CURSOR Database Cursor 20101004
5 P_MAXIMUM_ROWS Instance attribute Private Type reference (TYPE) I Max. Size of Result Set in Data Records (0 = Unlimited) 20101004
6 P_ORDER_BY_PRIMARY_KEY Instance attribute Private Type reference (TYPE) BOOLEAN Sorting 20101004
7 P_SELECT Instance attribute Private Type reference (TYPE) STRING Projection, Aggregation and/or Renaming 20101004
8 P_STATE Instance attribute Private Type reference (TYPE) IF_RODPS_ODP_CURSOR~T_STATE Cursor state 20101004
9 P_TABNAME Instance attribute Private Type reference (TYPE) TABNAME Table Name 20101004
10 P_WHERE Instance attribute Private Type reference (TYPE) STRING Selection 20101004
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20101004
Events
Class CL_RODPS_DB_LOOKUP_CURSOR has no event.
Types
Class CL_RODPS_DB_LOOKUP_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 20101004
2 Importing IR_SELECTION_SET Call by reference Object reference (TYPE REF TO) CL_RSMDS_SET Selektion als Mengenobjekt 20101004
3 Importing IT_FIELD_PROJECTIONS Call by reference Type reference (TYPE) IF_RODPS_ODP=>TT_FIELD_PROJECTIONS Projektion und Umbenennung 20101004
4 Importing IT_LOOKUP_CONDITIONS Call by reference Type reference (TYPE) IF_RODPS_ODP_LOOKUP=>TT_LOOKUP_CONDITIONS Lookup-Bedingungen 20101004
5 Importing IT_LOOKUP_DATA Call by reference Type reference (TYPE) STANDARD TABLE Lookup-Daten 20101004
6 Importing I_MAXIMUM_ROWS Call by reference Type reference (TYPE) I Maximale Größe der Ergebnismenge in Datensätzen 20101004
7 Importing I_ORDER_BY_PRIMARY_KEY Call by reference Type reference (TYPE) ABAP_BOOL Nach Primärschlüssel sortieren 20101004
8 Importing I_TABNAME Call by reference Type reference (TYPE) TABNAME DataSource (OSOA/OSOD) 20101004
# Exception Resumable Description Created on
1 CX_RODPS_ACCESS_ERROR Fehler beim Datenzugriff 20101004
2 CX_RODPS_INPUT_INVALID Ungültige Eingabe 20101004
3 CX_RODPS_NO_MORE_DATA Keine weiteren Datensätze in der Ergebnismenge 20101004
History
Last changed by/on SAP  20130531 
SAP Release Created in 731