SAP ABAP Class CL_RSODSO_STATUS_ACT_MPP (Status Handling for Activation with MPP)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DBA (Application Component) Data Basis
     RSODSO_TOOLS (Package) Tools for DataStore Objects
Properties
Class CL_RSODSO_STATUS_ACT_MPP  
Short Description Status Handling for Activation with MPP    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSODSO_TOOLS   Tools for DataStore Objects 
Created 20090327   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSODSO_STATUS_ACT_MPP has no forward declaration.
Interfaces
Class CL_RSODSO_STATUS_ACT_MPP has no interface implemented.
Friends
Class CL_RSODSO_STATUS_ACT_MPP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_PAKETOFFSET_INITIAL Constant Public Type reference (TYPE) RSODSOMPPOFFSET -1 Not Calculated Offset 20090512
2 C_STATUS_ACT_COMPLETED Constant Public Type reference (TYPE) RSODSREQSTATEMPP 0 DSO Request Status 20090402
3 C_STATUS_ACT_NAT_DEL_FINISHED Constant Public Type reference (TYPE) RSODSREQSTATEMPP 8 DSO Request Status 20090327
4 C_STATUS_ACT_NAT_DROP_FINISHED Constant Public Type reference (TYPE) RSODSREQSTATEMPP 9 DSO Request Status 20090511
5 C_STATUS_ACT_NAT_INS_FINISHED Constant Public Type reference (TYPE) RSODSREQSTATEMPP 5 DSO Request Status 20090327
6 C_STATUS_ACT_NAT_MRG_FINISHED Constant Public Type reference (TYPE) RSODSREQSTATEMPP 7 DSO Request Status 20090402
7 C_STATUS_ACT_NAT_UPD_FINISHED Constant Public Type reference (TYPE) RSODSREQSTATEMPP 6 DSO Request Status 20090327
8 C_STATUS_ACT_NOT_STARTED Constant Public Type reference (TYPE) RSODSREQSTATEMPP -1 DSO Request Status 20090402
9 C_STATUS_ACT_PREP_FINISHED Constant Public Type reference (TYPE) RSODSREQSTATEMPP 3 DSO Request Status 20090327
10 C_STATUS_ACT_STARTED Constant Public Type reference (TYPE) RSODSREQSTATEMPP 2 DSO Request Status 20090327
11 C_STATUS_ACT_STD_FINISHED Constant Public Type reference (TYPE) RSODSREQSTATEMPP 4 DSO Request Status 20090327
12 O_ODSOBJECT Instance attribute Protected Type reference (TYPE) RSDODSOBJECT DataStore Object 20090402
13 O_R_STATUS_ACT Instance attribute Protected Object reference (TYPE REF TO) CL_RSODSO_STATUS_ACTIVATION Status Handling for DataStore Objects 20090402
14 O_T_REQUEST Instance attribute Protected Type reference (TYPE) RSODSO_T_REQUEST Requests 20090402
Methods
# Method Level Visibility Method type Description Created on
1 BEGIN_ACTIVATION Instance method Public Method 20090402
2 CHECK_CONSISTENCY_FOR_COMPL Instance method Public Method 20090402
3 CHECK_CONSISTENCY_FOR_START Instance method Public Method 20090402
4 COMPLETE_ACTIVATION Instance method Public Method 20090402
5 CONSTRUCTOR Instance method Public Constructor 20090402
6 GET_IS_FIRST_ACTIVATION Instance method Public Method 20090402
7 GET_MPP_ACT_PENDING Static method Public Method 20090407
8 GET_PACKAGE_SIZE Instance method Public Method 20090403
9 GET_STATUS_MPP Instance method Public Method 20090327
10 SET_DEL_FINISHED Instance method Public Method 20090402
11 SET_DRP_FINISHED Instance method Public Method 20090511
12 SET_INS_FINISHED Instance method Public Method 20090402
13 SET_MRG_FINISHED Instance method Public Method 20090402
14 SET_PACKAGE_OFFSET Instance method Public Method 20090422
15 SET_PREP_FINISHED Instance method Public Method 20090402
16 SET_STATUS_MPP Instance method Private Method 20090402
17 SET_STD_FINISHED Instance method Public Method 20090402
18 SET_UPD_FINISHED Instance method Public Method 20090402
Events
Class CL_RSODSO_STATUS_ACT_MPP has no event.
Types
Class CL_RSODSO_STATUS_ACT_MPP has no local type.
Method Signatures

Method BEGIN_ACTIVATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PACKAGE_SIZE Call by reference Type reference (TYPE) RSODSOPACKAGESIZE Paketgröße 20090403
# Exception Resumable Description Created on
1 CX_RSODSO_STATUS_UPDATE_FAILED RSODSO Ausnahmehierarchie 20090402

Method CHECK_CONSISTENCY_FOR_COMPL Signature

Method CHECK_CONSISTENCY_FOR_COMPL on class CL_RSODSO_STATUS_ACT_MPP has no parameter.
# Exception Resumable Description Created on
1 CX_RSODSO_STATUS_INCONSISTENT RSODSO Ausnahmehierarchie 20090402

Method CHECK_CONSISTENCY_FOR_START Signature

Method CHECK_CONSISTENCY_FOR_START on class CL_RSODSO_STATUS_ACT_MPP has no parameter.
# Exception Resumable Description Created on
1 CX_RSODSO_STATUS_INCONSISTENT RSODSO Ausnahmehierarchie 20090402

