I have field from work area ls_test-po of numeric data type. I have list of 10 PO's. 1000 to 1110.
The requirement now is I have to check the ls_test-po value contains the numbers from 1000 to 1100 or not.
I have seen about keyword CA but it is for character.
(1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010)
if ls_Test-po = any one of values (1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010)
How can I achieve this ?