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 an inclde

Former Member
0 Likes
781

Hi Experts,

I know we can't debug an include. But if we want to see the runtime values in that, how can we do that.

Any help is highly appreciated.

thnx a ton,

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
759

Why can't you debug in INCLUDE? Just put your break-point in the include, system will as what program is associated, choose the right one, then execute your program. It will stop at the breakpoint.

Regards,

Rich Heilman

7 REPLIES 7
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
760

Why can't you debug in INCLUDE? Just put your break-point in the include, system will as what program is associated, choose the right one, then execute your program. It will stop at the breakpoint.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
759

Debug a program that includes it.

Rob

Read only

Former Member
0 Likes
759

Hi

Run the program containing the include in debug mode:

you can debug an include if you debug the main program.

Max

Read only

Former Member
0 Likes
759

hi Dev,

you can debug an Include by step by step debugging i.e, <b>/H</b>

Note: Debug point enters in to an include program only if it enters perform program

Read only

0 Likes
759

Hi all

Thanks for the inputs. But my Include in a 'Function Moduule'. When I check it for the main program, it is showing the Function Module as the main prog.

And I can't debug the FM.

thnx.

Read only

0 Likes
759

I guess this function module is being fired in a background or update task? If so, you can switch on "Update Debugging" when inside you debug session.

Regards,

Rich Heilman

Read only

0 Likes
759

You can't debug it using SE37?

Rob