Hierarchy
⤷
⤷
Properties
| Class | CL_RSODP_R3IS | |
| Short Description | Operational Data Provider for InfoSets | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSODP | Operational Data Provisioning (BW Part) |
| Created | 20080710 | 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 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 4 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 5 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSODP_R3IS has no interface implemented.
Friends
Class CL_RSODP_R3IS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20090327 | |||||
| 2 | Constant | Public | See coding | 20090313 | |||||
| 3 | Constant | Public | See coding | 20090327 | |||||
| 4 | Instance attribute | Private | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20080910 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Flag structure | 20080919 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | SY-LANGU | Language Key of Current Text Environment | 20090206 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | RSODPSTAT | ODP Status | 20090219 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | RSODPTYPE | ODP Type | 20081216 | |||
| 9 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSD_DTA | Data Target for Transaction Data | 20081210 | |||
| 10 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSRTS_METADATA_R3IS | Metadata for Query on Virtual InfoProvider | 20081110 | |||
| 11 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSODP_R3IS_SELECTIONS | Adminstrates Query Selection and Replication Selections | 20081112 | |||
| 12 | Instance attribute | Private | Object reference (TYPE REF TO) | LCL_ODP_STATUS | 20090219 | ||||
| 13 | Static Attribute | Private | Type reference (TYPE) | TTH_ODP_LIST | 20080919 | ||||
| 14 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | 20080919 | ||||
| 15 | Instance attribute | Private | Type reference (TYPE) | TT_SEL_RANGE | 20090127 | ||||
| 16 | Instance attribute | Private | Type reference (TYPE) | TT_SEL_SINGLE_VAL_BY_DIM | 20090127 | ||||
| 17 | Instance attribute | Private | Type reference (TYPE) | TT_SEL_SINGLE_VAL | 20090127 |
Methods
Events
Class CL_RSODP_R3IS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_BATCH_CONTROL | Private | See coding | 20081126 | BEGIN OF ts_batch_control,
batch_no TYPE int4,
process TYPE int4,
status TYPE rsstatus,
END OF ts_batch_control
|
||
| 2 | TS_ODP_LIST | Private | See coding | 20080919 | BEGIN OF ts_odp_list,
infoprov TYPE rsinfoprov,
langu type sy-langu,
odp TYPE REF TO cl_rsodp_r3is,
END OF ts_odp_list
|
||
| 3 | TS_SEL_RANGE | Public | See coding | 20081118 | BEGIN OF ts_sel_range,
selname TYPE rsscr_name,
sign TYPE rssign,
option TYPE rsoption,
low TYPE rslow,
high TYPE rshigh,
END OF ts_sel_range
|
||
| 4 | TS_SEL_SINGLE_VAL | Public | See coding | 20081118 | BEGIN OF ts_sel_single_val,
number TYPE int4,
selname TYPE rsscr_name,
low TYPE rslow,
"value TYPE rslow,
END OF ts_sel_single_val
|
||
| 5 | TS_SEL_SINGLE_VAL_BY_DIM | Public | See coding | 20081118 | BEGIN OF ts_sel_single_val_by_dim,
selname TYPE rsscr_name,
low TYPE rslow,
END OF ts_sel_single_val_by_dim
|
||
| 6 | TTH_ODP_LIST | Private | See coding | 20080919 | tth_odp_list TYPE HASHED TABLE OF ts_odp_list WITH UNIQUE KEY infoprov langu
|
||
| 7 | TTS_DATADESC | Private | See coding | 20080822 | tts_datadesc TYPE SORTED TABLE OF rsrts_datadesc WITH NON-UNIQUE KEY tabname fieldname
|
||
| 8 | TTTR_SETS | Public | See coding | 20090311 | tttr_sets TYPE STANDARD TABLE OF rsmds_tr_sets
|
||
| 9 | TT_BATCH_CONTROL | Private | See coding | 20081126 | tt_batch_control TYPE STANDARD TABLE OF ts_batch_control
|
||
| 10 | TT_RANGES | Public | See coding | 20081106 | tt_ranges TYPE STANDARD TABLE OF rsdri_t_range WITH DEFAULT KEY
|
||
| 11 | TT_SELS | Public | See coding | 20090212 | tt_sels TYPE STANDARD TABLE OF rsscr_name
|
||
| 12 | TT_SEL_RANGE | Public | See coding | 20081118 | tt_sel_range TYPE STANDARD TABLE OF ts_sel_range
|
||
| 13 | TT_SEL_SINGLE_VAL | Public | See coding | 20081118 | tt_sel_single_val TYPE STANDARD TABLE OF ts_sel_single_val
|
||
| 14 | TT_SEL_SINGLE_VAL_BY_DIM | Public | See coding | 20081118 | tt_sel_single_val_by_dim TYPE STANDARD TABLE OF ts_sel_single_val_by_dim
|
||
| 15 | TT_SETS | Public | See coding | 20081104 | tt_sets TYPE STANDARD TABLE OF REF TO cl_rsmds_set
|
||
| 16 | TT_VALUES | Public | See coding | 20081210 | tt_values TYPE STANDARD TABLE OF string
|
||
| 17 | T_UNIVERSE | Public | Object reference (TYPE REF TO) | CL_RSDRC_INFOPROV_UNIVERSE | 20080910 | |
Method Signatures
Method ACTIVATE Signature
Method ACTIVATE on class CL_RSODP_R3IS has no parameter.
Method ACTIVATE on class CL_RSODP_R3IS has no exception.
Method ADAPT_READMODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_READMODE | Call by reference | Type reference (TYPE) | RSRREADMODE | Lesemodus | 20090128 | |||
| 2 | E_VAL_TIMESTAMP_MAX | Call by reference | Type reference (TYPE) | RRDCTMSTVAL0 | Semantische Gültigkeit (Abhängig von ACTUALDATA) | 20090219 | |||
| 3 | E_VAL_TIMESTAMP_MIN | Call by reference | Type reference (TYPE) | RRDCTMSTVAL0 | Semantische Gültigkeit (Abhängig von ACTUALDATA) | 20090219 | |||
| 4 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20090128 | |||
| 5 | I_TSX_SELDR | Call by reference | Type reference (TYPE) | RSDD_TSX_SELDR | Selektion an den Datamanager | 20090128 |
Method ADAPT_READMODE on class CL_RSODP_R3IS 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 | 20080821 | |||
| 2 | I_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | Sprachenschlüssel der aktuellen Textumgebung | 20090206 |
Method CONSTRUCTOR on class CL_RSODP_R3IS has no exception.
Method CREATE_INDICES Signature
Method CREATE_INDICES on class CL_RSODP_R3IS has no parameter.
Method CREATE_INDICES on class CL_RSODP_R3IS has no exception.
Method DEACTIVATE Signature
Method DEACTIVATE on class CL_RSODP_R3IS has no parameter.
Method DEACTIVATE on class CL_RSODP_R3IS has no exception.
Method DEFINE_PARTITION_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FIELDNM | Call by reference | Type reference (TYPE) | RSFIELDNM | Feldname | 20090123 | |||
| 2 | I_SELNAME | Call by reference | Type reference (TYPE) | RSSCR_NAME | ABAP/IV: Name der SELECT-OPTION / des PARAMETERS | 20090123 | |||
| 3 | I_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20090123 |
Method DEFINE_PARTITION_FIELD on class CL_RSODP_R3IS has no exception.
Method DEFINE_SELECTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_RANGE | Call by reference | Type reference (TYPE) | TT_SEL_RANGE | 20081104 | ||||
| 2 | I_T_SINGLE_VAL_BY_DIMENSION | Call by reference | Type reference (TYPE) | TT_SEL_SINGLE_VAL_BY_DIM | 20081118 |
Method DEFINE_SELECTIONS on class CL_RSODP_R3IS has no exception.
Method DEFINE_SPLIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_SPLIT | Call by reference | Type reference (TYPE) | TT_SEL_SINGLE_VAL_BY_DIM | 20081119 |
Method DEFINE_SPLIT on class CL_RSODP_R3IS has no exception.
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_R_MESSAGES | Call by reference | Object reference (TYPE REF TO) | CL_RSODP_R3IS_MESSAGES | Meldungen | 20090325 |
Method DELETE on class CL_RSODP_R3IS has no exception.
Method DELETE_INDICES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_R_MESSAGES | Call by reference | Object reference (TYPE REF TO) | CL_RSODP_R3IS_MESSAGES | Meldungen | 20090325 |
Method DELETE_INDICES on class CL_RSODP_R3IS has no exception.
Method DELETE_PARTITIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_R_MESSAGES | Call by reference | Object reference (TYPE REF TO) | CL_RSODP_R3IS_MESSAGES | Meldungen | 20090325 | |||
| 2 | I_T_PARTITIONS | Call by reference | Type reference (TYPE) | TT_SEL_SINGLE_VAL_BY_DIM | 20090206 | ||||
| 3 | I_T_PARTITION_RANGE | Call by reference | Type reference (TYPE) | TT_SEL_RANGE | 20090206 |
Method DELETE_PARTITIONS on class CL_RSODP_R3IS has no exception.
Method GET_INSTANCE 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 | 20081202 | |||
| 2 | I_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | Sprachenschlüssel der aktuellen Textumgebung | 20090206 | |||
| 3 | R_R_ODP | Value transfer | Object reference (TYPE REF TO) | CL_RSODP_R3IS | Operational Data Provider for InfoSets | 20081202 |
Method GET_INSTANCE on class CL_RSODP_R3IS has no exception.
Method GET_LAST_LOAD_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_BATCH_ID | Call by reference | Type reference (TYPE) | CHAR40 | Batch Id | 20090325 | |||
| 2 | E_STATUS | Call by reference | Type reference (TYPE) | RSODPLOADSTAT | Status | 20090325 |
Method GET_LAST_LOAD_STATUS on class CL_RSODP_R3IS has no exception.
Method GET_PARTITION_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_SELNAME | Call by reference | Type reference (TYPE) | RSSCR_NAME | ABAP/IV: Name der SELECT-OPTION / des PARAMETERS | 20090123 |
Method GET_PARTITION_FIELD on class CL_RSODP_R3IS has no exception.
Method GET_PURE_SELECTION_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_SELECTIONS | Call by reference | Type reference (TYPE) | CL_RSRTS_R3IS_RUNTIME=>NT_T_SELECTION_FIELD | 20090518 | ||||
| 2 | E_T_SELFIELDS | Call by reference | Type reference (TYPE) | TT_SELS | 20090212 |
Method GET_PURE_SELECTION_FIELDS on class CL_RSODP_R3IS has no exception.
Method GET_SELECTION_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_R_SELECTION_HANDLER | Value transfer | Object reference (TYPE REF TO) | CL_RSODP_R3IS_SELECTIONS | Verwaltet Query- und Replikationsselektionen | 20081114 |
Method GET_SELECTION_HANDLER on class CL_RSODP_R3IS has no exception.
Method GET_SELECTION_METADATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_PURE_SELECTIONS | Call by reference | Type reference (TYPE) | TT_SELS | 20090518 | ||||
| 2 | E_T_SELECTION_METADATA | Call by reference | Type reference (TYPE) | CL_RSRTS_R3IS_RUNTIME=>NT_T_SELECTION_FIELD | 20090518 |
Method GET_SELECTION_METADATA on class CL_RSODP_R3IS has no exception.
Method GET_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_ACTIVE | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20081124 | |||
| 2 | E_ENABLED | Call by reference | Type reference (TYPE) | RS_BOOL | BIA für Queryzugriff nutzen | 20090219 | |||
| 3 | E_EXISTS | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20081124 | |||
| 4 | E_FIRST_LOAD | Call by reference | Type reference (TYPE) | RSTIMESTMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20090219 | |||
| 5 | E_LAST_LOAD | Call by reference | Type reference (TYPE) | RSTIMESTMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20090113 |
Method GET_STATUS on class CL_RSODP_R3IS has no exception.
Method GET_TREX_PARTITIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_PARTITION_LIST | Call by reference | Type reference (TYPE) | TT_SEL_SINGLE_VAL_BY_DIM | 20090206 |
Method GET_TREX_PARTITIONS on class CL_RSODP_R3IS has no exception.
Method GET_TREX_SELECTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_RANGES | Call by reference | Type reference (TYPE) | RSDRI_TX_RANGETAB | BW-Data-Manager: Tabelle von Range Liste | 20090129 |
Method GET_TREX_SELECTIONS on class CL_RSODP_R3IS has no exception.
Method LOAD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_R_MESSAGES | Call by reference | Object reference (TYPE REF TO) | CL_RSODP_R3IS_MESSAGES | Meldungen | 20090206 | |||
| 2 | I_KEEP_CONTENT | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20090127 | ||
| 3 | I_T_PARTITIONS | Call by reference | Type reference (TYPE) | TT_SEL_SINGLE_VAL_BY_DIM | 20081211 | ||||
| 4 | I_T_PARTITION_RANGE | Call by reference | Type reference (TYPE) | TT_SEL_RANGE | 20081217 |
Method LOAD on class CL_RSODP_R3IS has no exception.
Method RECORD_QUERY_SELECTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_STAT | Call by reference | Object reference (TYPE REF TO) | CL_RSDD_STATDM_ACCESS | Dm Statistik-Erfassung, Einzelzugriff | 20080908 | |||
| 2 | I_TREX_USED | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20080911 | |||
| 3 | I_TSX_SELDR | Call by reference | Type reference (TYPE) | RSDD_TSX_SELDR | Selektion an den Datamanager | 20080908 |
Method RECORD_QUERY_SELECTIONS on class CL_RSODP_R3IS has no exception.
Method SE16 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_R_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20081117 |
Method SE16 on class CL_RSODP_R3IS has no exception.
Method USE_TREX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TSX_SELDR | Call by reference | Type reference (TYPE) | RSDD_TSX_SELDR | Selektion an den Datamanager | 20090212 | |||
| 2 | R_USE_TREX | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20090212 |
Method USE_TREX on class CL_RSODP_R3IS has no exception.
Method _ANALYZE_LOAD_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_BATCH_ID | Call by reference | Type reference (TYPE) | RSBTC_BATCH_ID | Batch Id | 20090707 | |||
| 2 | E_IS_UPDATE | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20090707 | |||
| 3 | E_STATUS | Call by reference | Type reference (TYPE) | RSODPLOADSTAT | Status | 20090707 |
Method _ANALYZE_LOAD_STATUS on class CL_RSODP_R3IS has no exception.
Method _BUILD_INDICES 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 | 20100107 | |||
| 2 | I_TH_COMP_TO_ATTRNAME | Call by reference | Type reference (TYPE) | CL_RSODP_INDEX=>TTH_COMP_TO_ATTRNAME | 20090630 | ||||
| 3 | I_T_COMP | Call by reference | Type reference (TYPE) | ABAP_COMPDESCR_TAB | 20090630 | ||||
| 4 | I_T_KEYFIGURES | Call by reference | Type reference (TYPE) | TREXT_KEY_FIGURE_2 | Kennzahl | 20090630 | |||
| 5 | I_WITH_POLESTAR | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20091201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler | 20090630 |
Method _CREATE_INDICES Signature
Method _CREATE_INDICES on class CL_RSODP_R3IS has no parameter.
Method _CREATE_INDICES on class CL_RSODP_R3IS has no exception.
Method _DELETE_INDICES Signature
Method _DELETE_INDICES on class CL_RSODP_R3IS has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler | 20081209 |
Method _DELETE_ODP Signature
Method _DELETE_ODP on class CL_RSODP_R3IS has no parameter.
Method _DELETE_ODP on class CL_RSODP_R3IS has no exception.
Method _DELETE_PARTITIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_SELECTION_HANDLER | Call by reference | Object reference (TYPE REF TO) | CL_RSODP_R3IS_SELECTIONS | Verwaltet Query- und Replikationsselektionen | 20081216 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler | 20081210 |
Method _GET_DEBUG_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_DEBUG_MODE | Value transfer | Type reference (TYPE) | RSODPDEBUG | Boolean | 20081210 |
Method _GET_DEBUG_MODE on class CL_RSODP_R3IS has no exception.
Method _GET_DTA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_R_DTA | Value transfer | Object reference (TYPE REF TO) | CL_RSD_DTA | Datenziel für Bewegungsdaten | 20081210 |
Method _GET_DTA on class CL_RSODP_R3IS has no exception.
Method _GET_METADATA_R3IS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_R_METADATA | Value transfer | Object reference (TYPE REF TO) | CL_RSRTS_METADATA_R3IS | Metadaten für Query auf virtuellem InfoProvider | 20081105 |
Method _GET_METADATA_R3IS on class CL_RSODP_R3IS has no exception.
Method _GET_ODPTYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_ODPTYPE | Value transfer | Type reference (TYPE) | RSODPTYPE | ODP Typ | 20090109 |
Method _GET_ODPTYPE on class CL_RSODP_R3IS has no exception.
Method _GET_SELECTION_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_METADATA | Call by reference | Object reference (TYPE REF TO) | CL_RSRTS_METADATA_R3IS | Metadaten für Query auf virtuellem InfoProvider | 20081126 | |||
| 2 | R_R_SELECTION_HANDLER | Value transfer | Object reference (TYPE REF TO) | CL_RSODP_R3IS_SELECTIONS | Verwaltet Query- und Replikationsselektionen | 20081124 |
Method _GET_SELECTION_HANDLER on class CL_RSODP_R3IS has no exception.
Method _GET_UNIVERSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_R_UNIVERSE | Value transfer | Object reference (TYPE REF TO) | CL_RS_INFOOBJECT_UNIVERSE | Globales Universe auf InfoObjekten | 20080908 |
Method _GET_UNIVERSE on class CL_RSODP_R3IS has no exception.
Method _LOAD_BATCH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_BATCH_ID | Call by reference | Type reference (TYPE) | RSBTC_BATCH_ID | Batch Id | 20090312 | |||
| 2 | I_R_SELECTION_HANDLER | Call by reference | Object reference (TYPE REF TO) | CL_RSODP_R3IS_SELECTIONS | Verwaltet Query- und Replikationsselektionen | 20090312 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler | 20090312 |
Method _READ_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_R_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20081106 | ||||
| 2 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20081106 | |||
| 3 | I_T_SELECTION | Call by reference | Type reference (TYPE) | RSDRI_T_RANGE | Multi-dimensionale Menge | 20081106 |
Method _READ_DATA on class CL_RSODP_R3IS has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 720 |