SAP ABAP Class CL_RSODSO_UPDATE (Loading of Data into a DataStore Object)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DBA (Application Component) Data Basis
     RSODSO_UPDATE (Package) DataStore Object: Loading of Data
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSODSO_UPDATE_DS Loading of Data into a DataStore Object 20040906
2 Inheritance (c INHERITING FROM c_ref)  CL_RSODSO_UPDATE_FS Loading of Data into a DataStore Object 20040906
Properties
Class CL_RSODSO_UPDATE  
Short Description Loading of Data into a DataStore Object    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSODSO_UPDATE   DataStore Object: Loading of Data 
Created 20040906   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSENQ Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSODSO_UPDATE has no interface implemented.
Friends
Class CL_RSODSO_UPDATE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 O_R_UPDATE_PROP Instance attribute Protected Object reference (TYPE REF TO) CL_RSODSO_UPDATE_PROPERTIES Properties when Loading Requests into a DS Object 20040910
2 O_R_UPDATE_STATUS Instance attribute Protected Object reference (TYPE REF TO) CL_RSODSO_UPDATE_STATUS 20040927
3 O_T_MSG Instance attribute Protected Type reference (TYPE) RSODSO_T_MSG Messages Table 20040909
Methods
# Method Level Visibility Method type Description Created on
1 ACQUIRE_DBMS_LOCK Instance method Protected Method 20111013
2 CHECK_PACKAGE_STATUS Instance method Protected Method 20040914
3 CONSTRUCTOR Instance method Public Constructor 20040909
4 DTP_FACTORY Static method Public Method 20040929
5 ERROR_HANDLING Instance method Public Method 20061024
6 FINALIZE Instance method Protected Method 20040927
7 GET_TARGET_TABLENAME Instance method Protected Method 20040927
8 NDTP_FACTORY Static method Public Method 20040929
9 PREPARE_DATA_PACKAGE Instance method Protected Method 20040906
10 RELEASE_DBMS_LOCK Instance method Protected Method 20111013
11 REMOVE_UPDATE_LOCK Instance method Protected Method 20040906
12 SAVE_AGGREGATION_BEHAVIOR Instance method Public Method 20040906
13 SAVE_SID_INFORMATION Instance method Public Method 20110722
14 SET_PACKAGE_UPDATE_FAILED Instance method Protected Method 20050113
15 SET_PACKAGE_UPDATE_FINISHED Instance method Protected Method 20050113
16 SET_STATUS_BEGIN_UPDATE Instance method Public Method 20040928
17 SET_STATUS_COMPLETE_UPDATE Instance method Public Method 20040928
18 SET_UPDATE_LOCK Instance method Protected Method 20040906
19 STORE_DATA Instance method Protected Method Persists Data Package 20041213
20 WRITE_DATA_PACKAGE Instance method Public Method 20040906
21 WRITE_LOG Instance method Public Method 20070228
22 WRITE_LOG_MESSAGES Instance method Protected Method Writes Messages of Message Table to the Log 20040918
Events
Class CL_RSODSO_UPDATE has no event.
Types
Class CL_RSODSO_UPDATE has no local type.
Method Signatures

Method ACQUIRE_DBMS_LOCK Signature

Method ACQUIRE_DBMS_LOCK on class CL_RSODSO_UPDATE has no parameter.
# Exception Resumable Description Created on
1 CX_RSODSO_DATABASE_ERROR Fehler während der Verarbeitung der Daten 20111013

Method CHECK_PACKAGE_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_PACKAGE_ALREADY_PROCESSED Value transfer Type reference (TYPE) RS_BOOL Boolean 20040914
# Exception Resumable Description Created on
1 CX_RSODSO_STATUS_INCONSISTENT RSODSO Ausnahmehierarchie 20040914

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATAPAKID Call by reference Type reference (TYPE) RSDATAPID Datenpaketnummer 20040909
2 Importing I_ODSOBJECT Call by reference Type reference (TYPE) RSDODSOBJECT DataStore-Objekt 20040909
3 Importing I_REQUEST_GUID Call by reference Type reference (TYPE) RSREQUEST Request GUID 20040909
4 Importing I_REQUEST_SID Call by reference Type reference (TYPE) RSSID Request GUID 20040909
# Exception Resumable Description Created on
1 CX_RSODSO_METADATA_ERROR Fehler während der Verarbeitung der Daten 20040909
2 CX_RSODSO_PARAMETER_MISSING Aktivierung eines ODS-Objektes 20040909

