‎2007 Nov 12 7:06 AM
Hi Folks,
I have developed a ALV report for table maintenace and I am calling the Dialog screen (small one) and Create and update the records of the Ztable through that screen.
Presently I am handling the error message in the main ALV screen .
My requirement is that I have to handle those error messages in small module screen.
How to do the same ?
Thanks.
Hemum.
‎2007 Nov 12 7:42 AM
crate message se91.
insert failure
if sy-subrc <>0.
message e001 with 'all readt exist'.
endif.