Class Method list used by SAP ABAP Class CL_CBESH_KEYFACTS_OVERVIEW_UI (Maintenance of Keyfacts)
SAP ABAP Class
CL_CBESH_KEYFACTS_OVERVIEW_UI (Maintenance of Keyfacts) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | CL_CBESH_KEYFACTS_DB - GET_DATA | Mapping DB <--> UI | ||
| 2 | CL_CBESH_KEYFACTS_DB - SET_DATA | Mapping DB <--> UI | ||
| 3 | CL_CBESH_KEYFACTS_DB - DELETE_DATA | Mapping DB <--> UI | ||
| 4 | CL_CBESH_KEYFACTS_OVERVIEW_UI - GET_DECIMALS_TEXT | Maintenance of Keyfacts | SOURCE ls_kf_maint-nof_description = me->get_decimals_text( iv_nofd = ls_kf_maint-nof_digits ). |
|
| 5 | CL_CBESH_KEYFACTS_OVERVIEW_UI - GET_DOMVALUES | Maintenance of Keyfacts | SOURCE gt_kf_types = me->get_domvalues( 'CBESH_KF_TYPE' ). |
|
| 6 | CL_CBESH_KEYFACTS_OVERVIEW_UI - GET_DOMVALUES | Maintenance of Keyfacts | SOURCE gt_decimals = me->get_domvalues( 'CBESH_KF_NOF_DIGITS' ). |
|
| 7 | CL_CBESH_KEYFACTS_OVERVIEW_UI - GET_EXCL_FUNCT | Maintenance of Keyfacts | SOURCE lt_exclude = me->get_excl_funct( ). |
|
| 8 | CL_CBESH_KEYFACTS_OVERVIEW_UI - GET_FLDCAT | Maintenance of Keyfacts | SOURCE gt_fldcat = me->get_fldcat( ). |
|
| 9 | CL_CBESH_KEYFACTS_OVERVIEW_UI - GET_KEY_FACTS | Maintenance of Keyfacts | SOURCE me->get_key_facts( ). |
|
| 10 | CL_CBESH_KEYFACTS_OVERVIEW_UI - GET_LAYOUT | Maintenance of Keyfacts | SOURCE gs_layout = me->get_layout( ). |
|
| 11 | CL_CBESH_KEYFACTS_OVERVIEW_UI - GET_OTR_TEXT | Maintenance of Keyfacts | SOURCE |
|
| 12 | CL_CBESH_KEYFACTS_OVERVIEW_UI - GET_OTR_TEXT | Maintenance of Keyfacts | SOURCE ls_kf_maint-description = me->get_otr_text( iv_alias = ls_kf_maint-title ). |
|
| 13 | CL_CBESH_KEYFACTS_OVERVIEW_UI - GET_TYPE_TEXT | Maintenance of Keyfacts | SOURCE ls_kf_data-type_description = me->get_type_text( iv_type = ls_kf_data-type ). |
|
| 14 | CL_CBESH_KEYFACTS_OVERVIEW_UI - GET_TYPE_TEXT | Maintenance of Keyfacts | SOURCE ls_key_facts-type_description = me->get_type_text( iv_type = if_cbesh_key_facts_cons=>gc_kf_type_numeric ). |
|
| 15 | CL_CBESH_KEYFACTS_OVERVIEW_UI - GET_TYPE_TEXT | Maintenance of Keyfacts | SOURCE lv_type_desc = me->get_type_text( iv_type = lv_type ). |
|
| 16 | CL_CBESH_KEYFACTS_OVERVIEW_UI - HANDLE_TOOLBAR | Maintenance of Keyfacts | SOURCE set handler handle_toolbar for go_grid. |
|
| 17 | CL_CBESH_KEYFACTS_OVERVIEW_UI - HANDLE_USER_COMMAND | Maintenance of Keyfacts | SOURCE set handler handle_user_command for go_grid. |
|
| 18 | CL_CBESH_KEYFACTS_OVERVIEW_UI - ON_HOTSPOT_CLICK | Maintenance of Keyfacts | SOURCE set handler on_hotspot_click for go_grid. |
|
| 19 | CL_CBESH_KEYFACTS_OVERVIEW_UI - SAVE_KEY_FACTS | Maintenance of Keyfacts | ||
| 20 | CL_CBESH_KEYFACTS_OVERVIEW_UI - GET_DECIMALS_TEXT | Maintenance of Keyfacts | SOURCE ls_kf_data-nof_description = me->get_decimals_text( iv_nofd = ls_kf_data-nof_digits ). |
|
| 21 | CL_CBESH_KEYFACTS_OVERVIEW_UI - CONSTRUCTOR | Maintenance of Keyfacts | ||
| 22 | CL_CBESH_KEYFACTS_OVERVIEW_UI - CREATE_KEY_FACT | Maintenance of Keyfacts | SOURCE me->create_key_fact( ). |
|
| 23 | CL_CBESH_KEYFACTS_OVERVIEW_UI - DELETE_KEY_FACT | Maintenance of Keyfacts | SOURCE me->delete_key_fact( ). |
|
| 24 | CL_CBESH_KEYFACTS_OVERVIEW_UI - DISPLAY_DETAILS | Maintenance of Keyfacts | SOURCE me->display_details( lv_row_no ). |
|
| 25 | CL_CBESH_KEYFACTS_OVERVIEW_UI - FILL_KEY_FACT_TABLE | Maintenance of Keyfacts | SOURCE me->fill_key_fact_table( |
|
| 26 | CL_CBESH_KEYFACTS_OVERVIEW_UI - FILL_KEY_FACT_TABLE | Maintenance of Keyfacts | SOURCE exporting |
|
| 27 | CL_CBESH_KEYFACTS_OVERVIEW_UI - FILL_KEY_FACT_TABLE | Maintenance of Keyfacts | SOURCE it_data = ls_key_facts-numeric_kf |
|
| 28 | CL_CBESH_KEYFACTS_OVERVIEW_UI - FILL_KEY_FACT_TABLE | Maintenance of Keyfacts | SOURCE iv_type = if_cbesh_key_facts_cons=>gc_kf_type_numeric " Key Fact Type |
|
| 29 | CL_CBESH_KEYFACTS_OVERVIEW_UI - FILL_KEY_FACT_TABLE | Maintenance of Keyfacts | SOURCE ). |
|
| 30 | CL_CBESH_KEYFACTS_OVERVIEW_UI - FILL_KEY_FACT_TABLE | Maintenance of Keyfacts | SOURCE me->fill_key_fact_table( |
|
| 31 | CL_CBESH_KEYFACTS_OVERVIEW_UI - FILL_KEY_FACT_TABLE | Maintenance of Keyfacts | SOURCE exporting |
|
| 32 | CL_CBESH_KEYFACTS_OVERVIEW_UI - FILL_KEY_FACT_TABLE | Maintenance of Keyfacts | SOURCE it_data = ls_key_facts-status_kf |
|
| 33 | CL_CBESH_KEYFACTS_OVERVIEW_UI - FILL_KEY_FACT_TABLE | Maintenance of Keyfacts | SOURCE iv_type = if_cbesh_key_facts_cons=>gc_kf_type_status " Key Fact Type |
|
| 34 | CL_CBESH_KEYFACTS_OVERVIEW_UI - FILL_KEY_FACT_TABLE | Maintenance of Keyfacts | SOURCE ). |
|
| 35 | CL_CBESH_KEYFACTS_OVERVIEW_UI - GET_DECIMALS_TEXT | Maintenance of Keyfacts | SOURCE ls_key_facts-nof_description = me->get_decimals_text( iv_nofd = lv_nof ). |
|
| 36 | CL_GUI_ALV_GRID - CONSTRUCTOR | ALV List Viewer | ||
| 37 | CL_GUI_ALV_GRID - REFRESH_TABLE_DISPLAY | ALV List Viewer | ||
| 38 | CL_GUI_ALV_GRID - SET_TABLE_FOR_FIRST_DISPLAY | ALV List Viewer | ||
| 39 | CL_GUI_CFW - SET_NEW_OK_CODE | Control Framework Basic Class | ||
| 40 | CL_GUI_CFW - SET_NEW_OK_CODE | Control Framework Basic Class | ||
| 41 | CL_GUI_CUSTOM_CONTAINER - CONSTRUCTOR | Container for Custom Controls in the Screen Area |