‎2008 Jun 18 10:21 AM
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.
‎2008 Jun 18 10:26 AM
‎2008 Jun 18 10:26 AM
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
‎2008 Jun 18 10:31 AM
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.
‎2008 Jun 18 10:28 AM
hi go to the debugging and here choose a watch point and give the infotype number..choose execute..
‎2008 Jun 18 10:29 AM
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.