‎2007 Oct 15 9:43 AM
hi all
i am debugging a standard SAP transaction .for example va01. i am getting pop up while debugging .but i am not able to <u><i><b>debug the pop up</b></i></u>.can anyone tell me how to debug the popup.
Thanks and regards,
Arun.J
‎2007 Oct 15 9:45 AM
Hi,
Check below link
http://searchsap.techtarget.com/tip/0,289483,sid21_gci875914,00.html
http://www.erpgenie.com/abap/popup.htm
Regards,
Atish
‎2007 Oct 15 9:45 AM
Hi,
Check below link
http://searchsap.techtarget.com/tip/0,289483,sid21_gci875914,00.html
http://www.erpgenie.com/abap/popup.htm
Regards,
Atish
‎2007 Oct 15 9:46 AM
‎2007 Oct 15 9:57 AM
In the desktop of your computer. Right click.
Then select New -> SAP GUI short cut. Give a valid name .
Then right click and select<b> EDIT</b> option
In the
Type: select <b>System Command</b>
Command: select <b>/H</b>
Give Title as Debug (Any title as you like)
Whenever you want to debug a popup, drag and drop this short cut over your popup.
‎2007 Oct 15 10:39 AM
‎2007 Oct 15 9:50 AM
I've not tried this myself, but it was provided by a reliable colleague.
Create a text file woth the following contents;
[Function]
Command=/H
Title=Debugger
Type=SystemCommand
[System]
Name=R/3
Client=
Description=
[User]
Name=
Language=EN
Give the file a .sap extension.
If you then drag this file onto your SAP pop-up debugging will be switched on. You need to arrange the windows on your screen to be able to do this (take SAPgui off fullscreen before you call the popup).
Regards,
Nick