SAP ABAP Class /MRSS/CL_CUP_OBJECT_MGR (Abstract Class for Object Deletion)
Hierarchy
☛
MRSS_NW (Software Component) SAP Multiresource Scheduling for SAP Net
⤷
CA-MRS (Application Component) SAP Multiresource Scheduling
⤷
/MRSS/CLEANUP (Package) Tools for Cleaning Up Datasets
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /MRSS/CL_CUP_ASSIGNMNT_MGR | Manager Class for Assignment Deletion | 20130527 |
| 2 | Inheritance (c INHERITING FROM c_ref) | /MRSS/CL_CUP_DEMAND_MGR | Manager Class for Demand and Assignment Deletion | 20130524 |
| 3 | Inheritance (c INHERITING FROM c_ref) | /MRSS/CL_CUP_RESOURCE_MGR | Manager Class for Resource Deletion | 20130527 |
Properties
| Class | /MRSS/CL_CUP_OBJECT_MGR | |
| Short Description | Abstract Class for Object Deletion | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /MRSS/CLEANUP | Tools for Cleaning Up Datasets |
| Created | 20130117 | SAP |
| Last change | 20141109 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /MRSS/CL_CUP_OBJECT_MGR has no forward declaration.
Interfaces
Class /MRSS/CL_CUP_OBJECT_MGR has no interface implemented.
Friends
Class /MRSS/CL_CUP_OBJECT_MGR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Protected | Object reference (TYPE REF TO) | /MRSS/IF_SGE_DEMAND_DB | Database Interface for Demands | 20130905 | |||
| 2 | Static Attribute | Protected | Object reference (TYPE REF TO) | /MRSS/CL_CUP_OBJECT_MGR | Abstract Class for Object Deletion | 20130524 | |||
| 3 | Static Attribute | Protected | Object reference (TYPE REF TO) | /MRSS/IF_NW_ROUTER_FACADE | Facade for NW Router | 20130524 | |||
| 4 | Static Attribute | Protected | Object reference (TYPE REF TO) | /MRSS/IF_SGE_WFM | Resource Planning Interface | 20130524 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | /MRSS/T_CUP_USER_INPUT | User Input of Deletion Reports for Object Deletion | 20130524 | |||
| 6 | Static Attribute | Private | Type reference (TYPE) | TIMESTAMP | First residence date | 20130527 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Determine Deletion End Date | 20130527 | |
| 2 | Instance method | Protected | Method | Get First Deletion Date based on Today's Date & Residence | 20130527 | |
| 3 | Static method | Public | Method | Create Deletion Manager Depending on Object Type | 20130527 | |
| 4 | Instance method | Protected | Method | Get deletion date comparing end date from UI and allowed dat | 20130527 | |
| 5 | Instance method | Protected | Method | Initialization of Deletion Object | 20130524 | |
| 6 | Instance method | Public | Method | Set_User Input from Deletion Report | 20130524 |
Events
Class /MRSS/CL_CUP_OBJECT_MGR has no event.
Types
Class /MRSS/CL_CUP_OBJECT_MGR has no local type.
Method Signatures
Method DETERMINE_DELETION_END_DATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGES | Call by reference | Type reference (TYPE) | /MRSS/T_MESSAGE_TAB | Message Table | 20130527 | |||
| 2 | EV_DELETION_END_DATE | Call by reference | Type reference (TYPE) | TIMESTAMP | Boolean Variable | 20130527 | |||
| 3 | EV_FAILED | Call by reference | Type reference (TYPE) | /MRSS/T_BOOLEAN | Boolean Variable | 20130527 | |||
| 4 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | /MRSS/T_CUP_OBJ_TYPE | Type of Object To Be Deleted | 20130527 |
Method DETERMINE_DELETION_END_DATE on class /MRSS/CL_CUP_OBJECT_MGR has no exception.
Method DETERM_FIRST_ALLOWED_DEL_DATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_FIRST_DELETION_DATE | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | 20130527 | |||
| 2 | IV_CUSTOMIZED_RESIDENCE_TIME | Call by reference | Type reference (TYPE) | /MRSS/T_CUP_RT | Residence Time for Deletion Objects in Days | 20130527 |
Method DETERM_FIRST_ALLOWED_DEL_DATE on class /MRSS/CL_CUP_OBJECT_MGR has no exception.
Method FACTORY_METHOD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | /MRSS/T_CUP_OBJ_TYPE | Type of Deletion Object for Deletion Reports | 20130527 | |||
| 2 | RREF_INSTANCE | Value transfer | Object reference (TYPE REF TO) | /MRSS/CL_CUP_OBJECT_MGR | Access to Object Deletion | 20130527 |
Method FACTORY_METHOD on class /MRSS/CL_CUP_OBJECT_MGR has no exception.
Method GET_DELETION_DATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_DELETION_END_DATE | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20130527 | |||
| 2 | IV_FIRST_ALLOWED_DELETION_DATE | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20130527 | |||
| 3 | IV_USER_INPUT_DELETION_DATE | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20130527 |
Method GET_DELETION_DATE on class /MRSS/CL_CUP_OBJECT_MGR has no exception.
Method INITIALIZE Signature
Method INITIALIZE on class /MRSS/CL_CUP_OBJECT_MGR has no parameter.
Method INITIALIZE on class /MRSS/CL_CUP_OBJECT_MGR has no exception.
Method SET_USER_INPUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_USER_INPUT | Call by reference | Type reference (TYPE) | /MRSS/T_CUP_USER_INPUT | User Input of Deletion Reports for Object Deletion | 20130524 |
Method SET_USER_INPUT on class /MRSS/CL_CUP_OBJECT_MGR has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in |