cancel
Showing results for 
Search instead for 
Did you mean: 

Debug in ABAP Dynpro

Former Member
0 Kudos

Hi

I would like to Debug in ABAP Dynpro Application

. I have followed all the relevant steps .

Activated the External Debugging

Set the External Debug Point.

I am running my Application on a certain URL . Do I need to do any Configuration on the server.

Please let me know

Thank you

Regards

Krishna Kanth

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member189058
Active Contributor
0 Kudos

You need to activate debugging for the required user for ur application.

Transaction SICF: Locate ur service under

SAP->BC->WEBDYNPRO->SAP

and click on Edit in the menu bar. Select Debugging and Activate Debugging for the user that will be used for running the application.

In your code simply put external break point and run the application.

This should work.

If this doesnt work try using the statement BREAK-POINT in your code.

Regards,

Reema.

Edited by: Reema Shahbazkar on Mar 29, 2008 12:03 PM