Method DTP_FACTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_R_UPDATE Value transfer Object reference (TYPE REF TO) CL_RSODSO_UPDATE Laden von Daten in ein DataStore-Obj 20040929
2 Importing I_DATAPAKID Call by reference Type reference (TYPE) RSDATAPID Datenpaketnummer 20040929
3 Importing I_HISTORIC_MOVEMENTS Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20130712
4 Importing I_ODSOBJECT Call by reference Type reference (TYPE) RSDODSOBJECT DataStore-Objekt 20040929
5 Importing I_ONLY_CHECK_SIDS Call by reference Type reference (TYPE) RSODSOCHECKONLY RS_C_TRUE Boolean 20130712
6 Importing I_REQUEST_GUID Call by reference Type reference (TYPE) RSREQUEST Request GUID 20040929
7 Importing I_REQUEST_SID Call by reference Type reference (TYPE) RSSID Stammdaten ID 20040929
8 Importing I_R_LOG Call by reference Object reference (TYPE REF TO) CL_RSBM_LOG_CURSOR_RUNTIME DTP: Log- und Error-Objekt 20040929
9 Importing I_T_UPDINFO Call by reference Type reference (TYPE) RSBK_T_UPDINFO DTP: Fortschreibungsinformationen für DTP 20040929
# Exception Resumable Description Created on
1 CX_RSODSO_METADATA_ERROR Fehler während der Verarbeitung der Daten 20040929
2 CX_RSODSO_PARAMETER_MISSING RSODSO Ausnahmehierarchie 20040929

Method ERROR_HANDLING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_MSG Call by reference Type reference (TYPE) RSODSO_T_MSG 20061024
2 Exporting E_INSERTS Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20100820
3 Importing I_R_DATAPACKAGE Call by reference Type reference (TYPE) DATA 20061024
# Exception Resumable Description Created on
1 CX_RSODSO_DATABASE_ERROR Fehler während der Verarbeitung der Daten 20061024
2 CX_RSODSO_METADATA_ERROR Fehler während der Verarbeitung der Daten 20061024

Method FINALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LOCKID Call by reference Type reference (TYPE) RSENQ_LOCKID Sperr-ID des Sperr-Managers 20040927
# Exception Resumable Description Created on
1 CX_RSODSO_METADATA_ERROR Fehler während der Verarbeitung der Daten 20040927
2 CX_RSODSO_PARAMETER_MISSING Aktivierung eines ODS-Objektes 20041001

Method GET_TARGET_TABLENAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_TABLENAME Value transfer Type reference (TYPE) TABNAME Tabellenname 20040927

Method GET_TARGET_TABLENAME on class CL_RSODSO_UPDATE has no exception.

Method NDTP_FACTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_R_UPDATE Value transfer Object reference (TYPE REF TO) CL_RSODSO_UPDATE Laden von Daten in ein DataStore-Obj 20040929
2 Importing I_DATAPAKID Call by reference Type reference (TYPE) RSDATAPID Datenpaketnummer 20040929
3 Importing I_INFOSOURCE Call by reference Type reference (TYPE) RSISOURCE InfoSource 20040930
4 Importing I_ODSOBJECT Call by reference Type reference (TYPE) RSDODSOBJECT DataStore-Objekt 20040929
5 Importing I_REQUEST_GUID Call by reference Type reference (TYPE) RSREQUEST Request GUID 20040929
6 Importing I_REQUEST_SID Call by reference Type reference (TYPE) RSSID Stammdaten ID 20040929
# Exception Resumable Description Created on
1 CX_RSODSO_METADATA_ERROR Fehler während der Verarbeitung der Daten 20040929
2 CX_RSODSO_PARAMETER_MISSING RSODSO Ausnahmehierarchie 20040929

Method PREPARE_DATA_PACKAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_R_PREPARED_DATAPACKAGE Value transfer Object reference (TYPE REF TO) DATA 20040930
2 Importing I_R_INCOMING_DATAPACKAGE Call by reference Object reference (TYPE REF TO) DATA 20040930
# Exception Resumable Description Created on
1 CX_RSODSO_DATABASE_ERROR Error While Processing the Data 20130722
2 CX_RSODSO_METADATA_ERROR Fehler während der Verarbeitung der Daten 20040930

Method RELEASE_DBMS_LOCK Signature

