cancel
Showing results for 
Search instead for 
Did you mean: 

How To debug ABAP code using sapui5 application on NWBC

Former Member
0 Kudos

Hi All

I am working on NWBC with SAP_PAO_HRPROFESSIONAL_3 Role. This role contains SAPUI5 application. I am trying debug the ABAP code called while executing this application.

Please help me how to get into ABAP debugger while executing this application.

Thank you

Ujj

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

HI Ujj,

First thing to do is look at the role and see which UI5 application is being executed. The UI5 application will be running in the web container of NWBC, you can make it open in a standalone browser (hold down the CTRL key in NWBC and go to the Help Menu) and then turn on the debugging tools (F12) in the browser. There you will see which Gateway services are being called. You will need to set your ABAP breakpoint in the implementation of the Gateway services. Find the class in SE80.

Hth,

Simon

Former Member
0 Kudos

Hi Simon,

Thank you for the quick reply.

I am afraid, I don't have much knowledge on SAPUI5 and JavaScript. So it will be great, if you can provide me some more details. Like how to find the UI application name and further steps you have mention in your reply above.

Cheers

Ujj