cancel
Showing results for 
Search instead for 
Did you mean: 

DO_NOT_SAVE exception

Former Member
0 Kudos
74

Hi,

When i raise DO_NOT_SAVE exception in my badi implementation of ORDER_SAVE based on some condition then my UI view goes into editable mode.I dont want this to happen...what code should i write so that it remains in editable mode even if the exception is raised.

Thanks and Regards

Shilpi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

There are 2 methods that you can insert your checks:

CHECK_BEFORE_SAVE

PREPARE

I use the CHECK_BEFORE_SAVE

( i had the same issue when we used the PREPARE )

Lilach