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
808

Hi All,

I am not able to debug the program SAPFP50M as I need to debug the include FP50ME00 as it is going for a dump.

Please advice me how to trigger the result for the values in debugging for the following fields.

PSPAR-INFTY

INFTY_MEAS

PSPAR-AKTYP

PSPAR-ACTIO

PSPAR-SUBTY

in the include.

Regards,

Srikanth.

5 REPLIES 5
Read only

Former Member
0 Likes
651

Hi,

Try to put break point at that include .

Thanks

Vikranth

Read only

Former Member
0 Likes
651

go se38

open program

SAPFP50M click on include FP50ME00 place external breakpoint from toolbar and creat watch points for these fields

PSPAR-INFTY

INFTY_MEAS

PSPAR-AKTYP

PSPAR-ACTIO

PSPAR-SUBTY

Read only

0 Likes
651

Hi,

I had put the breakpoints

but I am not able to debug the include

the cursor is going to module pool but not entering the include.

Plzz help me.

regards,

srik.

Read only

Former Member
0 Likes
651

hi go to the debugging and here choose a watch point and give the infotype number..choose execute..

Read only

Former Member
0 Likes
651

Hi,

when dump comes ,in that screen at application toolbar there is a button that takes you to the point in debugger before the point where dump occurs.

At that point you can check the values of field..

Otherwise you have to debug the include.

I hope this will help you.