SAP ABAP Class CL_EEF_ADJ_CONFLICT_LIST (List of Conflicts for Enhancement Adjustment)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-ENH (Application Component) Enhancement Tools
⤷
SEEF_ADJUSTMENT (Package) Enhancement Adjustment
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SERIALIZABLE_OBJECT | Serializable Object | 20050225 |
Properties
| Class | CL_EEF_ADJ_CONFLICT_LIST | |
| Short Description | List of Conflicts for Enhancement Adjustment | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SEEF_ADJUSTMENT | Enhancement Adjustment |
| Created | 20050107 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_EEF_ADJ_CONFLICT_LIST has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SERIALIZABLE_OBJECT | Serializable Object | 20050225 |
Friends
Class CL_EEF_ADJ_CONFLICT_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) | TYPE_CONFLICT_TABLE | Sorted Table for TYEP_CONFLICT | 20050107 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | Reference to Internal Table for Contract Data | 20050114 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | ENHSTATE | 20090212 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | TABNAME | Table Name | 20050107 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds Conflict to List | 20050107 | |
| 2 | Instance method | Public | Method | Adds Elements to a Conflict List | 20050602 | |
| 3 | Instance method | Public | Method | Returns Conflict of List | 20050107 | |
| 4 | Instance method | Public | Method | Returns Internal Table with All Data | 20050107 | |
| 5 | Instance method | Public | Method | Returns Structure Name of Data | 20050107 | |
| 6 | Instance method | Public | Method | Determines Number of Conflicts in List | 20050107 | |
| 7 | Instance method | Public | Method | 20090212 | ||
| 8 | Instance method | Protected | Event handling method | Handles Changes Applied to Conflicts | 20090119 | |
| 9 | Instance method | Public | Method | Initialize | 20050107 | |
| 10 | Instance method | Public | Method | Register Event Handlers | 20050303 | |
| 11 | Instance method | Public | Method | Replaces a conflict in the list | 20060314 | |
| 12 | Instance method | Public | Method | Changes Conflict | 20050114 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | CONFLICTS_CHANGED | Instance Event (0) |
Public (2) |
20090119 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYPE_CONFLICT | Private | See coding | Structure Consisting of ID and Conflict Reference | 20050107 | begin of type_conflict,
id type int4,
conflict type ref to if_eef_adj_conflict,
end of type_conflict
|
|
| 2 | TYPE_CONFLICT_TABLE | Private | See coding | Sorted Table for TYEP_CONFLICT | 20050107 | type_conflict_table type sorted table of type_conflict
with unique key id
|
Method Signatures
Method ADD_CONFLICT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONFLICT | Call by reference | Object reference (TYPE REF TO) | IF_EEF_ADJ_CONFLICT | Enhancement Abgleich: Konflikt | 20050107 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Konflikt mit falscher Datenstruktur | 20050107 | ||
| 2 | Interner Fehler beim Enhancement Abgleich | 20050107 |
Method ADD_CONFLICT_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONFLICT_LIST | Call by reference | Object reference (TYPE REF TO) | CL_EEF_ADJ_CONFLICT_LIST | Liste von Konflikten für Enhancementabgleich | 20050602 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Konflikt mit falscher Datenstruktur | 20050602 | ||
| 2 | Interner Fehler beim Enhancement Abgleich | 20050602 |
Method GET_CONFLICT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONFLICT | Value transfer | Object reference (TYPE REF TO) | IF_EEF_ADJ_CONFLICT | Enhancement Abgleich: Konflikt | 20050107 | |||
| 2 | ID | Call by reference | Type reference (TYPE) | INT4 | Konflikt-ID | 20050107 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Konflikt ist nicht vorhanden | 20050107 |
Method GET_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONFLICT_DATA_TABLE | Call by reference | Type reference (TYPE) | DATA | Interne Tabelle mit Konfliktdaten | 20050107 |
Method GET_DATA on class CL_EEF_ADJ_CONFLICT_LIST has no exception.
Method GET_DATA_STRUCTURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STRUCTURE_NAME | Value transfer | Type reference (TYPE) | TABNAME | Tabellenname | 20050107 |
Method GET_DATA_STRUCTURE on class CL_EEF_ADJ_CONFLICT_LIST has no exception.
Method GET_NUMBER_OF_CONFLICTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NUMBER_OF_CONFLICTS | Value transfer | Type reference (TYPE) | INT4 | Anzahl der Konflikte in der Liste | 20050107 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Interner Fehler beim Enhancement Abgleich | 20050107 |
Method GET_OVERALL_ADJUSTMENT_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | ENHSTATE | 20090212 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090212 |
Method HANDLE_CONFLICT_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONFLICT | Value transfer | Attribute reference (LIKE) | 20090119 |
Method HANDLE_CONFLICT_CHANGED on class CL_EEF_ADJ_CONFLICT_LIST has no exception.
Method INIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STRUCTURE_NAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20050107 |
Method INIT on class CL_EEF_ADJ_CONFLICT_LIST has no exception.
Method REGISTER_ELEMENTS_EVENT_HANLER Signature
Method REGISTER_ELEMENTS_EVENT_HANLER on class CL_EEF_ADJ_CONFLICT_LIST has no parameter.
Method REGISTER_ELEMENTS_EVENT_HANLER on class CL_EEF_ADJ_CONFLICT_LIST has no exception.
Method REPLACE_CONFLICT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NEW_CONFLICT | Call by reference | Object reference (TYPE REF TO) | IF_EEF_ADJ_CONFLICT | Enhancement Abgleich: Konflikt | 20060314 | |||
| 2 | OLD_CONFLICT | Call by reference | Object reference (TYPE REF TO) | IF_EEF_ADJ_CONFLICT | Enhancement Abgleich: Konflikt | 20060314 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Konflikt mit falscher Datenstruktur | 20060314 | ||
| 2 | Interner Fehler beim Enhancement Abgleich | 20060314 |
Method SET_CONFLICT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONFLICT | Call by reference | Object reference (TYPE REF TO) | IF_EEF_ADJ_CONFLICT | Enhancement Abgleich: Konflikt | 20050114 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Konflikt mit falscher Datenstruktur | 20050114 | ||
| 2 | Konflikt ist nicht vorhanden | 20050114 |
Event Signatures
Event CONFLICTS_CHANGED Signature
Event CONFLICTS_CHANGED on class CL_EEF_ADJ_CONFLICT_LIST has no parameter.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 700 |