‎2007 Jul 12 6:46 AM
Hi,
I need to debug a popup screen. How do i do that ?
Regards,
Imran
‎2007 Jul 12 6:51 AM
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
‎2007 Jul 12 6:53 AM
‎2007 Jul 12 6:54 AM
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
‎2007 Jul 12 6:55 AM
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
‎2007 Jul 12 6:55 AM
Hi,
[FUNCTION]
Command=/H
Title=Debugger
Type=SystemCommand
<b>Reward points</b>
Regards
‎2007 Jul 12 6:57 AM
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.