SAP ABAP Class CL_EEF_ADJ_VIEW_CONFLICT (UI of Conflict List)
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_EEF_ADJ_VIEW UI of Enhancement Adjustment Tool 20041214
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_EEF_ADJ_VIEW_GUI_CONTROL UI of Enhancement Adjustment Tool (in Container) 20041214
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_EEF_ADJ_VIEW_CONFLICT_WDY Web Dynpro-Specific UI of a Conflict List 20050803
Properties
Class CL_EEF_ADJ_VIEW_CONFLICT  
Short Description UI of Conflict List    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SEEF_ADJUSTMENT   Enhancement Adjustment 
Created 20041214   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_EEF_ADJ_VIEW_CONFLICT has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_EEF_ADJ_VIEW UI of Enhancement Adjustment Tool 20041214
2 IF_EEF_ADJ_VIEW_GUI_CONTROL UI of Enhancement Adjustment Tool (in Container) 20041214
Friends
Class CL_EEF_ADJ_VIEW_CONFLICT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ADJUSTMENT_TOOL Instance attribute Protected Object reference (TYPE REF TO) IF_EEF_ADJ_TOOL 20090119
2 ALV_CONFLICTS Instance attribute Protected Object reference (TYPE REF TO) IF_GUI_ALV_GRID ALV List Viewer 20090119
3 CONFLICTS Instance attribute Private Object reference (TYPE REF TO) CL_EEF_ADJ_CONFLICT_LIST List of Conflicts for Enhancement Adjustment 20041217
4 CONTAINER Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in Screen Area 20041214
5 CONTAINER_NAME Instance attribute Protected Type reference (TYPE) CON_NAME Name of a Custom Control Container 20041214
6 C_FCODE_ADJUSTE_ENHANCEMENT Constant Private Type reference (TYPE) UI_FUNC 'ADJUST_ENHANCEMENT' Function Code 20050117
7 C_FCODE_CONFLICT_EDIT Constant Private Type reference (TYPE) UI_FUNC 'CONFLICT_EDIT' Function Code 20061124
8 C_FCODE_CONFLICT_HELP Constant Private Type reference (TYPE) UI_FUNC 'CONFLICT_HELP' Function Code 20060906
9 C_FCODE_CONFLICT_STATE Constant Private See coding 20050104
10 C_ICON_ADJUSTED Constant Private Type reference (TYPE) CHAR4 '@01@' Icon for Adjusted 20050111
11 C_ICON_AUTOMATIC Constant Private Type reference (TYPE) CHAR4 '@08@' Icon for Automatic Adjustment 20050111
12 C_ICON_MANUAL Constant Private Type reference (TYPE) CHAR4 '@0A@' Icon for Manual Adjustment 20050111
13 C_ICON_NOT_RELEVANT Constant Private Type reference (TYPE) CHAR4 '@EB@' Icon for Not Relevant 20050111
14 C_ICON_UNKNOWN Constant Private Type reference (TYPE) CHAR4 '@MG@' Icon for Unknown 20050111
15 ENHANCEMENT_TOOL Instance attribute Protected Object reference (TYPE REF TO) IF_ENH_TOOL SAP Enhancement Tool Root Interface 20050119
16 WB_MANAGER Instance attribute Protected Object reference (TYPE REF TO) IF_WB_MANAGER Interface for Workbench Manager 20050228
Methods
# Method Level Visibility Method type Description Created on
1 ADD_FUNCTIONS_TO_TOOLBAR Instance method Protected Event handling method Handles ALV TOOLBAR Event 20050114
2 BUILD_ALV_FIELDCATALOG Instance method Protected Method Creates ALV Field Catalog for Passed Structure 20050111
3 GET_SELECTED_CONFLICT Instance method Private Method Determines selected conflict 20061124
4 HANDLE_CONFLICTS_CHANGED Instance method Private Event handling method 20090119
5 HANDLE_CONTEXT_MENU_REQUEST Instance method Protected Event handling method Handles CONTEXT_MENU_REQUEST Event 20050104
6 HANDLE_DOUBLE_CLICK Instance method Protected Event handling method Handles DOUBLE_CLICK Event 20041220
7 HANDLE_USER_COMMAND Instance method Protected Event handling method Handles USER_COMMAND Event 20050104
8 PREPARE_ALV_FOR_DISPLAY Instance method Protected Method Adapt Field Catalog for Display 20050111
9 SET_CONFLICTS Instance method Public Method Sets Conflicts to Be Displayed 20041217
10 SHOW_CONFLICT_HELP Instance method Protected Method Displays the long text of a conflict 20060906
Events
Class CL_EEF_ADJ_VIEW_CONFLICT has no event.
Types
Class CL_EEF_ADJ_VIEW_CONFLICT has no local type.
Method Signatures

