cancel
Showing results for 
Search instead for 
Did you mean: 

HOW TO EXTERNAL debugging break point from sap enterprice portal same as sap ui5

tswami67
Explorer
0 Kudos
346

Dear experts, I need to debug abab code when user click submit from web Enterprince portal. I know how to do for sap ui5. Kindly help as I need to debug for some issues. thanks for helping.

Best regards

Swami

Sandra_Rossi
Active Contributor
0 Kudos

Do you have Eclipse ADT or SAP GUI for Windows? Do you have a SAP user to log in the backend? Do you have any idea what ABAP code you have to debug? (because you MUST know a starting point where to debug, otherwise you'll be stuck... Is it an OData service or what?)

Accepted Solutions (0)

Answers (1)

Answers (1)

tswami67
Explorer
0 Kudos

Dear sandra.rossi, yes. I know how to set break point in abap when user connect and do action in sap ui5. must have same user id in both sap ui5 front end and also connect sap gui in windows with the same userid set in settings->debugger. Now my company wanted to debug issue from Enterprise portal which is differ from ui5. I don't know any idea how to set break point. I think portal is developed using deb dynpro. but not sure. Please advise me further. thanks a lot!.

Sandra_Rossi
Active Contributor

Please use COMMENT, not ANSWER (reserved to solutions).

A portal can host any technology by definition. Could you share a screenshot of the screen so that we can try to deduce what technology it is? (ITS, BSP, WDA, WDJ, WebUI, etc. only some of the possible solutions from SAP, not talking about all other non-SAP technologies...) And what do you want to debug, break-point at what moment, to debug what? For Web Dynpro ABAP, you have the option to activate the debugger in the context menu in the web browser, but I'm a learner in this technology.

"must have same user". Why? You can debug another user... More information: https://blogs.sap.com/2011/05/11/news-in-abap-external-debugging-request-based-debugging-of-http-and...