SAP ABAP Class CL_RSARCH_IPRO_CURSOR (Cursor for Archive Access)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DST (Application Component) Data Staging
⤷
RSARCH (Package) BW Archiving

⤷

⤷

Properties
Class | CL_RSARCH_IPRO_CURSOR | |
Short Description | Cursor for Archive Access | |
Super Class | ||
Instantiability of a Class | 1 | Protected |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSARCH | BW Archiving |
Created | 20010611 | SAP |
Last change | 20130531 | 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) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
3 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSARCH_IPRO_CURSOR has no interface implemented.
Friends
Class CL_RSARCH_IPRO_CURSOR has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | I | 20010611 | |||
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TABNAME | Table Name | 20010611 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Perform Currency Conversion | 20050228 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20050214 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | OBJCT_TR01 | Archiving Object | 20010612 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSARCH_RT_FILE_SELECTIONS | Bw Archiving: Selection of Archive Data | 20010612 | ||
7 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSDRV_SRVS_CURR_CONV | Data Manager: Currency Conversion | 20050225 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ADMI_RUN_D | Current Archiving Run | 20050228 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20010611 | |
2 | ![]() |
Instance method | Public | Constructor | 20010611 | |
3 | ![]() |
Static method | Public | Method | 20050228 | |
4 | ![]() |
Instance method | Public | Method | 20010611 | |
5 | ![]() |
Static method | Public | Method | Open Cursor | 20010611 |
6 | ![]() |
Instance method | Public | Method | Reopen Cursor | 20010612 |
Events
Class CL_RSARCH_IPRO_CURSOR has no event.
Types
Class CL_RSARCH_IPRO_CURSOR has no local type.
Method Signatures
Method CLOSE Signature
Method CLOSE on class CL_RSARCH_IPRO_CURSOR has no parameter.
Method CLOSE on class CL_RSARCH_IPRO_CURSOR has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20050214 | ||
2 | ![]() |
I_OBJECT | Call by reference | Type reference (TYPE) | OBJCT_TR01 | Archivierungsobjekt | 20010611 | ||
3 | ![]() |
I_RT_FILE_SELECTIONS | Call by reference | Type reference (TYPE) | RSARCH_RT_FILE_SELECTIONS | BW Archivierung: Selektion von Archivdateien | 20010611 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20010611 |
Method CURRENCY_CONVERSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_R_CURR_CONV | Call by reference | Object reference (TYPE REF TO) | CL_RSDRV_SRVS_CURR_CONV | Data-Manager: Currency Conversion | 20050228 | ||
2 | ![]() |
C_T_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20050228 | |||
3 | ![]() |
I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20050228 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BW Basis Exception mit T100 Meldung (statisch geprüft) | 20050228 |
Method FETCH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20010611 | |||
2 | ![]() |
I_APPEND | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20010613 | |
3 | ![]() |
I_PACKAGE_SIZE | Call by reference | Type reference (TYPE) | I | 0 | 20010611 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20010611 | ||
2 | ![]() |
20010611 |
Method OPEN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20010611 | ||
2 | ![]() |
I_RT_FILE_SELECTIONS | Call by reference | Type reference (TYPE) | RSARCH_RT_FILE_SELECTIONS | Range-Tabelle für Archivdateien | 20010611 | ||
3 | ![]() |
I_T_FIELD_SELECTIONS | Call by reference | Type reference (TYPE) | RSARCH_T_FIELD_SELECTIONS | BW Archivierung: Selektionsbedingungen für Felder | 20010611 | ||
4 | ![]() |
R_R_IPRO_CURSOR | Value transfer | Object reference (TYPE REF TO) | CL_RSARCH_IPRO_CURSOR | Cursor für Archivzugriff | 20010611 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20010612 |
Method REOPEN Signature
Method REOPEN on class CL_RSARCH_IPRO_CURSOR has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20010612 | ||
2 | ![]() |
20010612 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 30A |