SAP ABAP Class CL_EEF_ADJ_SCP_CONFLICT (Conflict for Source Code Plug-ins)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-ENH (Application Component) Enhancement Tools
⤷
SEEF_REDEFINITION_HOOK (Package) Switch Framework Hook Enhancement
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_EEF_ADJ_CONFLICT | Enhancement Adjustment: Conflict | 20090113 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SERIALIZABLE_OBJECT | Serializable Object | 20090113 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_EEF_ADJ_SCP_CONF_MIGRATION | Conflict for Source Code Plug-In Migration | 20090115 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_EEF_ADJ_SCP_CONF_MIGSUB | Conflict - Elements must be moved | 20090115 |
Properties
| Class | CL_EEF_ADJ_SCP_CONFLICT | |
| Short Description | Conflict for Source Code Plug-ins | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SEEF_REDEFINITION_HOOK | Switch Framework Hook Enhancement |
| Created | 20090113 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_EEF_ADJ_SCP_CONFLICT has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_EEF_ADJ_CONFLICT | Enhancement Adjustment: Conflict | 20090113 | ||
| 2 | IF_SERIALIZABLE_OBJECT | Serializable Object | 20090113 |
Friends
Class CL_EEF_ADJ_SCP_CONFLICT 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) | SEEF_ADJ_CONFL_HOOK_IMPL | CONFLICT_DATA | 20090113 | |||
| 2 | Constant | Public | Type reference (TYPE) | SEEF_ADJ_CONFLICT_TYPE | 'HIAE' | 20090120 | |||
| 3 | Constant | Public | Type reference (TYPE) | SEEF_ADJ_CONFLICT_TYPE | 'HIBE' | 20090120 | |||
| 4 | Constant | Public | Type reference (TYPE) | SEEF_ADJ_CONFLICT_TYPE | 'HIIS' | 20090120 | |||
| 5 | Constant | Public | Type reference (TYPE) | SEEF_ADJ_CONFLICT_TYPE | 'HIDD' | 20090212 | |||
| 6 | Constant | Public | Type reference (TYPE) | SEEF_ADJ_CONFLICT_TYPE | 'HIIC' | 20130523 | |||
| 7 | Constant | Public | Type reference (TYPE) | SEEF_ADJ_CONFLICT_TYPE | 'HIMC' | 20090116 | |||
| 8 | Constant | Public | Type reference (TYPE) | SEEF_ADJ_CONFLICT_TYPE | 'HICR' | 20090130 | |||
| 9 | Constant | Public | Type reference (TYPE) | SEEF_ADJ_CONFLICT_TYPE | 'HIDR' | 20090116 | |||
| 10 | Constant | Public | Type reference (TYPE) | SEEF_ADJ_CONFLICT_TYPE | 'HISC' | 20090116 | |||
| 11 | Constant | Public | Type reference (TYPE) | SEEF_ADJ_CONFLICT_TYPE | 'HISD' | 20090116 | |||
| 12 | Constant | Public | Type reference (TYPE) | SEEF_ADJ_CONFLICT_TYPE | 'HISS' | 20090116 | |||
| 13 | Constant | Protected | Type reference (TYPE) | TABNAME | 'SEEF_ADJ_CONFL_HOOK_IMPL' | C_STRUCTURE_NAME | 20090113 | ||
| 14 | Constant | Public | Type reference (TYPE) | SEEF_ADJ_CONFLICT_TYPE | 'HISE' | 20090116 | |||
| 15 | Constant | Public | Type reference (TYPE) | SEEF_ADJ_CONFLICT_TYPE | 'HIUC' | 20131120 | |||
| 16 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_EEF_ADJ_SCP_DATA_CONTAINER | DATA_CONTAINER | 20090113 | |||
| 17 | Instance attribute | Protected | Type reference (TYPE) | INT4 | ID | 20090113 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Check Conflict | 20090113 | |
| 2 | Instance method | Public | Method | Determines data container | 20090113 | |
| 3 | Instance method | Public | Method | Returns the full name of the conflict | 20090113 | |
| 4 | Instance method | Public | Method | Determines include name | 20090113 | |
| 5 | Instance method | Public | Method | Determines the program name | 20090114 | |
| 6 | Instance method | Public | Method | Determines the position in the source code | 20090114 | |
| 7 | Instance method | Protected | Method | Initialize | 20090113 |
Events
Class CL_EEF_ADJ_SCP_CONFLICT has no event.
Types
Class CL_EEF_ADJ_SCP_CONFLICT has no local type.
Method Signatures
Method CHECK Signature
Method CHECK on class CL_EEF_ADJ_SCP_CONFLICT has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | CX_EEF_ADJ_INTERNAL_ERROR | 20090113 |
Method GET_DATA_CONTAINER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_EEF_ADJ_SCP_DATA_CONTAINER | RESULT | 20090113 |
Method GET_DATA_CONTAINER on class CL_EEF_ADJ_SCP_CONFLICT has no exception.
Method GET_FULL_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FULL_NAME | Value transfer | Type reference (TYPE) | STRING | FULL_NAME | 20090113 |
Method GET_FULL_NAME on class CL_EEF_ADJ_SCP_CONFLICT has no exception.
Method GET_INCLUDE_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | PROGNAME | ABAP-Programmname | 20090113 |
Method GET_INCLUDE_NAME on class CL_EEF_ADJ_SCP_CONFLICT has no exception.
Method GET_PROGRAM_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | PROGNAME | Programmname | 20090114 |
Method GET_PROGRAM_NAME on class CL_EEF_ADJ_SCP_CONFLICT has no exception.
Method GET_SOURCE_POSITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | I | Zeilennummer | 20090114 |
Method GET_SOURCE_POSITION on class CL_EEF_ADJ_SCP_CONFLICT has no exception.
Method INIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_EEF_ADJ_SCP_DATA_CONTAINER | DATA_CONTAINER | 20090113 | |||
| 2 | FULL_NAME | Call by reference | Type reference (TYPE) | STRING | FULL_NAME | 20090113 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090120 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 720 |