We have a FIORI app installed in our landscape.
I want to debug the ABAP code of the FIORI application. I put a break point in the ABAP code but when I run the application from FIORI launch pad the break point is not getting triggered. How can I debug the ABAP code of FIORI application when I run the FIORI front end component from launchpad ?
Hi Vankata,
It is SAPUI5 code. SAPUI5 frontend apps are just stored in BSP folder. Apps are accesible in SICF.
SAPUI5 frontend app codes (html,javascript, css) are downloded to your browser and you can debug using browser deeloper tools.
https://blogs.sap.com/2016/09/30/how-to-debug-ui-code-of-a-fiori-application/
https://blogs.sap.com/2015/05/12/some-debug-tips-for-sapui5-application/
Regards,
Masa / SAP Technology RIG
Hi Venkata,
When you run your app from lauanchpad, press f12 and see which methood is getting triggered first. Accordingly debugger has to be set.
Is it for some specific mehtod like GET,Update?
Regards,
Aditya
Thanks for the response Aditya. I am now able to debug FIORI app related ABAP code which is in the ECC server.
But can you please tell me what approach should be followed to debug the BSP code which would be in Gateway server ? When I say BSP code, I mean the SAPUI5 code which when deployed on to Gateway server gets converted to BSP.