Method RELEASE_DBMS_LOCK on class CL_RSODSO_UPDATE has no parameter.
# Exception Resumable Description Created on
1 CX_RSODSO_DATABASE_ERROR Fehler während der Verarbeitung der Daten 20111013

Method REMOVE_UPDATE_LOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LOCKID Call by reference Type reference (TYPE) RSENQ_LOCKID Sperr-ID des Sperr-Managers 20040914
# Exception Resumable Description Created on
1 CX_RSODSO_ACT_METADATA_ERROR Fehler während der Verarbeitung der Daten 20040914

Method SAVE_AGGREGATION_BEHAVIOR Signature

Method SAVE_AGGREGATION_BEHAVIOR on class CL_RSODSO_UPDATE has no parameter.
# Exception Resumable Description Created on
1 CX_RSODSO_DATABASE_ERROR Fehler während der Verarbeitung der Daten 20040929
2 CX_RSODSO_METADATA_ERROR Fehler während der Verarbeitung der Daten 20040929

Method SAVE_SID_INFORMATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_SID_INFO Call by reference Type reference (TYPE) RSBK_T_SIDINFO SID-Information der Felder für DTP 20110722
# Exception Resumable Description Created on
1 CX_RSODSO_DATABASE_ERROR Fehler während der Verarbeitung der Daten 20110722
2 CX_RSODSO_METADATA_ERROR Fehler während der Verarbeitung der Daten 20110722

Method SET_PACKAGE_UPDATE_FAILED Signature

Method SET_PACKAGE_UPDATE_FAILED on class CL_RSODSO_UPDATE has no parameter.
# Exception Resumable Description Created on
1 CX_RSODSO_STATUS_INCONSISTENT RSODSO Ausnahmehierarchie 20050113
2 CX_RSODSO_STATUS_UPDATE_FAILED RSODSO Ausnahmehierarchie 20050113

Method SET_PACKAGE_UPDATE_FINISHED Signature

Method SET_PACKAGE_UPDATE_FINISHED on class CL_RSODSO_UPDATE has no parameter.
# Exception Resumable Description Created on
1 CX_RSODSO_STATUS_INCONSISTENT RSODSO Ausnahmehierarchie 20050113
2 CX_RSODSO_STATUS_UPDATE_FAILED RSODSO Ausnahmehierarchie 20050113

Method SET_STATUS_BEGIN_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IGNORE_CONSISTENCY_CHECK Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20041111
# Exception Resumable Description Created on
1 CX_RSODSO_ROOT RSODSO Ausnahmehierarchie 20040928

Method SET_STATUS_COMPLETE_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IGNORE_CONSISTENCY_CHECK Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20041020
# Exception Resumable Description Created on
1 CX_RSODSO_ROOT RSODSO Ausnahmehierarchie 20040928

Method SET_UPDATE_LOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_LOCKID Value transfer Type reference (TYPE) RSENQ_LOCKID Sperr-ID des Sperr-Managers 20040909
# Exception Resumable Description Created on
1 CX_RSODSO_METADATA_ERROR Fehler während der Verarbeitung der Daten 20040909

Method STORE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_INSERTS Value transfer Type reference (TYPE) INT4 Natürliche Zahl 20041213
2 Importing I_R_DATAPACKAGE Call by reference Object reference (TYPE REF TO) DATA 20041213
# Exception Resumable Description Created on
1 CX_RSODSO_DATABASE_ERROR Fehler während der Verarbeitung der Daten 20041213
2 CX_RSODSO_METADATA_ERROR Fehler während der Verarbeitung der Daten 20041213

Method WRITE_DATA_PACKAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_DATASETS_INSERTED Value transfer Type reference (TYPE) INT4 Natürliche Zahl 20041001
2 Importing I_R_DATAPACKAGE Call by reference Object reference (TYPE REF TO) DATA 20040928
# Exception Resumable Description Created on
1 CX_RSODSO_ROOT RSODSO Ausnahmehierarchie 20040927

Method WRITE_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_MSG_TABLE Call by reference Type reference (TYPE) RSODSO_T_MSG Tabelle mit Nachrichten 20070228

Method WRITE_LOG on class CL_RSODSO_UPDATE has no exception.

Method WRITE_LOG_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_MSG_TABLE Call by reference Type reference (TYPE) RSODSO_T_MSG Tabelle mit Nachrichten 20040918

Method WRITE_LOG_MESSAGES on class CL_RSODSO_UPDATE has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 700