Skip to Content
0
Former Member
Jun 03, 2008 at 05:54 PM

What will happen during Debugging

24 Views

Hi All,

I think I have an interesting questions afterall. I am trying to implement a BADI "WORKORDER_UPDATE". The code I am writing is

if wa_afvgb-txchg = 'X'.

                SUBMIT zl_error
                    AND RETURN.

When I restart my debugging window at the IF statement, the long text is not being updated, but if I let it go to the error statement, it is giving me an error and still updating the long text.

So my question is what exactly happens when one chooses to "Restart Debugging". Are there any roll back or commit statements that I should be looking at to incorporate in my code?

Kumar.