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

debugging a transaction

Former Member
0 Likes
563

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..

5 REPLIES 5
Read only

Former Member
0 Likes
531

Try: /h

Rob

Read only

Former Member
0 Likes
531

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.

Read only

Former Member
0 Likes
531

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

Read only

0 Likes
531

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

Read only

Former Member
0 Likes
531

Moderator message - Duplicate post locked