SAP ABAP Class CL_RSMDP_ITERATOR (Master Data: Iterator)
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) | 20070330 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSMDP_ITERATOR | Master Data: Iterator | 20070330 |
Properties
Class | CL_RSMDP_ITERATOR | |
Short Description | Master Data: Iterator | |
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 | 20070330 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_RSMDP_ITERATOR has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_RSMDP_ITERATOR | Master Data: Iterator | 20070330 |
Friends
Class CL_RSMDP_ITERATOR has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_RSMDP_FILTER | Reference to Filter | 20070525 | ||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_RSMDP_GROUPING | Reference to Parameters for Sorting and Grouping | 20070626 | ||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_RSMDP_ITERABLE | Reference to Object to be Iterated | 20070521 | ||
4 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSMDP_PACKAGE | Reference to Data Package that is Written To | 20080122 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSMDP_T_R_ITERATOR | Table with References to Iterators Used | 20070402 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Closes the used cursor | 20130906 |
2 | ![]() |
Instance method | Public | Constructor | Constructor | 20070330 |
3 | ![]() |
Instance method | Private | Method | Returns Reference to Database Cursor | 20070629 |
4 | ![]() |
Instance method | Public | Method | Returns Reference to Object to be Iterated | 20070702 |
5 | ![]() |
Instance method | Private | Method | Returns Reference to SELECT Statement | 20080128 |
6 | ![]() |
Instance method | Public | Method | Configures Iterator with Reference to Filter | 20070626 |
7 | ![]() |
Instance method | Public | Method | Configures Iterator with Reference to Grouping Parameter | 20070626 |
Events
Class CL_RSMDP_ITERATOR has no event.
Types
Class CL_RSMDP_ITERATOR has no local type.
Method Signatures
Method CLOSE_CURSOR Signature
Method CLOSE_CURSOR on class CL_RSMDP_ITERATOR has no parameter.
Method CLOSE_CURSOR on class CL_RSMDP_ITERATOR has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_ITERABLE | Call by reference | Object reference (TYPE REF TO) | IF_RSMDP_ITERABLE | Referenz auf iterierbares Objekt | 20070521 | ||
2 | ![]() |
I_TYPE | Call by reference | Type reference (TYPE) | STRING | Typ des Iterators | 20080128 |
Method CONSTRUCTOR on class CL_RSMDP_ITERATOR has no exception.
Method GET_R_CURSOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_OPEN | Value transfer | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | TRUE: Datenbank-Cursor wird geöffnet | 20080128 | |
2 | ![]() |
R_R_CURSOR | Value transfer | Object reference (TYPE REF TO) | CL_RSMDP_CURSOR | Referenz auf Datenbank-Cursor | 20070629 |
Method GET_R_CURSOR on class CL_RSMDP_ITERATOR has no exception.
Method GET_R_ITERABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_R_ITERABLE | Value transfer | Object reference (TYPE REF TO) | IF_RSMDP_ITERABLE | Referenz auf zu iterierendes Objekt | 20070702 |
Method GET_R_ITERABLE on class CL_RSMDP_ITERATOR has no exception.
Method GET_R_SELECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_R_SELECT | Value transfer | Object reference (TYPE REF TO) | CL_RSMDP_SELECT | Referenz auf SELECT-Statement | 20080128 |
Method GET_R_SELECT on class CL_RSMDP_ITERATOR has no exception.
Method SET_R_FILTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_FILTER | Call by reference | Object reference (TYPE REF TO) | IF_RSMDP_FILTER | Referenz auf Filter | 20070626 |
Method SET_R_FILTER on class CL_RSMDP_ITERATOR has no exception.
Method SET_R_GROUPING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_GROUPING | Call by reference | Object reference (TYPE REF TO) | IF_RSMDP_GROUPING | Referenz auf Parameter für Sortierung und Gruppierung | 20070626 |
Method SET_R_GROUPING on class CL_RSMDP_ITERATOR has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 710 |