diff --git a/src/z2ui5_cl_http_handler.clas.abap b/src/z2ui5_cl_http_handler.clas.abap index 9b2d6f1d..96a104ff 100644 --- a/src/z2ui5_cl_http_handler.clas.abap +++ b/src/z2ui5_cl_http_handler.clas.abap @@ -26,7 +26,7 @@ ENDCLASS. -CLASS z2ui5_cl_http_handler IMPLEMENTATION. +CLASS Z2UI5_CL_HTTP_HANDLER IMPLEMENTATION. METHOD http_get. @@ -333,6 +333,7 @@ CLASS z2ui5_cl_http_handler IMPLEMENTATION. ` } else {` && |\n| && ` oView.placeAt("content")` && |\n| && ` };` && |\n| && + ` sap.ui.getCore().getMessageManager().registerObject(oView, true);` && |\n| && ` sap.z2ui5.oView = oView;` && |\n| && ` },` && |\n| && ` );` && |\n| &&