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 popup window

Former Member
0 Likes
1,137

iam getting a pop up saying the allocated budget is exceeded

while creating a purchase order

i want to find where from this message is being poppedup

i want to debug the popup window any suggestions??

1 ACCEPTED SOLUTION
Read only

venkat_o
Active Contributor
0 Likes
490

Hi Revanth, Check the below link <li><b>[Popup screen debugging|http://an-abaper.blogspot.com/2009/09/popup-screen-debugging.html]</b> <li>You need to drag the shortcut on to popup once shortcut is created on desktop. Thanks Venkat.O

2 REPLIES 2
Read only

venkat_o
Active Contributor
0 Likes
491

Hi Revanth, Check the below link <li><b>[Popup screen debugging|http://an-abaper.blogspot.com/2009/09/popup-screen-debugging.html]</b> <li>You need to drag the shortcut on to popup once shortcut is created on desktop. Thanks Venkat.O

Read only

daixiong_jiang3
Active Participant
0 Likes
490

Copy the following code into a .txt file:

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

Then drag the .txt file into your popup window, the debugger will start when you push any button of that window.