Method COMPLETE_ACTIVATION Signature

Method COMPLETE_ACTIVATION on class CL_RSODSO_STATUS_ACT_MPP has no parameter.
# Exception Resumable Description Created on
1 CX_RSODSO_STATUS_INCONSISTENT RSODSO Ausnahmehierarchie 20090402
2 CX_RSODSO_STATUS_UPDATE_FAILED RSODSO Ausnahmehierarchie 20090402

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ODSOBJECT Call by reference Type reference (TYPE) RSDODSOBJECT DataStore-Objekt 20090402
2 Importing I_T_REQUEST Call by reference Type reference (TYPE) RSODSO_T_REQUEST Requests 20090402

Method CONSTRUCTOR on class CL_RSODSO_STATUS_ACT_MPP has no exception.

Method GET_IS_FIRST_ACTIVATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_IS_FIRST_ACTIVATION Value transfer Type reference (TYPE) RS_BOOL Datenpaketnummer 20090402
2 Exporting E_MPP_PROCESSING Call by reference Type reference (TYPE) RS_BOOL Boolean 20090402
# Exception Resumable Description Created on
1 CX_RSODSO_STATUS_INCONSISTENT RSODSO Ausnahmehierarchie 20090402

Method GET_MPP_ACT_PENDING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATASTORE Call by reference Type reference (TYPE) RSDODSOBJECT DataStore-Objekt 20090407
2 Returning R_MPP_ACT_PENDING Value transfer Type reference (TYPE) RS_BOOL Boolean 20090407

Method GET_MPP_ACT_PENDING on class CL_RSODSO_STATUS_ACT_MPP has no exception.

Method GET_PACKAGE_SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_PACKAGE_SIZE Value transfer Type reference (TYPE) RSODSOPACKAGESIZE Numerisches Characterfeld der Länge 10 20090403
# Exception Resumable Description Created on
1 CX_RSODSO_STATUS_INCONSISTENT RSODSO Ausnahmehierarchie 20090403
2 CX_RSODSO_STATUS_READ_FAILED CX_RSODSO_STATUS_error 20090403

Method GET_STATUS_MPP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_STATE_READ Value transfer Type reference (TYPE) RSODSREQSTATEMPP DSO Request-Zustand 20090402
# Exception Resumable Description Created on
1 CX_RSODSO_STATUS_INCONSISTENT RSODSO Ausnahmehierarchie 20090327
2 CX_RSODSO_STATUS_READ_FAILED CX_RSODSO_STATUS_error 20090327

Method SET_DEL_FINISHED Signature

Method SET_DEL_FINISHED on class CL_RSODSO_STATUS_ACT_MPP has no parameter.
# Exception Resumable Description Created on
1 CX_RSODSO_STATUS_UPDATE_FAILED RSODSO Ausnahmehierarchie 20090402

Method SET_DRP_FINISHED Signature

Method SET_DRP_FINISHED on class CL_RSODSO_STATUS_ACT_MPP has no parameter.
# Exception Resumable Description Created on
1 CX_RSODSO_STATUS_UPDATE_FAILED RSODSO Ausnahmehierarchie 20090511

Method SET_INS_FINISHED Signature

Method SET_INS_FINISHED on class CL_RSODSO_STATUS_ACT_MPP has no parameter.
# Exception Resumable Description Created on
1 CX_RSODSO_STATUS_UPDATE_FAILED RSODSO Ausnahmehierarchie 20090402

Method SET_MRG_FINISHED Signature

Method SET_MRG_FINISHED on class CL_RSODSO_STATUS_ACT_MPP has no parameter.
# Exception Resumable Description Created on
1 CX_RSODSO_STATUS_UPDATE_FAILED RSODSO Ausnahmehierarchie 20090402

Method SET_PACKAGE_OFFSET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OFFSET Call by reference Type reference (TYPE) RSODSOMPPOFFSET Nummer 10 stellig 20090422
# Exception Resumable Description Created on
1 CX_RSODSO_STATUS_UPDATE_FAILED RSODSO Ausnahmehierarchie 20090422

Method SET_PREP_FINISHED Signature

Method SET_PREP_FINISHED on class CL_RSODSO_STATUS_ACT_MPP has no parameter.
# Exception Resumable Description Created on
1 CX_RSODSO_STATUS_UPDATE_FAILED RSODSO Ausnahmehierarchie 20090402

Method SET_STATUS_MPP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STATE Call by reference Type reference (TYPE) RSODSREQSTATEMPP DSO Request-Zustand 20090402
# Exception Resumable Description Created on
1 CX_RSODSO_STATUS_UPDATE_FAILED RSODSO Ausnahmehierarchie 20090402

Method SET_STD_FINISHED Signature

Method SET_STD_FINISHED on class CL_RSODSO_STATUS_ACT_MPP has no parameter.
# Exception Resumable Description Created on
1 CX_RSODSO_STATUS_UPDATE_FAILED RSODSO Ausnahmehierarchie 20090402

Method SET_UPD_FINISHED Signature

Method SET_UPD_FINISHED on class CL_RSODSO_STATUS_ACT_MPP has no parameter.
# Exception Resumable Description Created on
1 CX_RSODSO_STATUS_UPDATE_FAILED RSODSO Ausnahmehierarchie 20090402
History
Last changed by/on SAP  20130531 
SAP Release Created in 720