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

debug

Former Member
0 Likes
689

Please can you help me how to go debug mode in program.

I want to do debugging,please help me.

Tell me the procedure.

Thanks & Regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
664

Hi Ali,

Hi Put a breakl point in the program and run it, it will stop the program when the statment comes. or else you can write BREAK-POINT in the code, it will also stops the processing when the control see the break point

http://www.saplinks.net/index.php?option=com_content&task=view&id=24&Itemid=34

Look at the SAP help link below

http://help.sap.com/saphelp_nw2004s/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm

Regards

Sudheer

5 REPLIES 5
Read only

Former Member
0 Likes
664
Read only

Former Member
0 Likes
665

Hi Ali,

Hi Put a breakl point in the program and run it, it will stop the program when the statment comes. or else you can write BREAK-POINT in the code, it will also stops the processing when the control see the break point

http://www.saplinks.net/index.php?option=com_content&task=view&id=24&Itemid=34

Look at the SAP help link below

http://help.sap.com/saphelp_nw2004s/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm

Regards

Sudheer

Read only

Former Member
0 Likes
664

Hi,

There are 3 ways to enter into debug mode

write BREAK-POINT in the code and execute it will stop. (hard break point)

second keep a soft break point from the Ediotr MENU (red Button) on a line and execute it stoops there during execution.

Or execute the program, enter /h in the command, then again press F8. it goes into debugging mode and goes line by line.

For line by line debug press F5.

to skip the aprticular routine or perform press F6

to execute press F 8.

To keep the watch point. define the condition and execute it stops at that condition point.

then by pressing F5,F6 and F8 you can debug the relavent code

reward if useful

regards,

ANJI

Read only

Former Member
0 Likes
664

Hi Ali,

Before executing the program give /H in the transaction code area and press enter. After that you execute the program.

Regards

SG