SAP ABAP Class CL_RSMDP_CURSOR (Master Data: Database Cursor)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DBA (Application Component) Data Basis
⤷
RSMDP (Package) Master Data Processing
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSMDP_OBJECT | Master Data: Object (Abstract) | 20070629 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSMDP_ITERATOR | Master Data: Iterator | 20070629 |
Properties
| Class | CL_RSMDP_CURSOR | |
| Short Description | Master Data: Database Cursor | |
| Super Class | CL_RSMDP_OBJECT | Master Data: Object (Abstract) |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSMDP | Master Data Processing |
| Created | 20070629 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSMDP_ITERATOR | Master Data: Iterator | 20070629 |
Friends
Class CL_RSMDP_CURSOR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | CURSOR | Database Cursor | 20070629 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | I | Package Size for FETCH Statement | 20070629 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSMDP_PACKAGE | Reference to Data Package that is Written To | 20070629 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSMDP_SELECT | Reference to SELECT Statement | 20070629 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Closes Database Cursor | 20130906 | |
| 2 | Instance method | Public | Constructor | Constructor | 20070629 | |
| 3 | Instance method | Public | Method | Opens Database Cursor | 20070629 | |
| 4 | Instance method | Public | Method | Passes Package Size for FETCH Statement | 20070629 |
Events
Class CL_RSMDP_CURSOR has no event.
Types
Class CL_RSMDP_CURSOR has no local type.
Method Signatures
Method CLOSE Signature
Method CLOSE on class CL_RSMDP_CURSOR has no parameter.
Method CLOSE on class CL_RSMDP_CURSOR has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_SELECT | Call by reference | Object reference (TYPE REF TO) | CL_RSMDP_SELECT | Referenz auf SELECT-Statement | 20070629 |
Method CONSTRUCTOR on class CL_RSMDP_CURSOR has no exception.
Method OPEN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_WITH_HOLD | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | TRUE: Datenbank-Cursor wird mit Option WITH HOLD geöffnet | 20070629 |
Method OPEN on class CL_RSMDP_CURSOR has no exception.
Method SET_PACKAGE_SIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PACKAGE_SIZE | Call by reference | Type reference (TYPE) | I | Paketgröße für FETCH-Statement | 20070629 |
Method SET_PACKAGE_SIZE on class CL_RSMDP_CURSOR has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 710 |