SAP ABAP Class CL_RSODSO_UPDATE_DS (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 - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSODSO_UPDATE Loading of Data into a DataStore Object 20040906
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSODSO_UPDATE_DS_DTP Loading of Data into a DataStore Object 20040906
2 Inheritance (c INHERITING FROM c_ref)  CL_RSODSO_UPDATE_DS_NDTP Loading of Data into a DataStore Object 20040906
Properties
Class CL_RSODSO_UPDATE_DS  
Short Description Loading of Data into a DataStore Object    
Super Class CL_RSODSO_UPDATE Loading of Data into a DataStore Object 
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
Class CL_RSODSO_UPDATE_DS has no forward declaration.
Interfaces
Class CL_RSODSO_UPDATE_DS has no interface implemented.
Friends
Class CL_RSODSO_UPDATE_DS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_NCUMTIM Instance attribute Private Type reference (TYPE) RSD_IOBJNM 20130712
2 P_R_NCUM_REFP_TIMES Instance attribute Private Object reference (TYPE REF TO) DATA 20130716
3 P_R_TH_NCUM_VALID Instance attribute Private Object reference (TYPE REF TO) DATA 20130711
4 P_R_TIMECONS_CHECK Instance attribute Private Object reference (TYPE REF TO) CL_RS_TIME_DERIVE Instance which is used to check time-consistency 20130710
5 P_S_NCUM_POSIT Instance attribute Private Type reference (TYPE) PT_S_NCUM_POSIT 20130711
6 P_TIME_INCONS_FOUND Instance attribute Private Type reference (TYPE) RS_BOOL Is there already an inconsistency in the current package? 20130710
7 P_TIME_INCONS_IS_FATAL Instance attribute Private Type reference (TYPE) RS_BOOL Is a time-inconsistency considered as fatal? 20130710
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20040927
2 HISTORIC_MOVEMENTS Instance method Protected Method 20130712
3 IS_NCUM_HANDLING_NEEDED Instance method Protected Method 20130716
4 IS_TIMECONS_CHECK_NEEDED Instance method Protected Method 20130711
5 NCUM_SET_RECORDTP Instance method Protected Method 20130716
6 NCUM_SET_REFP_TIME Instance method Protected Method 20130716
7 NCUM_VALID_HANDLING Instance method Protected Method Collects info about the validity slices of ncum-providers 20130711
8 ONLY_CHECK_SIDS Instance method Protected Method 20130712
9 POSTPROC_NCUM_VALID_HANDLING Instance method Protected Method Must be called once after last 'NCUM_VALID_HANDLING' 20130711
10 POSTPROC_TIMECONSISTENCY_CHECK Instance method Protected Method Must be called once after last 'TIMECONSISTENCY_CHECK' 20130710
11 PREPARE_NCUM_SET_REFP_TIME Instance method Protected Method 20130716
12 PREPARE_NCUM_VALID_HANDLING Instance method Protected Method Must be called once before first 'NCUM_VALID_HANDLING' 20130711
13 PREPARE_TIMECONSISTENCY_CHECK Instance method Protected Method Must be called once before first 'TIMECONSISTENCY_CHECK' 20130710
14 TIMECONSISTENCY_CHECK Instance method Protected Method Checks the time consistency of all cha with iobjtp=time 20130710
Events
Class CL_RSODSO_UPDATE_DS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 PT_S_NCUM_POSIT Private See coding 20130711 BEGIN OF pt_s_ncum_posit, ncumtim_in_data TYPE i, ncumtim_from_in_valid TYPE i, ncumtim_to_in_valid TYPE i, END OF pt_s_ncum_posit
Method Signatures

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 20040927
2 Importing I_ODSOBJECT Call by reference Type reference (TYPE) RSDODSOBJECT DataStore-Objekt 20040927
3 Importing I_REQUEST_GUID Call by reference Type reference (TYPE) RSREQUEST Request GUID 20040927
4 Importing I_REQUEST_SID Call by reference Type reference (TYPE) RSSID Stammdaten ID 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 20040927

Method HISTORIC_MOVEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_HISTORIC_MOVEMENTS Value transfer Type reference (TYPE) RS_BOOL Boolean 20130712

Method HISTORIC_MOVEMENTS on class CL_RSODSO_UPDATE_DS has no exception.

Method IS_NCUM_HANDLING_NEEDED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NCUM_NEEDED Value transfer Type reference (TYPE) RS_BOOL Boolean 20130716

Method IS_NCUM_HANDLING_NEEDED on class CL_RSODSO_UPDATE_DS has no exception.

Method IS_TIMECONS_CHECK_NEEDED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TIME_CHECK_NEEDED Value transfer Type reference (TYPE) RS_BOOL Boolean 20130711
# Exception Resumable Description Created on
1 CX_RSODSO_METADATA_ERROR Error While Processing the Data 20130717

Method NCUM_SET_RECORDTP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_DATA Call by reference Type reference (TYPE) ANY 20130716
2 Importing I_RECORDTP Call by reference Type reference (TYPE) NUMC1 Num1 20130716
# Exception Resumable Description Created on
1 CX_RSODSO_METADATA_ERROR Error While Processing the Data 20130717

Method NCUM_SET_REFP_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_DATA Call by reference Type reference (TYPE) ANY 20130716

Method NCUM_SET_REFP_TIME on class CL_RSODSO_UPDATE_DS has no exception.

Method NCUM_VALID_HANDLING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_DATA Call by reference Type reference (TYPE) ANY 20130711
# Exception Resumable Description Created on
1 CX_RSODSO_METADATA_ERROR Error While Processing the Data 20130717

Method ONLY_CHECK_SIDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ONLY_CHECK_SIDS Value transfer Type reference (TYPE) RS_BOOL Boolean 20130712

Method ONLY_CHECK_SIDS on class CL_RSODSO_UPDATE_DS has no exception.

Method POSTPROC_NCUM_VALID_HANDLING Signature

Method POSTPROC_NCUM_VALID_HANDLING on class CL_RSODSO_UPDATE_DS has no parameter.
# Exception Resumable Description Created on
1 CX_RSODSO_METADATA_ERROR Error While Processing the Data 20130717

Method POSTPROC_TIMECONSISTENCY_CHECK Signature

Method POSTPROC_TIMECONSISTENCY_CHECK on class CL_RSODSO_UPDATE_DS has no parameter.
# Exception Resumable Description Created on
1 CX_RSODSO_METADATA_ERROR Error While Processing the Data 20130717

Method PREPARE_NCUM_SET_REFP_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_DATA Call by reference Type reference (TYPE) ANY 20130716
# Exception Resumable Description Created on
1 CX_RSODSO_METADATA_ERROR Error While Processing the Data 20130717

Method PREPARE_NCUM_VALID_HANDLING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_DATA Call by reference Type reference (TYPE) TABLE 20130711
# Exception Resumable Description Created on
1 CX_RSODSO_METADATA_ERROR Error While Processing the Data 20130717

Method PREPARE_TIMECONSISTENCY_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_DATA Call by reference Type reference (TYPE) TABLE 20130710
# Exception Resumable Description Created on
1 CX_RSODSO_METADATA_ERROR Error While Processing the Data 20130717

Method TIMECONSISTENCY_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ADDED_TO_ERRORSTACK Value transfer Type reference (TYPE) RS_BOOL true <=> do not write line into DSO 20130711
2 Importing I_S_DATA Call by reference Type reference (TYPE) ANY 20130710
# Exception Resumable Description Created on
1 CX_RSODSO_DATABASE_ERROR Error While Processing the Data 20130717
History
Last changed by/on SAP  20140121 
SAP Release Created in 700