Hi all,
i have developed a zreport, in which if someone puts any values
on selection screen (select-options), and if data is not there for
those fields, i am throwing an error message.
IF it_final is not initial.
message 'no data ' TYPE 'E'.
ENDIF.
but the problem is that after showing this error message, it becomes
out of screen, but my requirement is that after showing this error
message, the screen gets displayed.
Please suggest me the necessary changes.