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

Reg : Debugging

Former Member
0 Likes
661

Hi Experts ,

Im Having Doubt in Debugging ??

Can We Debug 1. An Include Program ?

2. How to Standard Module Progams

Regs,

Narayana Murthy

5 REPLIES 5
Read only

Former Member
0 Likes
638

yes you can debug an include program if you know the source program in which this include is used.

You cannot execute an include by itself.

debugging standard module program is smilar to dubugging executable programs. you can either set a break point or use the following statements

break-point.

break username.

Thanks.

Read only

S-H
Product and Topic Expert
Product and Topic Expert
0 Likes
638

Hi Narayana,

You can debug the include program by placing a breakpoint in the include program's code and execute the main report program.

In Module programs also you can place break-point and call the transaction.

Best regards,

Suresh

Read only

Former Member
0 Likes
638

Hello,

1.Easy way to debug an include is, just create an Zprogram, Place that include in that program and run the Zprogram in debug mode.

For debugging, Open your program in se38, In menu, Programs->test->debugging

2.Possible to debug standard module pool.

Follow the above steps or,

Open the program in se80, Enter /h and execute your program.

Think this will help you,

Please reward if found helpfull.

Regards,

rakesh.

Read only

Former Member
0 Likes
638

You can debug a include program by placing a break point in the code.

Regarding Module Pool program, debugging is as simple as debugging a normal report program. You can even insert break point and then debug it.

Regards,

Pavan.

Read only

Former Member
0 Likes
638

hi,

You can debug a include program by placing a break point in the code. but include programs are not executable so u have to add them to some programs and debug them.

In Module Pool program, debugging is as simple as debugging a normal report program. You can even insert break point and then debug it as clicking on break point or

manually as giving BREAK-POINT keyword ever u wanna put break point.

reward if helpful.

Regards,

Suresh.A