‎2010 Jan 25 3:20 PM
There is a transaction FP08.. I am not able to open the transaction as it's giving me some Error.. Can anybody help me debug the Transaction and sort it out so that i can open it..
‎2010 Jan 25 3:31 PM
‎2010 Jan 25 3:36 PM
This is a Module-Pool program. In transaction SE93 you see that Screen 110 is the entry screen. Click on this. The screen is displayed. Click on Module STATUS_SETZEN_0110 and set a debugging stop on REFRESH EXCTAB. Then call transaction FP08 again and you can debug the program.
‎2010 Jan 25 4:44 PM
Hello Mr. Singh,
You could use the top menu and select "system" then "utilities" and finally "Debug screen".
and then enter the transcation.
Regards
Anurag Chopra
‎2010 Jan 25 5:04 PM
Try to write the follow text into a .txt
[FUNCTION]
Command=/h
Title=Debugger
Type=SystemCommand
Drag and drop this file to the modal window to set debugging on.
Check this https://wiki.sdn.sap.com/wiki/display/ABAP/ABAP+Debugger
‎2010 Jan 25 6:32 PM