‎2006 Nov 20 2:17 PM
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.
‎2006 Nov 20 2:19 PM
hi,
In the command field key in /h which would start the debugger
santhosh
‎2006 Nov 20 2:19 PM
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
‎2006 Nov 20 2:19 PM
hi,
In the command field key in /h which would start the debugger
santhosh
‎2006 Nov 20 2:20 PM
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.
‎2006 Nov 20 2:20 PM
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
‎2006 Nov 20 2:22 PM
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
‎2006 Nov 20 2:26 PM
Thanks everyone. I will try and will get back if I have any questions.
Shejal.
‎2006 Nov 20 2:26 PM
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