Skip to Content
0
Former Member
Dec 02, 2008 at 02:07 PM

only checking the one limit of select options

25 Views

in this query,i am validating the field on the selection screen for the select options.

but its validating only lower value and not the higher value.

please guide me.

SELECT LAND1

ZREGION1

FROM ZBWCNTRY

INTO CORRESPONDING FIELDS OF TABLE IT_ZBWCNTRY UP TO 1000 ROWS

where zregion1 in s_regn1.

if sy-subrc NE 0.

message e000(zbx).

endif.