‎2009 Feb 26 3:23 PM
Hello everyone,
i have a problem with the function module /1BCDWB/SF00000040.
It's a module executed from a smartforms form. I need to debug this
function module while printing an invoice. While printing it should jump
to the place of the function module.
Would be grateful if someone could help me.
Best regards
F. Hoppe
‎2009 Feb 26 3:29 PM
open function module /1BCDWB/SF00000040 in se37 and put a break-point in it... now when you print using corresponding smartform, it will stop there (as long as execution is in foreground mode)
‎2009 Feb 26 3:35 PM
This is exactly what i have done last time.
The problem is that the breakpoint does not stay at the same place
when i activate it in the module itself.
Isn't there a transaction you can put breakpoints specific to a FM?
‎2009 Feb 26 3:43 PM
I think if you are activating the smartform then you have to create the break-point again. How are you printing the output?
‎2009 Feb 26 3:47 PM
I create a message in the invoice TA vf02.
As usual as a user would do.
But I would like to check some values.
‎2009 Feb 26 5:16 PM
after putting the break-point and adding the message use program RSNAST00 to issue the output.