Greetings all,
I am testing the UMCUI5 application and have run into an issue. I know that the class /UI2/CL_SRA_LOGIN is responsible for creating the index.html page for login dynamically when the URL is called. I have set breakpoints in this class because I want to debug the method HTM_LOGIN but I cannot hit the breakpoint for some reason. I set the breakpoints for the UMC_SRV_USR Id. Is there another way that I can hit these breakpoints? Also, does anyone know the name of the class that is called that dynamically prepares the index.html page? I set breakpoints in the handler class /IWFND/CL_SODATA_HTTP_HANDLER for service ERP_UTILITIES_UMC but the method IF_HTTP_EXTENSION~HANDLE_REQUEST is called after the index.html page has been served to the client so I suspect that it is not the class that prepares the index page. Thank you for the responses.