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

How to debug a popup ?

Former Member
0 Likes
4,368

Hi,

I need to debug a popup screen. How do i do that ?

Regards,

Imran

6 REPLIES 6
Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
1,174

Hi,

1)DO F1 on any field in the pop-up screen.

2) Then goto technical settings

3) From there you can naviagte to the correspoding screen by double clicking the screen number.

4) Then once you are in the flow logic put a break ponit in the Module PBO or PAI module.(Notin the flow logic you need to goto any module andthen put a break point you cannot put a break point in the flow logic).

5)Just come back and run the program again.

Also you can try

Put the break point before you call the Pop-Up screen.

If you know the screen number of the pop-up goto that screen and put a break point.

Regards,

Sesh

Read only

Former Member
0 Likes
1,174

PLS GO THROUGH THIS FOR DEBUG IN MODAL SCREEN

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/840ad679-0601-0010-cd8e-9989fd650822">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/840ad679-0601-0010-cd8e-9989fd650822</a>

REGARDS

SHIBA DUTTA

Read only

Former Member
0 Likes
1,174

Hi..

Create a text file that contains:

[FUNCTION]

Command=/H

Title=Debugger

Type=SystemCommand

You can drag and drop this file to the popup to debug it.

Regards Rk

Read only

Former Member
0 Likes
1,174

Hi,

[FUNCTION]

Command=/H

Title=Debugger

Type=SystemCommand

<b>Reward points</b>

Regards

Read only

Former Member
0 Likes
1,174

Copy paste the below 4 lines of code in a text file....

[FUNCTION]

Command=/H

Title=Debugger

Type=SystemCommand

Then drag and drop this file on the popup to debug it.

Regards,

Pavan.