SAP CL_EEF_ADJ_VIEW_CONFLICT OO Class - UI of Conflict List
CL_EEF_ADJ_VIEW_CONFLICT is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_EEF_ADJ_VIEW_CONFLICT including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Interface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_EEF_ADJ_VIEWInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_EEF_ADJ_VIEW_GUI_CONTROLMethod list of CL_EEF_ADJ_VIEW_CONFLICT SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| ADD_FUNCTIONS_TO_TOOLBAR | Handles ALV TOOLBAR Event | Protected |
| CALL METHOD cl_eef_adj_view_conflict=>ADD_FUNCTIONS_TO_TOOLBAR...more details | ||
| BUILD_ALV_FIELDCATALOG | Creates ALV Field Catalog for Passed Structure | Protected |
| CALL METHOD cl_eef_adj_view_conflict=>BUILD_ALV_FIELDCATALOG...more details | ||
| CLASS_CONSTRUCTOR | CLASS_CONSTRUCTOR | Public |
| CALL METHOD cl_eef_adj_view_conflict=>CLASS_CONSTRUCTOR...more details | ||
| DESTROY_CONTROLS | Private | |
| CALL METHOD cl_eef_adj_view_conflict=>DESTROY_CONTROLS...more details | ||
| GET_SELECTED_CONFLICT | Determines selected conflict | Private |
| CALL METHOD cl_eef_adj_view_conflict=>GET_SELECTED_CONFLICT...more details | ||
| HANDLE_CONFLICTS_CHANGED | Private | |
| CALL METHOD cl_eef_adj_view_conflict=>HANDLE_CONFLICTS_CHANGED...more details | ||
|
| ||
| HANDLE_CONTEXT_MENU_REQUEST | Handles CONTEXT_MENU_REQUEST Event | Protected |
| CALL METHOD cl_eef_adj_view_conflict=>HANDLE_CONTEXT_MENU_REQUEST...more details | ||
| HANDLE_DOUBLE_CLICK | Handles DOUBLE_CLICK Event | Protected |
| CALL METHOD cl_eef_adj_view_conflict=>HANDLE_DOUBLE_CLICK...more details | ||
| HANDLE_USER_COMMAND | Handles USER_COMMAND Event | Protected |
| CALL METHOD cl_eef_adj_view_conflict=>HANDLE_USER_COMMAND...more details | ||
| PREPARE_ALV_FOR_DISPLAY | Adapt Field Catalog for Display | Protected |
| CALL METHOD cl_eef_adj_view_conflict=>PREPARE_ALV_FOR_DISPLAY...more details | ||
| SET_CONFLICTS | Sets Conflicts to Be Displayed | Public |
| CALL METHOD cl_eef_adj_view_conflict=>SET_CONFLICTS...more details | ||
| SHOW_CONFLICT_HELP | Displays the long text of a conflict | Protected |
| CALL METHOD cl_eef_adj_view_conflict=>SHOW_CONFLICT_HELP...more details | ||
CL_EEF_ADJ_VIEW_CONFLICT attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| ADJUSTMENT_TOOL | Instance Attribute | LIKE | Private | ||
| ALV_CONFLICTS | Instance Attribute | ALV List Viewer | LIKE IF_GUI_ALV_GRID | Protected | |
| CONFLICTS | Instance Attribute | List of Conflicts for Enhancement Adjustment | LIKE CL_EEF_ADJ_CONFLICT_LIST | Private | |
| CONFL_BADI_TAB | Instance Attribute | LIKE | Private | ||
| CONFL_HOOK_IMPL_TAB | Instance Attribute | LIKE | Private | ||
| CONTAINER | Instance Attribute | Container for customer controls in the dynpro area | LIKE CL_GUI_CUSTOM_CONTAINER | Protected | |
| CONTAINER_NAME | Instance Attribute | Name of a Custom Control Container | LIKE CON_NAME | Protected | |
| C_FCODE_ADJUSTE_ENHANCEMENT | Constant | Function Code | 'ADJUST_ENHANCEMENT' | LIKE UI_FUNC | Private |
| C_FCODE_CONFLICT_EDIT | Constant | Function Code | 'CONFLICT_EDIT' | LIKE UI_FUNC | Private |
| C_FCODE_CONFLICT_HELP | Constant | Function Code | 'CONFLICT_HELP' | LIKE UI_FUNC | Private |
| C_FCODE_CONFLICT_STATE | Instance Attribute | LIKE | Private | ||
| C_ICON_ADJUSTED | Constant | Icon for Adjusted | '@01@' | LIKE CHAR4 | Private |
| C_ICON_AUTOMATIC | Constant | Icon for Automatic Adjustment | '@08@' | LIKE CHAR4 | Private |
| C_ICON_MANUAL | Constant | Icon for Manual Adjustment | '@0A@' | LIKE CHAR4 | Private |
| C_ICON_NOT_RELEVANT | Constant | Icon for Not Relevant | '@EB@' | LIKE CHAR4 | Private |
| C_ICON_UNKNOWN | Constant | Icon for Unknown | '@MG@' | LIKE CHAR4 | Private |
| ENHANCEMENT_TOOL | Instance Attribute | SAP Enhancement Tool Root Interface | LIKE IF_ENH_TOOL | Protected | |
| FIELDCATALOG | Instance Attribute | LIKE | Private | ||
| STRUCTURE_NAME | Instance Attribute | LIKE | Private | ||
| WB_MANAGER | Instance Attribute | Interface for Workbench Manager | LIKE IF_WB_MANAGER | Protected |
Links to Related Class(s)
CL_EEF_A...Full list of available SAP object classes
Search for further information about these or an SAP related objects