Skip to Content
0
Nov 30, 2011 at 12:19 PM

Strange report behaviour(diffrent results under debugger and in dialog run)

42 Views

Hi all,

I've a Formular (Transaction EFRM) so in general this is a mix of SAP code and user exits. When I execute this report for first time I'm getting as a result string let say 'Result'. But when I execute it for second time I'm getting other result like 'RESULT2'. With third run I'm getting again first result.

What is more interesting is that when I set a breakpoint in any place and then run it, it works ok (I'm getting 'RESULT2' what is correct), but when I set 2 breakpoints I'm getting again 'Result' (with 3 breakpoints I'm getting 'RESULT2' and so on).

Any ideas?

Best Regards

Marcin Cholewczuk