cancel
Showing results for 
Search instead for 
Did you mean: 

How to debug a standard fiori application

Former Member
0 Kudos

Hi All,

how we can debug the standard fiori application.

I want to debug MY PURCHASING Documents (mm_purdoc_list) Application.

As mentioned in one of the blog, we have to add sap-ui-debug=true to the url for debugging the application.

I have tried adding the parameter sap-ui-debug=true to the url, which we get after navigation to the that application in Fiori launchpad. but nothing happened.

I tried like below:

http://<>:<>/**flp/shells/abap/Fiorilaunchpad.html?#PurchasingDocumentItem-display&sap-ui-debug=true


Regards

Shyam.

Accepted Solutions (1)

Accepted Solutions (1)

former_member182372
Active Contributor

Cntr-Shift-Alt+P

Select Use Debug Sources (reload)

Ctrl-Shifti+I in chrome

go to Sources, pick your view/control/controller and set a breakpoint

happy debugging 😉

Answers (3)

Answers (3)

former_member82178
Active Participant

Hi Shyam,

Pls have a look below link to debug UI5 front end application. Development tools of browsers allows us to set break points.

https://sapui5.hana.ondemand.com/sdk/#docs/guide/c9b0f8cca852443f9b8d3bf8ba5626ab.html

if we want to debug oData services which are consumed in fiori apps, pls follow below link.

Thanks & Regards,

Madhu Sudhan

Former Member
0 Kudos

Hi Shyam,

Give launch pad URL as follows

https://<>:<>/sap/bc/ui5_ui5/ui2/ushell/shells/abap/fiorilaunchpad.html?sap-client=100&sap-ui-debug=...

click on application and go to sources.

Regards,

Imran.

0 Kudos

Hi Shyam,

Go to R/3system enter t-code SICF service and execute and open default sap --bc--there you can find your application name and right click test the service in chrome and press F12 key ..you will get source code .

Kind regards,

Rajesh N