SAP ABAP Class CL_RERA_CONDITION_MNGR (Condition Manager)
Hierarchy
☛
EA-FIN (Software Component) EA-FIN
⤷
RE-FX-RA (Application Component) Rental Accounting
⤷
RE_RA_AP (Package) RE: Advance Payment
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RERA_CONDITION_MNGR | Condition Manager | 20090914 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RESC_CONDITION_MNGR | Condition Manager | 20090914 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_RESC_COND_MNGR_CONDAMOUNT | Condition Manager | 20091016 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_RESR_CONDITION_MNGR | Condition Manager | 20090914 |
Properties
| Class | CL_RERA_CONDITION_MNGR | |
| Short Description | Condition Manager | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RE_RA_AP | RE: Advance Payment |
| Created | 20090914 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RERA_CONDITION_MNGR has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RERA_CONDITION_MNGR | Condition Manager | 20090914 |
Friends
Class CL_RERA_CONDITION_MNGR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | RERACONDMNGRSCOPE | Purpose/Framework of Condition Determination | 20090914 | |||
| 2 | Static Attribute | Protected | Type reference (TYPE) | MTYPE_T_CONDITION_BUFFER | Condition buffer | 20100916 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | RE_ST_CONDREF | Reference to Conditions | 20090914 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20090914 | ||
| 2 | Instance method | Public | Method | Sales-Based Rent or Treat as "Normal" AP? | 20090914 | |
| 3 | Instance method | Public | Method | Gets Reference for a Condition | 20090914 | |
| 4 | Instance method | Public | Method | Changes List of Assigned Conditions | 20090914 | |
| 5 | Instance method | Protected | Method | Compares Two Conditions, If They Can Be Added | 20090914 |
Events
Class CL_RERA_CONDITION_MNGR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | MTYPE_S_CONDITION_BUFFER | Protected | See coding | 20100916 | BEGIN OF mtype_s_condition_buffer,
cond_mngr TYPE REF TO if_recd_condition_mngr,
salesbasedrent TYPE recabool,
condition TYPE re_t_recd_condition,
reference TYPE re_t_condition_reference,
END OF mtype_s_condition_buffer
|
||
| 2 | MTYPE_T_CONDITION_BUFFER | Protected | See coding | 20100916 | mtype_t_condition_buffer TYPE TABLE OF mtype_s_condition_buffer
|
Method Signatures
Method GET_REF_CONDGUID Signature
Method GET_REF_CONDGUID on class CL_RERA_CONDITION_MNGR has no parameter.
Method GET_REF_CONDGUID on class CL_RERA_CONDITION_MNGR has no exception.
Method IS_SALESBASEDRENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONDITION | Call by reference | Object reference (TYPE REF TO) | IF_RECD_CONDITION | Kondition | 20090914 | |||
| 2 | RF_SALESBASEDRENT | Value transfer | Type reference (TYPE) | RECABOOL | Allgemeines Ja/Nein - Feld | 20090914 |
Method IS_SALESBASEDRENT on class CL_RERA_CONDITION_MNGR has no exception.
Method ME_CHANGE_CONDGUIDLIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CD_CONDGUID_REF | Call by reference | Type reference (TYPE) | RECAGUID | GUID (RAW16) | 20090914 | |||
| 2 | CT_LIST | Call by reference | Type reference (TYPE) | RE_T_GUID | GUID | 20090914 | |||
| 3 | ID_CONDGUID | Call by reference | Type reference (TYPE) | RECDCONDGUID | GUID (RAW16) für Konditionen | 20090914 | |||
| 4 | IO_CONDITION | Call by reference | Object reference (TYPE REF TO) | IF_RECD_CONDITION | Kondition | 20090914 | |||
| 5 | IO_COND_MNGR | Call by reference | Object reference (TYPE REF TO) | IF_RECD_CONDITION_MNGR | Verwalter - Konditionen | 20090914 |
Method ME_CHANGE_CONDGUIDLIST on class CL_RERA_CONDITION_MNGR has no exception.
Method ME_CHANGE_CONDLIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_CONDITION | Call by reference | Type reference (TYPE) | RE_T_RECD_CONDITION | Konditionen - RECD_CONDITION | 20090914 | |||
| 2 | ID_CONDGUID | Call by reference | Type reference (TYPE) | RECDCONDGUID | GUID (RAW16) für Konditionen | 20090916 | |||
| 3 | IO_COND_MNGR | Call by reference | Object reference (TYPE REF TO) | IF_RECD_CONDITION_MNGR | Verwalter - Konditionen | 20090916 |
Method ME_CHANGE_CONDLIST on class CL_RERA_CONDITION_MNGR has no exception.
Method ME_COMPARE_CONDITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_COND_1 | Call by reference | Object reference (TYPE REF TO) | IF_RECD_CONDITION | Kondition | 20090914 | |||
| 2 | IO_COND_2 | Call by reference | Object reference (TYPE REF TO) | IF_RECD_CONDITION | Kondition | 20090914 | |||
| 3 | IO_COND_MNGR | Call by reference | Object reference (TYPE REF TO) | IF_RECD_CONDITION_MNGR | Verwalter - Konditionen | 20090922 | |||
| 4 | IS_COND_1 | Call by reference | Type reference (TYPE) | RECD_CONDITION | Konditionen VICDCOND incl. Berechnung und Verteilung | 20090914 | |||
| 5 | IS_COND_2 | Call by reference | Type reference (TYPE) | RECD_CONDITION | Konditionen VICDCOND incl. Berechnung und Verteilung | 20090914 | |||
| 6 | RF_EQUAL | Value transfer | Type reference (TYPE) | ABAP_BOOL | Gleich? | 20090914 |
Method ME_COMPARE_CONDITION on class CL_RERA_CONDITION_MNGR has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 605 |