cancel
Showing results for 
Search instead for 
Did you mean: 

How to start ABAP debugger in BI 7.0

Former Member
0 Kudos

Hi

I want to debug my routine implemented in BI ...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

in your routine insert

data flag.

do.

if flag = 'x'.

exit.

endif.

enddo.

schedule the load, go in sm50 -> programm debug for your process

or in your dtp under execute select debug

alessandro

Answers (0)