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

Pop up debugging

Former Member
94,442

Hi All,

How to debugg a pop up screen?

Regards,

Jeetu

1 ACCEPTED SOLUTION
Read only

StMou
Active Participant
42,256

hi,

Put this code in a file exemple debug.txt and save it on desktop.


[Function]
Command=/H
Type=SystemCommand

After, Drag & Drop this file on the popup. And normally, the system continue after in debug mode.

Rgds

8 REPLIES 8
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
42,256

What do you want exactly ?

/H - Debug it.

Read only

0 Likes
42,256

Hi,

While debuging after putting /h , a pop up i appering. I want to debugg after that pop up. After pop up no debugging happening.

REgards,

Jeetu

Read only

0 Likes
42,256

You have to go step by step till the pop up appears, donot hit F8 in between.

Also let me know the transaction .

Read only

0 Likes
42,256

Or if you know the line of code where the popup triggers, then place a break point in the next line and execute the transaction.

Read only

StMou
Active Participant
42,257

hi,

Put this code in a file exemple debug.txt and save it on desktop.


[Function]
Command=/H
Type=SystemCommand

After, Drag & Drop this file on the popup. And normally, the system continue after in debug mode.

Rgds

Read only

0 Likes
42,255

Can we Debug in the similar manner as given above in SAP EP Portal.?

Read only

former_member194797
Active Contributor
0 Likes
42,255

The solution is a little strange but it works:

1) use notepad or another editor and create a small file with the following lines:


[FUNCTION] 
Command=/H 
Title=Debugger 
Type=SystemCommand 

save this file ON YOUR DESKTOP, with any name (for example: debug.txt)

2) run your SAP program with a part of your desktop visible (you must see the icon of debug.txt).

3) when the popup window appears, drag-and-drop debug.txt into the popup window. You enter in debug mode.

Read only

Awais_syed77786
Explorer
0 Likes
34,895

Hi,

SAP Easy Access then Select the Generate shortcut button and enter the information below the shown image.

Awais_syed77786_0-1719318731209.png

After creating the shortcut for the Pop-up Debugger, choose the location and save the file to your directory.

After that, you may quickly drag and drop the pop-up debugging shortcut.

Regards,

Awais Syed