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