Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Handling Error message in Module Pool screen

Former Member
0 Likes
343

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.

1 REPLY 1
Read only

Former Member
0 Likes
295

crate message se91.

insert failure

if sy-subrc <>0.

message e001 with 'all readt exist'.

endif.