Hi Experts,
I am migrating an object of webdynpro in place scenario from an older version to EHP7 system. Here I am facing issues with error message handling. I am using class CL_WDR_SAPGUI_INTEGRATION2 to trigger error message from webdynpro to SAP gui. This is working in source system but no message is triggered in new EHP7 system. Can anybody please suggest an alternative to achieve this? Or also let me know if some thing is wrong in my code snippet below. Using class and interface name below instead of variables for more clarity.
ig_componentcontroller = wd_this->get_componentcontroller_ctr( ).
if_wd_component = ig_componentcontroller->wd_get_api( ).
cl_wdr_sapgui_integration = if_wd_component->get_sapgui_manager( ).
CALL METHOD cl_wdr_sapgui_integration->fire_display_message
EXPORTING
msgid = <>
msgty = <>
msgno = <>.
RETURN.
Thanks in Advance