Hi ,
I have a view, where I add entries using table maintenance generator. I have certain checks to be performed, those checks I have done in a subroutine which gets called in the event '01' before saving.
Now if I get some error messages, the error message displays in the task bar, and I come out of the maintenance screen. I need the error message to appear in the same screen, where in the user can edit the entered values.
I tried with message 'text' type 'e' display like 's'. still it doesn't work.
Please help