2016 Nov 17 4:58 AM
Hello everyone,
I have a requirement in which i have to restrict an entry by an error msg (in BADI) but the user can resume editing afterwards. It should not terminate the transaction.
Regards Jay.
2016 Nov 17 11:43 AM
Tr displaying the message with type 'E'. You can edit the field afterwards.
MESSAGE 'Custom Message' TYPE 'E'.
2016 Nov 17 12:37 PM
2016 Nov 18 1:34 AM
If you are using MESSAGE to display error try using display like 'E'.
For e.g. MESSAGE 'Test' TYPE 'S' DISPLAY LIKE 'E'.
2016 Nov 18 7:26 AM
Which BAdI definition are you using? The logic to code is BAdI-dependent.