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

Former Member
0 Likes
769

Hello Friends,

I want to Debug all the code that runs for MFBF transaction.

How can I do that.

Also How can I debug a dialogue program from the start.

Shejal.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
728

hi,

In the command field key in /h which would start the debugger

santhosh

7 REPLIES 7
Read only

Former Member
0 Likes
728

Type '/H' in the command line (where you type transaction code) and hit enter.

Then type the transaction code and start execution, it will go into debug mode.

Similarly wherever you want debugging, just type /h and start you can start debugging.

Regards,

Ravi

Note - Please mark all the helpful answers

Read only

Former Member
0 Likes
729

hi,

In the command field key in /h which would start the debugger

santhosh

Read only

Former Member
0 Likes
728

Hi,

this transaction calls the screen 800 of the program SAPLBARM. You can set a break-point in the first line of the first PBO module.

Regards,

Anand Mandalika.

Read only

Former Member
0 Likes
728

goto that transaction MFBF and after entering the input values , give /h at the top left and then press enter , this will taku you to debug screen , from there u can debug the whole transactino

Read only

Former Member
0 Likes
728

goto se93 and find the main program for your transaction. Get into the code and place the break point in the line where you want the control to stop.

then you can run the tcode as you would normally do, you would get into a debugging screen with all the options for debugging.

Regards,

ravi

Read only

0 Likes
728

Thanks everyone. I will try and will get back if I have any questions.

Shejal.

Read only

Former Member
0 Likes
728

Hi,

Go to MFBF. Then click u r mouse near the LHS Enter Key. Type /h and press Enter. Debugger will be on Now value in some field and press enter it will go to code directly .

Cheers