Method ADD_FUNCTIONS_TO_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_INTERACTIVE Value transfer Attribute reference (LIKE) 20050114
2 Importing E_OBJECT Value transfer Attribute reference (LIKE) 20050114

Method ADD_FUNCTIONS_TO_TOOLBAR on class CL_EEF_ADJ_VIEW_CONFLICT has no exception.

Method BUILD_ALV_FIELDCATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FIELDCATALOG Value transfer Type reference (TYPE) LVC_T_FCAT Feldkatalog für ListViewerControl 20050111
2 Importing STRUCTURE_NAME Call by reference Type reference (TYPE) TABNAME Struktur der Konfliktdaten 20050111

Method BUILD_ALV_FIELDCATALOG on class CL_EEF_ADJ_VIEW_CONFLICT has no exception.

Method GET_SELECTED_CONFLICT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SELECTED_CONFLICT Value transfer Object reference (TYPE REF TO) IF_EEF_ADJ_CONFLICT Enhancement Abgleich: Konflikt 20061124
# Exception Resumable Description Created on
1 CX_EEF_ADJ_CONFLICT_NOT_FOUND Konflikt ist nicht vorhanden 20061124

Method HANDLE_CONFLICTS_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Value transfer Attribute reference (LIKE) 20090119

Method HANDLE_CONFLICTS_CHANGED on class CL_EEF_ADJ_VIEW_CONFLICT has no exception.

Method HANDLE_CONTEXT_MENU_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_OBJECT Value transfer Attribute reference (LIKE) 20050104

Method HANDLE_CONTEXT_MENU_REQUEST on class CL_EEF_ADJ_VIEW_CONFLICT has no exception.

Method HANDLE_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Value transfer Attribute reference (LIKE) 20041220
2 Importing E_COLUMN Value transfer Attribute reference (LIKE) 20041220
3 Importing E_ROW Value transfer Attribute reference (LIKE) 20041220

Method HANDLE_DOUBLE_CLICK on class CL_EEF_ADJ_VIEW_CONFLICT has no exception.

Method HANDLE_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_UCOMM Value transfer Attribute reference (LIKE) 20050104

Method HANDLE_USER_COMMAND on class CL_EEF_ADJ_VIEW_CONFLICT has no exception.

Method PREPARE_ALV_FOR_DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing FIELDCATALOG Call by reference Type reference (TYPE) LVC_T_FCAT Feldkatalog für ListViewerControl 20050111
2 Changing LAYOUT Call by reference Type reference (TYPE) LVC_S_LAYO ALV-Control: Layoutstruktur 20050112
3 Changing SORT_INFO Call by reference Type reference (TYPE) LVC_T_SORT 20090121
4 Changing TOOLBAR_EXCLUDINGS Call by reference Type reference (TYPE) UI_FUNCTIONS Funktionscodestabelle 20050114

Method PREPARE_ALV_FOR_DISPLAY on class CL_EEF_ADJ_VIEW_CONFLICT has no exception.

Method SET_CONFLICTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFLICTS Call by reference Object reference (TYPE REF TO) CL_EEF_ADJ_CONFLICT_LIST Liste von Konflikten für Enhancementabgleich 20041217

Method SET_CONFLICTS on class CL_EEF_ADJ_VIEW_CONFLICT has no exception.

Method SHOW_CONFLICT_HELP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CONFLICT Call by reference Object reference (TYPE REF TO) IF_EEF_ADJ_CONFLICT Enhancement Abgleich: Konflikt 20060906

Method SHOW_CONFLICT_HELP on class CL_EEF_ADJ_VIEW_CONFLICT has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 700