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.