SAP ABAP Class CL_RSDA_DB6_CURSOR (DB6 NLS Cursor Class)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-SYS-DB-DB6 (Application Component) BW DB2 Universal Database
     RSDB6_NLS (Package) RSDB6_NLS
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSDAI_NEARLINE_CURSOR Cursor on a Nearline Provider 20081210
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSDA_DB6_CONSTANTS DB6 Constants for Near-Line Storage Archiving 20091013
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSDA_DB6_ADBC_LOOKUP_CURSOR DB6 NLS-Cursor Class: Access using ADBC 20090624
Properties
Class CL_RSDA_DB6_CURSOR  
Short Description DB6 NLS Cursor Class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class RS_DB_DB6    
Program status     
Category 0   
Package RSDB6_NLS   RSDB6_NLS 
Created 20081210   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_RSDAI_NEARLINE_CONNECTION Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 IF_RSDA_DB6_CONSTANTS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSDAI_NEARLINE_CURSOR Cursor on a Nearline Provider 20081210
2 IF_RSDA_DB6_CONSTANTS DB6 Constants for Near-Line Storage Archiving 20091013
Friends
Class CL_RSDA_DB6_CURSOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_CURSOR Instance attribute Protected Type reference (TYPE) CURSOR Cursor Name 20081210
2 P_CURSOR_PREPARED Instance attribute Protected Type reference (TYPE) RS_BOOL Boolean 20090513
3 P_FOR_VERIFICATION Instance attribute Protected Type reference (TYPE) IF_RSDAI_NEARLINE_CONNECTION=>BOOLEAN Boolean 20090513
4 P_FROM_CLAUSE Instance attribute Protected Type reference (TYPE) STRING FROM Clause of SELECT Command 20081210
5 P_GROUPBY_CLAUSE Instance attribute Protected Type reference (TYPE) STRING GROUP BY Clause of SELECT Command 20081210
6 P_GROUP_BY Instance attribute Protected Type reference (TYPE) RS_BOOL Boolean 20090513
7 P_MAXIMUM_ROWS Instance attribute Protected Type reference (TYPE) IF_RSDAI_NEARLINE_CONNECTION=>ROW_COUNTER Data Type for Record Counter (Value Range > 64 Bit Integer) 20090513
8 P_NEEDS_REQUEST_TABLE Instance attribute Protected Type reference (TYPE) IF_RSDA_DB6_CONSTANTS=>TY_TEMP_TABLE 20091013
9 P_ORDERBY_CLAUSE Instance attribute Protected Type reference (TYPE) STRING ORDER BY Clause of SELECT Command 20081210
10 P_REQUEST_TABNAME Instance attribute Protected Type reference (TYPE) STRING 20091013
11 P_ROWS_READ Instance attribute Protected Type reference (TYPE) IF_RSDAI_NEARLINE_CONNECTION=>ROW_COUNTER Data Type for Record Counter (Value Range > 64 Bit Integer) 20091013
12 P_R_CONNECTION Instance attribute Protected Object reference (TYPE REF TO) CL_RSDA_DB6_CONNECTION Reference to an NLS Connection 20081210
13 P_R_INFOPROV Instance attribute Protected Object reference (TYPE REF TO) CL_RSDA_DB6_INFOPROVIDER Reference to an InfoProvider 20081210
14 P_R_LOG Instance attribute Protected Object reference (TYPE REF TO) IF_RSDAI_NEARLINE_LOG Log 20090318
15 P_R_RESULT_SET Instance attribute Protected Object reference (TYPE REF TO) CL_SQL_RESULT_SET Result set object 20091013
16 P_R_SELECTION_SET Instance attribute Protected Object reference (TYPE REF TO) CL_RSMDS_SET Multi-Dimensional Quantity 20081210
17 P_SELECT_LIST_CLAUSE Instance attribute Protected Type reference (TYPE) STRING Selected Fields of SELECT Command 20081210
18 P_SELECT_STMT Instance attribute Protected Type reference (TYPE) STRING Complete SELECT Command 20081210
19 P_SUBRC Instance attribute Protected Type reference (TYPE) SY-SUBRC Return Value of ABAP Statement 20081210
20 P_S_TABLE_HEADER Instance attribute Protected Type reference (TYPE) RSDAI_S_TABLE_HEADER BW Near-Line Interface: Tables 20081210
21 P_T_FIELD_SELECTIONS Instance attribute Protected Type reference (TYPE) IF_RSDAI_NEARLINE_CONNECTION=>T_FIELD_SELECTIONS BW Near-Line Interface: Selected Fields 20081210
22 P_T_REQUESTS Instance attribute Protected Type reference (TYPE) IF_RSDA_DB6_CONSTANTS=>TY_T_REQUID Natural Number 20091013
23 P_WHERE_CLAUSE Instance attribute Protected Type reference (TYPE) STRING WHERE Clause of SELECT Command 20081210
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20081210
2 CREATE_REQUEST_TABLE Instance method Protected Method Creates the request table 20091013
3 DROP_TABLE Instance method Protected Method Deletes a table 20091013
Events
Class CL_RSDA_DB6_CURSOR has no event.
Types
Class CL_RSDA_DB6_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 I_CALLING_METHOD Call by reference Type reference (TYPE) STRING Anrufquelle 20090513
2 Importing I_FOR_VERIFICATION Call by reference Type reference (TYPE) IF_RSDAI_NEARLINE_CONNECTION=>BOOLEAN RS_C_FALSE 20081211
3 Importing I_GROUP_BY Call by reference Type reference (TYPE) RS_BOOL 20081211
4 Importing I_MAXIMUM_ROWS Call by reference Type reference (TYPE) IF_RSDAI_NEARLINE_CONNECTION=>ROW_COUNTER 20090513
5 Importing I_R_CONNECTION Call by reference Object reference (TYPE REF TO) CL_RSDA_DB6_CONNECTION 20081211
6 Importing I_R_LOG Call by reference Object reference (TYPE REF TO) IF_RSDAI_NEARLINE_LOG 20081211
7 Importing I_R_SELSET Call by reference Object reference (TYPE REF TO) CL_RSMDS_SET 20081211
8 Importing I_S_HEADER Call by reference Type reference (TYPE) IF_RSDAI_NEARLINE_CONNECTION=>S_TABLE_HEADER 20081211
9 Importing I_T_SELFIELDS Call by reference Type reference (TYPE) IF_RSDAI_NEARLINE_CONNECTION=>T_FIELD_SELECTIONS 20081211
# Exception Resumable Description Created on
1 CX_RSDAI_ACTION_FAILED Aktion wurde abgebrochen 20081216

Method CREATE_REQUEST_TABLE Signature

Method CREATE_REQUEST_TABLE on class CL_RSDA_DB6_CURSOR has no parameter.
# Exception Resumable Description Created on
1 CX_RSDAI_ACTION_FAILED Aktion wurde abgebrochen 20091013

Method DROP_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TABNAME Call by reference Type reference (TYPE) STRING 20091013
# Exception Resumable Description Created on
1 CX_RSDAI_ACTION_FAILED Aktion wurde abgebrochen 20091013
History
Last changed by/on SAP  20130531 
SAP Release Created in 702