Skip to Content
0
Apr 10, 2014 at 10:12 AM

Program exits when message manager capture an error

26 Views

Hi Buddies,

I am new to web dynpro for ABAP and now I am doing some exercises.

In method check_input, I coded to capture an error using message manager. However, I find method FLIGHTTAB_FILL continue to run. I am wondering if there are some indicators (I find sy-subrc is still initial...any other indicators??) I could use to stop the program when an error is captured? Please advice. Thanks.

---------------------------------------------------------------

method FLIGHTTAB_FILL .

wd_this->check_input(

).

........

endmethod.

.

Kind Regards,

Clark