SAP Note 972555 - Dialog boxes are not displayed

Composant : Key Figure Monitor -

Solution : https://service.sap.com/sap/support/notes/972555 (Connexion à SAP Service Marketplace requise)

Mots Clés :
call method l_window_manager->create_popup_to_confirm    exporting      text         = lt_question      button_kind  = if_wd_window=>co_buttons_yesnocancel      message_type = if_wd_window=>co_msg_type_question      close_button = abap_false    receiving      result       = l_window, call method l_window->subscribe_to_button_event    exporting      button            = if_wd_window=>co_button_yes      action_name       = 'kf_delete_popup_ok'      action_view       = i_view_controller      is_default_button = abap_true, call method l_window->subscribe_to_button_event    exporting      button            = if_wd_window=>co_button_yes      action_name       = 'popup_view_delete_ok'      action_view       = i_view_controller      is_default_button = abap_true, msgid = 'kfm'        msgno = '028'        msgty = 'e'        p1    = lv_msgv1        p2    = lv_msgv2        p3    = lv_msgv3        p4    = lv_msgv4, call method l_api_compcontroller->get_window_manager    receiving      window_manager = l_window_manager, exporting        node       = node_kf_grp_cmp_catalog      importing        data_table = lt_catalog, terms generic key figure monitor, lv_msgv2                type syst-msgv2, lv_msgv3                type syst-msgv3, lv_msgv4                type syst-msgv4

Notes associées :

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