SAP ABAP Class CL_RSD_ODSO_VERS_DELTA (DSO: Delta of Two DSO Versions (ACTUAL, TARGET))
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DBA (Application Component) Data Basis
     RSDG (Package) BW: Data basis generation
Properties
Class CL_RSD_ODSO_VERS_DELTA  
Short Description DSO: Delta of Two DSO Versions (ACTUAL, TARGET)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSDG   BW: Data basis generation 
Created 20120220   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSD_ODSO_VERS_DELTA has no forward declaration.
Interfaces
Class CL_RSD_ODSO_VERS_DELTA has no interface implemented.
Friends
Class CL_RSD_ODSO_VERS_DELTA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_CHANGE_TYPE_IMPACT_TRFN Constant Public Type reference (TYPE) STRING 'IMPACT_TRFN' Change Type: IMPACT_TRFN 20120412
2 P_ACTUAL_OBJVERS Instance attribute Private Type reference (TYPE) RSOBJVERS ACTUAL Version: Object Version 20120412
3 P_ACTUAL_ODSO Instance attribute Private Type reference (TYPE) RSDODSOBJECT ACTUAL Version: Name of DataStore Object 20120412
4 P_S_ACTUAL Instance attribute Private Type reference (TYPE) RSD_S_ODSO ACTUAL Version: Properties 20120412
5 P_S_TARGET Instance attribute Private Type reference (TYPE) RSD_S_ODSO TARGET Version: Properties 20120412
6 P_TARGET_OBJVERS Instance attribute Private Type reference (TYPE) RSOBJVERS TARGET Version: Object Version 20120412
7 P_TARGET_ODSO Instance attribute Private Type reference (TYPE) RSDODSOBJECT TARGET Version: Name of DataStore Object 20120412
8 P_T_ACTUAL_INDX Instance attribute Private Type reference (TYPE) RSD_T_ODSO_INDX ACTUAL Version: Indexes 20120412
9 P_T_ACTUAL_INDX_IOBJ Instance attribute Private Type reference (TYPE) RSD_T_ODSO_INDX_IOBJ ACTUAL Version: InfoObjects in Indexes 20120412
10 P_T_ACTUAL_IOBJ Instance attribute Private Type reference (TYPE) RSDO_T_ODSO_IOBJ ACTUAL Version: InfoObjects 20120412
11 P_T_ACTUAL_IOBJ_NAVA Instance attribute Private Type reference (TYPE) RSDO_T_ODSO_ATR_NAV ACTUAL Version: Navigation Attributes 20120412
12 P_T_ACTUAL_IOBJ_PROP Instance attribute Private Type reference (TYPE) RSDO_TH_ODSO_IOBJ_PRO ACTUAL Version: InfoObject Properties 20120412
13 P_T_ACTUAL_IOBJ_TEXT Instance attribute Private Type reference (TYPE) RSO_T_IOBJ_TXT ACTUAL Version: InfoObject Texts 20120412
14 P_T_ACTUAL_MDCL_IOBJ Instance attribute Private Type reference (TYPE) RSDO_T_MDC_IOBJ ACTUAL Version: InfoObjects for MDC 20120412
15 P_T_ACTUAL_TEXT Instance attribute Private Type reference (TYPE) RSO_T_TXT ACTUAL Version: Texts 20120412
16 P_T_TARGET_INDX Instance attribute Private Type reference (TYPE) RSD_T_ODSO_INDX TARGET Version: Indexes 20120412
17 P_T_TARGET_INDX_IOBJ Instance attribute Private Type reference (TYPE) RSD_T_ODSO_INDX_IOBJ TARGET Version: InfoObjects in Indexes 20120412
18 P_T_TARGET_IOBJ Instance attribute Private Type reference (TYPE) RSDO_T_ODSO_IOBJ TARGET Version: InfoObjects 20120412
19 P_T_TARGET_IOBJ_NAVA Instance attribute Private Type reference (TYPE) RSDO_T_ODSO_ATR_NAV TARGET Version: Navigation Attributes 20120412
20 P_T_TARGET_IOBJ_PROP Instance attribute Private Type reference (TYPE) RSDO_TH_ODSO_IOBJ_PRO TARGET Version: InfoObject Properties 20120412
21 P_T_TARGET_IOBJ_TEXT Instance attribute Private Type reference (TYPE) RSO_T_IOBJ_TXT TARGET Version: InfoObject Texts 20120412
22 P_T_TARGET_MDCL_IOBJ Instance attribute Private Type reference (TYPE) RSDO_T_MDC_IOBJ TARGET Version: InfoObjects for MDC 20120412
23 P_T_TARGET_TEXT Instance attribute Private Type reference (TYPE) RSO_T_TXT TARGET Version: Texts 20120412
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20120412
2 GET_S_DTA_COMP_CHANGE Instance method Public Method Identify Changed Objects 20120412
3 IS_CHANGE Instance method Public Method Returns TRUE if a specific type has been changed 20120412
4 IS_CREATE Instance method Public Method Returns TRUE if DSO is to be created 20120412
5 IS_DELETE Instance method Public Method Returns TRUE if DSO is to be deleted 20120412
6 _INIT Instance method Private Method Initializes Attribute Values 20120412
7 _IS_CHANGE_IMPACT_TRFN Instance method Private Method Returns TRUE if change of type IMPACT_TRFN detected 20120412
Events
Class CL_RSD_ODSO_VERS_DELTA has no event.
Types
Class CL_RSD_ODSO_VERS_DELTA has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTUAL_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS ACTUAL-Version: Objektversion 20120412
2 Importing I_ACTUAL_ODSO Call by reference Type reference (TYPE) RSDODSOBJECT ACTUAL-Version: Name des DataStore-Objekts 20120412
3 Importing I_TARGET_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS TARGET-Version: Objektversion 20120412
4 Importing I_TARGET_ODSO Call by reference Type reference (TYPE) RSDODSOBJECT TARGET-Version: Name des DataStore-Objekts 20120412

Method CONSTRUCTOR on class CL_RSD_ODSO_VERS_DELTA has no exception.

Method GET_S_DTA_COMP_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_S_COMP_CHANGE Value transfer Type reference (TYPE) RSD_S_DTA_COMP_CHANGE Change Liste 20120412

Method GET_S_DTA_COMP_CHANGE on class CL_RSD_ODSO_VERS_DELTA has no exception.

Method IS_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHANGE_TYPE Call by reference Type reference (TYPE) STRING Typ der Änderung 20120412
2 Returning R_IS_CHANGE Value transfer Type reference (TYPE) RS_BOOL TRUE: Änderung liegt vor 20120412

Method IS_CHANGE on class CL_RSD_ODSO_VERS_DELTA has no exception.

Method IS_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_CREATE Value transfer Type reference (TYPE) RS_BOOL TRUE: DSO soll angelegt werden 20120412

Method IS_CREATE on class CL_RSD_ODSO_VERS_DELTA has no exception.

Method IS_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_DELETE Value transfer Type reference (TYPE) RS_BOOL TRUE: DSO soll gelöscht werden 20120412

Method IS_DELETE on class CL_RSD_ODSO_VERS_DELTA has no exception.

Method _INIT Signature

Method _INIT on class CL_RSD_ODSO_VERS_DELTA has no parameter.
Method _INIT on class CL_RSD_ODSO_VERS_DELTA has no exception.

Method _IS_CHANGE_IMPACT_TRFN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_CHANGE Value transfer Type reference (TYPE) RS_BOOL TRUE: Änderung liegt vor 20120412

Method _IS_CHANGE_IMPACT_TRFN on class CL_RSD_ODSO_VERS_DELTA has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 740