Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Debugging Field and User Exit

Former Member
0 Likes
658

is there aby way to debug Field Exit and User Exit, i user break-point, but it doesn't work.

abhishek

4 REPLIES 4
Read only

Vinod_Chandran
Active Contributor
0 Likes
628

Hi,

If the user exit is in a commit work you have to enable 'Update debugging'.

Thanks

Vinod

Read only

Former Member
0 Likes
628

Hi Abhishek,

1. Take a fresh SAP screen.

2. Click the below icon “Generates a shortcut on the desktop”

3.In the “Application”, change the following:

Type: System Command

Command: /h

Title: Any preferred title name. (e.g.: My Debugger)

4. This displays the following message:

“The shortcut file ‘C:\Documents and Settings\ur name\Desktop\PDC My Debugger. Sap’ was created

5. Now on the desktop we can find a new icon:

6. Step 3: Click and drag this icon and put it in the sap screen from where u want the debug to start.

7. now, if we select an item it will go to the debugging screen

Hope this helps.

Regards,

Anjali

Read only

VijayasekarK
Active Participant
0 Likes
628

Dear Abhishek Suppal ,

You cannot debug Field Exit but you can debug the User Exit.

Regards,

Vijay

Read only

0 Likes
628

Yes! You can not debug a field exit ..