Class Method list used by SAP ABAP Class CL_WER_APPLICATION_VIEW (Assigning work item structures to an application)
SAP ABAP Class
CL_WER_APPLICATION_VIEW (Assigning work item structures to an application) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | CL_GUI_ALV_GRID - CHECK_CHANGED_DATA | ALV List Viewer | ||
| 2 | CL_GUI_ALV_GRID - ACTIVATE_DISPLAY_PROTOCOL | ALV List Viewer | ||
| 3 | CL_GUI_ALV_GRID - SET_TOOLBAR_INTERACTIVE | ALV List Viewer | ||
| 4 | CL_GUI_ALV_GRID - SET_TABLE_FOR_FIRST_DISPLAY | ALV List Viewer | ||
| 5 | CL_GUI_ALV_GRID - SET_READY_FOR_INPUT | ALV List Viewer | ||
| 6 | CL_GUI_ALV_GRID - SET_READY_FOR_INPUT | ALV List Viewer | ||
| 7 | CL_GUI_ALV_GRID - REGISTER_EDIT_EVENT | ALV List Viewer | ||
| 8 | CL_GUI_ALV_GRID - REFRESH_TABLE_DISPLAY | ALV List Viewer | ||
| 9 | CL_GUI_ALV_GRID - REFRESH_TABLE_DISPLAY | ALV List Viewer | ||
| 10 | CL_GUI_ALV_GRID - GET_SELECTED_ROWS | ALV List Viewer | ||
| 11 | CL_GUI_ALV_GRID - CONSTRUCTOR | ALV List Viewer | ||
| 12 | CL_GUI_CFW - SET_NEW_OK_CODE | Control Framework Basic Class | ||
| 13 | CL_GUI_CFW - SET_NEW_OK_CODE | Control Framework Basic Class | ||
| 14 | CL_GUI_CUSTOM_CONTAINER - CONSTRUCTOR | Container for Custom Controls in the Screen Area | ||
| 15 | CL_WER_APPLICATION - GET_SOFTWARE_COMPONENT | Concrete application of the Rule engine | ||
| 16 | CL_WER_APPLICATION - SET_SOFTWARE_COMPONENT | Concrete application of the Rule engine | ||
| 17 | CL_WER_APPLICATION - SET_DEVELOPMENT_PACKAGE | Concrete application of the Rule engine | ||
| 18 | CL_WER_APPLICATION - SET_APPLICATION_COMPONENT | Concrete application of the Rule engine | ||
| 19 | CL_WER_APPLICATION - GET_WORKITEMS_META_DATA | Concrete application of the Rule engine | ||
| 20 | CL_WER_APPLICATION - GET_WORKITEMS_META_DATA | Concrete application of the Rule engine | ||
| 21 | CL_WER_APPLICATION - GET_DEVELOPMENT_PACKAGE | Concrete application of the Rule engine | ||
| 22 | CL_WER_APPLICATION - GET_APPLICATION_COMPONENT | Concrete application of the Rule engine | ||
| 23 | CL_WER_APPLICATION - DELETE_WORKITEM | Concrete application of the Rule engine | ||
| 24 | CL_WER_APPLICATION - CHECK_WORKITEM | Concrete application of the Rule engine | ||
| 25 | CL_WER_APPLICATION - ADD_WORKITEM | Concrete application of the Rule engine | ||
| 26 | CL_WER_APPLICATION_VIEW - ON_DOUBLE_CLICK | Assigning work item structures to an application | SOURCE on_data_changed FOR mr_workitems_grid, |
|
| 27 | CL_WER_APPLICATION_VIEW - ON_USER_COMMAND | Assigning work item structures to an application | SOURCE on_user_command FOR mr_workitems_grid, |
|
| 28 | CL_WER_APPLICATION_VIEW - ON_DOUBLE_CLICK | Assigning work item structures to an application | SOURCE on_data_changed_finished FOR mr_workitems_grid, |
|
| 29 | CL_WER_APPLICATION_VIEW - ON_DOUBLE_CLICK | Assigning work item structures to an application | SOURCE on_double_click FOR mr_workitems_grid. |
|
| 30 | CL_WER_APPLICATION_VIEW - ON_TOOLBAR | Assigning work item structures to an application | SOURCE SET HANDLER: on_toolbar FOR mr_workitems_grid, |
|
| 31 | CL_WER_APPLICATION_VIEW - ON_USER_COMMAND | Assigning work item structures to an application | SOURCE SET HANDLER: on_toolbar FOR mr_workitems_grid, |
|
| 32 | CL_WER_APPLICATION_VIEW - REFRESH_WORKITEMS | Assigning work item structures to an application | SOURCE refresh_workitems( ). |
|
| 33 | CL_WER_APPLICATION_VIEW - REFRESH_WORKITEMS | Assigning work item structures to an application | SOURCE refresh_workitems( ). |
|
| 34 | CL_WER_APPLICATION_VIEW - SET_APPLICATION_WORKITEMS | Assigning work item structures to an application | SOURCE set_application_workitems( ). |
|
| 35 | CL_WER_APPLICATION_VIEW - SET_CHANGED_WORKITEM | Assigning work item structures to an application | SOURCE set_changed_workitem( lr_cell->* ). |
|
| 36 | CL_WER_APPLICATION_VIEW - SET_DELETED_WORKITEMS | Assigning work item structures to an application | SOURCE set_deleted_workitems( er_data_changed->mt_deleted_rows ). |
|
| 37 | CL_WER_APPLICATION_VIEW - SET_HANDLERS | Assigning work item structures to an application | SOURCE set_handlers( ). |
|
| 38 | CL_WER_APPLICATION_VIEW - SHOW_ITEM_DETAILS | Assigning work item structures to an application | SOURCE show_item_details( lr_workitem->id ). |
|
| 39 | CL_WER_APPLICATION_VIEW - SHOW_ITEM_DETAILS | Assigning work item structures to an application | SOURCE show_item_details( lr_workitem->id ). |
|
| 40 | CL_WER_APPLICATION_VIEW - ON_DOUBLE_CLICK | Assigning work item structures to an application | SOURCE SET HANDLER: on_toolbar FOR mr_workitems_grid, |
|
| 41 | CL_WER_APPLICATION_VIEW - ON_DOUBLE_CLICK | Assigning work item structures to an application | SOURCE on_user_command FOR mr_workitems_grid, |
|
| 42 | CL_WER_APPLICATION_VIEW - GET_EXCLUDING_TABLE | Assigning work item structures to an application | SOURCE lr_exclud_functions = get_excluding_table( ). |
|
| 43 | CL_WER_APPLICATION_VIEW - GET_FIELD_CATALOG | Assigning work item structures to an application | SOURCE lr_fieldcat = get_field_catalog( ). |
|
| 44 | CL_WER_APPLICATION_VIEW - GET_SELECTION | Assigning work item structures to an application | SOURCE lr_workitems = get_selection( ). |
|
| 45 | CL_WER_APPLICATION_VIEW - HANDLE_DETAIL_WORKITEM | Assigning work item structures to an application | SOURCE handle_detail_workitem( ). |
|
| 46 | CL_WER_APPLICATION_VIEW - INIT_UI_COMPONENTS | Assigning work item structures to an application | SOURCE init_ui_components( i_container ). |
|
| 47 | CL_WER_APPLICATION_VIEW - ON_DATA_CHANGED | Assigning work item structures to an application | SOURCE SET HANDLER: on_toolbar FOR mr_workitems_grid, |
|
| 48 | CL_WER_APPLICATION_VIEW - ON_DATA_CHANGED | Assigning work item structures to an application | SOURCE on_user_command FOR mr_workitems_grid, |
|
| 49 | CL_WER_APPLICATION_VIEW - ON_DATA_CHANGED | Assigning work item structures to an application | SOURCE on_data_changed FOR mr_workitems_grid, |
|
| 50 | CL_WER_APPLICATION_VIEW - ON_DATA_CHANGED_FINISHED | Assigning work item structures to an application | SOURCE SET HANDLER: on_toolbar FOR mr_workitems_grid, |
|
| 51 | CL_WER_APPLICATION_VIEW - ON_DATA_CHANGED_FINISHED | Assigning work item structures to an application | SOURCE on_user_command FOR mr_workitems_grid, |
|
| 52 | CL_WER_APPLICATION_VIEW - ON_DATA_CHANGED_FINISHED | Assigning work item structures to an application | SOURCE on_data_changed FOR mr_workitems_grid, |
|
| 53 | CL_WER_APPLICATION_VIEW - ON_DATA_CHANGED_FINISHED | Assigning work item structures to an application | SOURCE on_data_changed_finished FOR mr_workitems_grid, |
|
| 54 | CL_WER_EXCEPTION_REPORTER - RAISE_OPERATION_FAILED | Services for raising exceptions | ||
| 55 | CL_WER_EXCEPTION_REPORTER - RAISE_OPERATION_FAILED | Services for raising exceptions | ||
| 56 | CL_WER_MESSAGE_PUBLISHER - RAISE_PUBLISH_MESSAGES | Service class for publishing messages | ||
| 57 | CL_WER_MESSAGE_PUBLISHER - RAISE_PUBLISH_MESSAGES | Service class for publishing messages | ||
| 58 | CL_WER_MESSAGE_PUBLISHER - RAISE_PUBLISH_MESSAGES | Service class for publishing messages | ||
| 59 | CL_WER_MESSAGE_PUBLISHER - RAISE_PUBLISH_MESSAGES | Service class for publishing messages | ||
| 60 | CL_WER_MESSAGE_PUBLISHER - RAISE_PUBLISH_MESSAGES | Service class for publishing messages | ||
| 61 | CL_WER_MESSAGE_PUBLISHER - RAISE_PUBLISH_MESSAGES | Service class for publishing messages | ||
| 62 | CL_WER_MESSAGE_PUBLISHER - RAISE_PUBLISH_MESSAGES | Service class for publishing messages | ||
| 63 | CL_WER_MESSAGE_PUBLISHER - RAISE_PUBLISH_MESSAGES | Service class for publishing messages | ||
| 64 | CL_WER_MESSAGE_PUBLISHER - RAISE_CLEAR_MESSAGES | Service class for publishing messages | ||
| 65 | CL_WER_MESSAGE_PUBLISHER - RAISE_CLEAR_MESSAGES | Service class for publishing messages | ||
| 66 | CL_WER_MESSAGE_PUBLISHER - RAISE_CLEAR_MESSAGES | Service class for publishing messages | ||
| 67 | CL_WER_MESSAGE_PUBLISHER - RAISE_CLEAR_MESSAGES | Service class for publishing messages | ||
| 68 | CL_WER_MESSAGE_PUBLISHER - RAISE_CLEAR_MESSAGES | Service class for publishing messages | ||
| 69 | CL_WER_MESSAGE_PUBLISHER - RAISE_CLEAR_MESSAGES | Service class for publishing messages | ||
| 70 | CL_WER_MESSAGE_PUBLISHER - RAISE_CLEAR_MESSAGES | Service class for publishing messages | ||
| 71 | CL_WER_MESSAGE_PUBLISHER - RAISE_PUBLISH_MESSAGES | Service class for publishing messages | ||
| 72 | CL_WER_POPUP_SERVICES - SHOW_ITEM_DETAILS | Popup screens for confirmations, selections and messages | ||
| 73 | CL_WER_SUBSCREEN_VIEW - RAISE_PROCESS_ERROR | Common services for embedded views | ||
| 74 | CL_WER_SUBSCREEN_VIEW - SET_ELEMENT | Common services for embedded views | ||
| 75 | CL_WER_SUBSCREEN_VIEW - SET_ELEMENT | Common services for embedded views | ||
| 76 | CL_WER_SUBSCREEN_VIEW - RAISE_PROCESS_STARTING | Common services for embedded views | ||
| 77 | CL_WER_SUBSCREEN_VIEW - RAISE_PROCESS_STARTING | Common services for embedded views | ||
| 78 | CL_WER_SUBSCREEN_VIEW - RAISE_PROCESS_ERROR | Common services for embedded views | ||
| 79 | CL_WER_SUBSCREEN_VIEW - RAISE_PROCESS_ERROR | Common services for embedded views | ||
| 80 | CL_WER_SUBSCREEN_VIEW - RAISE_PROCESS_ERROR | Common services for embedded views | ||
| 81 | CL_WER_SUBSCREEN_VIEW - RAISE_PROCESS_ERROR | Common services for embedded views | ||
| 82 | CL_WER_SUBSCREEN_VIEW - CONSTRUCTOR | Common services for embedded views | ||
| 83 | CL_WER_VIEW - FREE | Base for all view classes | ||
| 84 | CL_WER_VIEW - FREE | Base for all view classes | ||
| 85 | CL_WER_VIEW - PREPARE_FOR_DISPLAY | Base for all view classes | ||
| 86 | CL_WER_VIEW - PREPARE_FOR_DISPLAY | Base for all view classes | ||
| 87 | CL_WER_VIEW - SET_MODE | Base for all view classes | ||
| 88 | CL_WER_VIEW - SET_MODE | Base for all view classes | ||
| 89 | CL_WER_VIEW - SET_MODE | Base for all view classes |