SAP ABAP Class CL_RSODP_R3IS (Operational Data Provider for InfoSets)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSODP (Package) Operational Data Provisioning (BW Part)
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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_RSODP_INDEX Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_RSODP_R3IS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 CL_RSRTS_R3IS_RUNTIME Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
5 RS 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 C_LAST_LOAD_STATUS Constant Public See coding 20090327
2 C_LOADSTATUS Constant Public See coding 20090313
3 C_ODPTYPE Constant Public See coding 20090327
4 P_INFOPROV Instance attribute Private Type reference (TYPE) RSINFOPROV InfoProvider 20080910
5 P_INITIAL_QUERY Instance attribute Private Type reference (TYPE) RS_BOOL Flag structure 20080919
6 P_LANGU Instance attribute Private Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20090206
7 P_ODPSTAT Instance attribute Private Type reference (TYPE) RSODPSTAT ODP Status 20090219
8 P_ODPTYPE Instance attribute Private Type reference (TYPE) RSODPTYPE ODP Type 20081216
9 P_R_DTA Instance attribute Private Object reference (TYPE REF TO) CL_RSD_DTA Data Target for Transaction Data 20081210
10 P_R_METADATA Instance attribute Private Object reference (TYPE REF TO) CL_RSRTS_METADATA_R3IS Metadata for Query on Virtual InfoProvider 20081110
11 P_R_SELECTION_HANDLER Instance attribute Private Object reference (TYPE REF TO) CL_RSODP_R3IS_SELECTIONS Adminstrates Query Selection and Replication Selections 20081112
12 P_R_STATUS_HANDLER Instance attribute Private Object reference (TYPE REF TO) LCL_ODP_STATUS 20090219
13 P_TH_ODP Static Attribute Private Type reference (TYPE) TTH_ODP_LIST 20080919
14 P_TREX_POSSIBLE Instance attribute Private Type reference (TYPE) RS_BOOL 20080919
15 P_T_SEL_RANGE Instance attribute Private Type reference (TYPE) TT_SEL_RANGE 20090127
16 P_T_SEL_SINGLE_VAL_BY_DIM Instance attribute Private Type reference (TYPE) TT_SEL_SINGLE_VAL_BY_DIM 20090127
17 P_T_SEL_SINGLE_VAL_TUPLES Instance attribute Private Type reference (TYPE) TT_SEL_SINGLE_VAL 20090127
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE Instance method Public Method Use BWA 20081103
2 ADAPT_READMODE Static method Public Method Adjust Read Mode 20090128
3 CONSTRUCTOR Instance method Private Constructor CONSTRUCTOR 20080821
4 CREATE_INDICES Instance method Public Method 20080821
5 DEACTIVATE Instance method Public Method Do Not Use BWA 20081103
6 DEFINE_PARTITION_FIELD Instance method Public Method 20090123
7 DEFINE_SELECTIONS Instance method Public Method 20081104
8 DEFINE_SPLIT Instance method Public Method 20081119
9 DELETE Instance method Public Method 20081114
10 DELETE_INDICES Instance method Public Method 20081124
11 DELETE_PARTITIONS Instance method Public Method 20081210
12 GET_INSTANCE Static method Public Method 20081202
13 GET_LAST_LOAD_STATUS Instance method Public Method 20090325
14 GET_PARTITION_FIELD Instance method Public Method 20090123
15 GET_PURE_SELECTION_FIELDS Instance method Public Method 20090212
16 GET_SELECTION_HANDLER Instance method Public Method 20081114
17 GET_SELECTION_METADATA Instance method Public Method 20090518
18 GET_STATUS Instance method Public Method 20081124
19 GET_TREX_PARTITIONS Instance method Public Method 20090206
20 GET_TREX_SELECTIONS Instance method Public Method 20090129
21 LOAD Instance method Public Method 20081104
22 RECORD_QUERY_SELECTIONS Instance method Public Method 20080908
23 SE16 Instance method Public Method 20081117
24 USE_TREX Instance method Public Method 20090212
25 _ANALYZE_LOAD_STATUS Instance method Private Method 20090707
26 _BUILD_INDICES Instance method Private Method 20090630
27 _CREATE_INDICES Instance method Private Method 20081211
28 _DELETE_INDICES Instance method Private Method 20081114
29 _DELETE_ODP Instance method Private Method 20090109
30 _DELETE_PARTITIONS Instance method Private Method 20081210
31 _GET_DEBUG_MODE Instance method Private Method 20081210
32 _GET_DTA Instance method Private Method 20081210
33 _GET_METADATA_R3IS Instance method Private Method 20081105
34 _GET_ODPTYPE Instance method Private Method 20090109
35 _GET_SELECTION_HANDLER Instance method Private Method 20081124
36 _GET_UNIVERSE Instance method Private Method 20080908
37 _LOAD_BATCH Instance method Private Method 20090312
38 _READ_DATA Static method Public Method 20081106
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 Changing C_READMODE Call by reference Type reference (TYPE) RSRREADMODE Lesemodus 20090128
2 Exporting E_VAL_TIMESTAMP_MAX Call by reference Type reference (TYPE) RRDCTMSTVAL0 Semantische Gültigkeit (Abhängig von ACTUALDATA) 20090219
3 Exporting E_VAL_TIMESTAMP_MIN Call by reference Type reference (TYPE) RRDCTMSTVAL0 Semantische Gültigkeit (Abhängig von ACTUALDATA) 20090219
4 Importing I_INFOPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20090128
5 Importing 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 Importing I_INFOPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20080821
2 Importing 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 Importing I_FIELDNM Call by reference Type reference (TYPE) RSFIELDNM Feldname 20090123
2 Importing I_SELNAME Call by reference Type reference (TYPE) RSSCR_NAME ABAP/IV: Name der SELECT-OPTION / des PARAMETERS 20090123
3 Importing 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 Importing I_T_RANGE Call by reference Type reference (TYPE) TT_SEL_RANGE 20081104
2 Importing 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 Importing 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 Exporting 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 Exporting 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 Exporting E_R_MESSAGES Call by reference Object reference (TYPE REF TO) CL_RSODP_R3IS_MESSAGES Meldungen 20090325
2 Importing I_T_PARTITIONS Call by reference Type reference (TYPE) TT_SEL_SINGLE_VAL_BY_DIM 20090206
3 Importing 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 Importing I_INFOPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20081202
2 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20090206
3 Returning 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 Exporting E_BATCH_ID Call by reference Type reference (TYPE) CHAR40 Batch Id 20090325
2 Exporting 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 Exporting 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 Exporting E_T_SELECTIONS Call by reference Type reference (TYPE) CL_RSRTS_R3IS_RUNTIME=>NT_T_SELECTION_FIELD 20090518
2 Exporting 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 Returning 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 Exporting E_T_PURE_SELECTIONS Call by reference Type reference (TYPE) TT_SELS 20090518
2 Exporting 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 Exporting E_ACTIVE Call by reference Type reference (TYPE) RS_BOOL Boolean 20081124
2 Exporting E_ENABLED Call by reference Type reference (TYPE) RS_BOOL BIA für Queryzugriff nutzen 20090219
3 Exporting E_EXISTS Call by reference Type reference (TYPE) RS_BOOL Boolean 20081124
4 Exporting E_FIRST_LOAD Call by reference Type reference (TYPE) RSTIMESTMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20090219
5 Exporting 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 Exporting 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 Exporting 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 Exporting E_R_MESSAGES Call by reference Object reference (TYPE REF TO) CL_RSODP_R3IS_MESSAGES Meldungen 20090206
2 Importing I_KEEP_CONTENT Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20090127
3 Importing I_T_PARTITIONS Call by reference Type reference (TYPE) TT_SEL_SINGLE_VAL_BY_DIM 20081211
4 Importing 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 Importing I_R_STAT Call by reference Object reference (TYPE REF TO) CL_RSDD_STATDM_ACCESS Dm Statistik-Erfassung, Einzelzugriff 20080908
2 Importing I_TREX_USED Call by reference Type reference (TYPE) RS_BOOL Boolean 20080911
3 Importing 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 Exporting 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 Importing I_TSX_SELDR Call by reference Type reference (TYPE) RSDD_TSX_SELDR Selektion an den Datamanager 20090212
2 Returning 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 Exporting E_BATCH_ID Call by reference Type reference (TYPE) RSBTC_BATCH_ID Batch Id 20090707
2 Exporting E_IS_UPDATE Call by reference Type reference (TYPE) RS_BOOL Boolean 20090707
3 Exporting 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 Importing I_INFOPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20100107
2 Importing I_TH_COMP_TO_ATTRNAME Call by reference Type reference (TYPE) CL_RSODP_INDEX=>TTH_COMP_TO_ATTRNAME 20090630
3 Importing I_T_COMP Call by reference Type reference (TYPE) ABAP_COMPDESCR_TAB 20090630
4 Importing I_T_KEYFIGURES Call by reference Type reference (TYPE) TREXT_KEY_FIGURE_2 Kennzahl 20090630
5 Importing I_WITH_POLESTAR Call by reference Type reference (TYPE) RS_BOOL Boolean 20091201
# Exception Resumable Description Created on
1 CX_RSODP_TREX_ERROR 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 CX_RSODP_TREX_ERROR 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 Importing 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 CX_RSODP_TREX_ERROR Fehler 20081210

Method _GET_DEBUG_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning 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 Returning 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 Returning 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 Returning 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 Importing I_R_METADATA Call by reference Object reference (TYPE REF TO) CL_RSRTS_METADATA_R3IS Metadaten für Query auf virtuellem InfoProvider 20081126
2 Returning 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 Returning 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 Importing I_BATCH_ID Call by reference Type reference (TYPE) RSBTC_BATCH_ID Batch Id 20090312
2 Importing 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 CX_RSODP_TREX_ERROR Fehler 20090312

Method _READ_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_R_DATA Call by reference Object reference (TYPE REF TO) DATA 20081106
2 Importing I_INFOPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20081106
3 Importing 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