Application Development 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: 

How can I debug the popup in simple way other than putting break point in the code ?

Former Member
0 Kudos

I want to debug the popup like confirmation details.

How can I debug the popup in simple way other than putting break point in the code ?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You can create the shortcut from SAP in the following way.

Drop this shortcut on the required popup.

2 REPLIES 2

Former Member
0 Kudos

You can create the shortcut from SAP in the following way.

Drop this shortcut on the required popup.

IndanGhosh
Explorer
0 Kudos

Hi Swapan,

If i understand your question correctly you want to debug the code, written after you press enter or cancel in pop up window.

Please follow the below steps:

1) Add the below full text in a notepad and save it in desktop.

[FUNCTION]

Command=/H

Title=Debugger

Type=SystemCommand

2) Now when the pop up window comes just drag and drop this notepad file in the pop window.

Now when you do any action from pop up window like enter/cancel then debugging screen will be triggered.

Hope it helps.