SAP ABAP Class CL_REOR_COST_REVERSAL (Reversal Process: Occupancy)
Hierarchy
☛
EA-FIN (Software Component) EA-FIN
⤷
RE-FX-OR (Application Component) Offer and Rental Request
⤷
RE_OR_CA (Package) RE: Cross-Application Contract Offer and RE Search Request
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RECA_STORABLE | Object Can Be Stored (Abstract): Standard Implementation | 20080530 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_REOR_COST_REVERSAL | Reversal of Occupancy | 20080530 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_REOR_COST_REVERSAL_PO | Reversal Process: Continuous Occupancy | 20080530 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_REOR_COST_REVERSAL_RS | Reversal Process: Reservation | 20080602 |
Properties
| Class | CL_REOR_COST_REVERSAL | |
| Short Description | Reversal Process: Occupancy | |
| Super Class | CL_RECA_STORABLE | Object Can Be Stored (Abstract): Standard Implementation |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RE_OR_CA | RE: Cross-Application Contract Offer and RE Search Request |
| Created | 20080530 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_REOR_COST_REVERSAL | Reversal of Occupancy | 20080530 |
Friends
Class CL_REOR_COST_REVERSAL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Attribute reference (LIKE) | 20121002 | |||||
| 2 | Instance attribute | Protected | Attribute reference (LIKE) | 20080530 | |||||
| 3 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Reverse Cash Flow Record | 20080602 | ||
| 4 | Instance attribute | Protected | Attribute reference (LIKE) | 20080530 | |||||
| 5 | Instance attribute | Protected | Attribute reference (LIKE) | 20080530 | |||||
| 6 | Instance attribute | Protected | Attribute reference (LIKE) | 20080530 | |||||
| 7 | Instance attribute | Protected | Type reference (TYPE) | MTYPE_T_REVERSAL_OBJECT | Objects to Be Reversed | 20080828 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20080530 | |
| 2 | Instance method | Protected | Method | Determine Objects for Reversal [abstract] | 20080828 | |
| 3 | Instance method | Protected | Method | Postprocessing for Reversal | 20080530 |
Events
Class CL_REOR_COST_REVERSAL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | MTYPE_S_REVERSAL_OBJECT | Protected | See coding | Object to Be Reversed | 20080530 | BEGIN OF mtype_s_reversal_object,
o_has_cost TYPE REF TO if_reor_has_cost,
o_storable TYPE REF TO if_reca_storable,
accdetkey TYPE reraaccdetkey,
xdescription TYPE string,
END OF mtype_s_reversal_object
|
|
| 2 | MTYPE_T_REVERSAL_LOG | Protected | Attribute reference (LIKE) | 20080530 | |
||
| 3 | MTYPE_T_REVERSAL_OBJECT | Protected | See coding | Objects to Be Reversed | 20080530 | mtype_t_reversal_object TYPE STANDARD TABLE OF mtype_s_reversal_object WITH DEFAULT KEY
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_REOR_COST_REVERSAL has no parameter.
Method CONSTRUCTOR on class CL_REOR_COST_REVERSAL has no exception.
Method GET_OBJECTS_FOR_REVERSAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_MSGLIST | Call by reference | Object reference (TYPE REF TO) | IF_RECA_MESSAGE_LIST | Nachrichtensammler | 20080828 | |||
| 2 | RT_REVERSAL_OBJECT | Value transfer | Type reference (TYPE) | MTYPE_T_REVERSAL_OBJECT | Zu stornierende Objekte | 20080828 |
Method GET_OBJECTS_FOR_REVERSAL on class CL_REOR_COST_REVERSAL has no exception.
Method REVERSAL_FOLLOW_UP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_REVERSAL_OBJECT | Call by reference | Type reference (TYPE) | MTYPE_S_REVERSAL_OBJECT | Objekt zum Stornieren | 20080530 |
Method REVERSAL_FOLLOW_UP on class CL_REOR_COST_REVERSAL has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 604 |