SAP Note 966685 - Personalization of the table of key figures is incorrect

Component : Key Figure Monitor -

Solution : https://service.sap.com/sap/support/notes/966685 (SAP Service marketplace login required)

Key words :
call method l_window_manager->create_window    exporting      modal             = abap_true      window_name       = 'kf_pers_window'      title            = popup_title      close_button      = abap_false      button_kind       = if_wd_window=>co_buttons_okcancel      message_type      = if_wd_window=>co_msg_type_none      close_in_any_case = abap_false    receiving      window            = wd_this->kf_pers_popup, call method lr_window_man->create_window    exporting      modal        = abap_true      window_name  = 'table_pers'      title        = lv_window_title      close_button = abap_true      button_kind  = if_wd_window=>co_buttons_okcancel    receiving      window       = lr_window, call method wd_this->kf_pers_popup->subscribe_to_button_event    exporting      button            = if_wd_window=>co_button_ok      button_text       = lv_accept      tooltip           = lv_accept      action_name       = 'kf_pers_save'      action_view       = i_view_controller      is_default_button = abap_true, call method lr_window->subscribe_to_button_event    exporting      button            = if_wd_window=>co_button_ok      button_text       = lv_save_and_close      tooltip           = lv_save_and_close      action_name       = 'pers_kf_table_save'      action_view       = i_view_controller      is_default_button = abap_true, call method cl_wd_utilities=>get_otr_text_by_alias    exporting      alias      = 'generic_key_figure_monitor/accept'    receiving      alias_text = lv_accept, call method cl_wd_utilities=>get_otr_text_by_alias    exporting      alias      = 'generic_key_figure_monitor/save_and_close'    receiving      alias_text = lv_save_and_close, call method cl_wd_utilities=>get_otr_text_by_alias    exporting      alias      = 'generic_key_figure_monitor/pers_key_figure_table'    receiving      alias_text = lv_window_title, popup title  popup_title =    cl_wd_utilities=>get_otr_text_by_alias, exporting      i_view_controller = i_view_controller      i_view_element_id = i_view_element_name, wd_this->kf_pers_popup->open

Related Notes :

972113mySAP ERP 2005 SP Stack 6 (09/2006) Release Information Note