SAP ABAP Class CL_CFX_COMPARABLE_LIST (List of Comparable Objects)
Hierarchy
☛
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
⤷
PLM-CFO (Application Component) Collaboration Folders
⤷
CFX_BASIS (Package) Basis Technology for the Collaboration Folders Application
⤷
⤷
Properties
| Class | CL_CFX_COMPARABLE_LIST | |
| Short Description | List of Comparable Objects | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CFX_BASIS | Basis Technology for the Collaboration Folders Application |
| Created | 20050322 | SAP |
| Last change | 20141109 | |
| 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) |
Interfaces
Class CL_CFX_COMPARABLE_LIST has no interface implemented.
Friends
Class CL_CFX_COMPARABLE_LIST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TT_COMPARABLE | List of Comparable Objects | 20050322 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add Object to List | 20050322 | |
| 2 | Instance method | Public | Method | Compare Two Lists | 20050322 | |
| 3 | Instance method | Public | Constructor | Constructor | 20050322 | |
| 4 | Instance method | Private | Method | Objects for which there are no identical objects | 20050322 | |
| 5 | Static method | Public | Method | Compare Two Lists | 20050322 | |
| 6 | Instance method | Private | Method | Delete Internal Indicator | 20050322 |
Events
Class CL_CFX_COMPARABLE_LIST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_COMPARABLE | Private | See coding | 20050322 | BEGIN OF ts_comparable ,
hash_value TYPE string,
object TYPE REF TO if_cfx_comparable,
equal_found TYPE cfx_boolean,
END OF ts_comparable
|
||
| 2 | TT_COMPARABLE | Private | See coding | 20050322 | tt_comparable TYPE SORTED TABLE OF ts_comparable
WITH NON-UNIQUE KEY hash_value
|
Method Signatures
Method ADD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_COMPARABLE | Call by reference | Object reference (TYPE REF TO) | IF_CFX_COMPARABLE | Vergleich von Objekten und deren Listen | 20050322 |
Method ADD on class CL_CFX_COMPARABLE_LIST has no exception.
Method COMPARE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_DELETED_OBJECTS | Call by reference | Object reference (TYPE REF TO) | IF_CFX_COMPARABLE_LIST | Gelöschte Objekte | 20050322 | |||
| 2 | IP_EQUAL_OBJECTS | Call by reference | Object reference (TYPE REF TO) | IF_CFX_COMPARABLE_LIST | Gleiche Objekte | 20050323 | |||
| 3 | IP_NEW_OBJECTS | Call by reference | Object reference (TYPE REF TO) | IF_CFX_COMPARABLE_LIST | Neue Objekte | 20050322 | |||
| 4 | IP_OLD_COMPARABLE_LIST | Call by reference | Object reference (TYPE REF TO) | CL_CFX_COMPARABLE_LIST | Liste mit den 'alten' zu vergleichenden Objekten | 20050322 |
Method COMPARE on class CL_CFX_COMPARABLE_LIST has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_IF_COMPARABLE_LIST | Call by reference | Object reference (TYPE REF TO) | IF_CFX_COMPARABLE_LIST | Liste mit vergleichbaren Objekten | 20050322 |
Method CONSTRUCTOR on class CL_CFX_COMPARABLE_LIST has no exception.
Method GET_OBJECTS_NO_EQUAL_FOUND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_OBJECTS_NO_EQUAL_FOUND | Call by reference | Object reference (TYPE REF TO) | IF_CFX_COMPARABLE_LIST | Objekte, zu denen es kein gleiches gibt | 20050322 |
Method GET_OBJECTS_NO_EQUAL_FOUND on class CL_CFX_COMPARABLE_LIST has no exception.
Method IF_COMPARE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_DELETED_OBJECTS | Call by reference | Object reference (TYPE REF TO) | IF_CFX_COMPARABLE_LIST | Gelöschte Objekte | 20050322 | |||
| 2 | IP_EQUAL_OBJECTS | Call by reference | Object reference (TYPE REF TO) | IF_CFX_COMPARABLE_LIST | Gleiche Objekte | 20050323 | |||
| 3 | IP_NEW_COMPARABLE_LIST | Call by reference | Object reference (TYPE REF TO) | IF_CFX_COMPARABLE_LIST | Liste mit den 'neuen' zu vergleichenden Objekten | 20050322 | |||
| 4 | IP_NEW_OBJECTS | Call by reference | Object reference (TYPE REF TO) | IF_CFX_COMPARABLE_LIST | Neue Objekte | 20050322 | |||
| 5 | IP_OLD_COMPARABLE_LIST | Call by reference | Object reference (TYPE REF TO) | IF_CFX_COMPARABLE_LIST | Liste mit den 'alten' zu vergleichenden Objekten | 20050322 |
Method IF_COMPARE on class CL_CFX_COMPARABLE_LIST has no exception.
Method RESET_NO_EQUAL_FOUND Signature
Method RESET_NO_EQUAL_FOUND on class CL_CFX_COMPARABLE_LIST has no parameter.
Method RESET_NO_EQUAL_FOUND on class CL_CFX_COMPARABLE_LIST has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 400 |