Hi,
The scenario is, I have some 5 to 6 values in my internal table itab.
now in, if statement, i wanted to check whether any of these values are present. if present then I have to proceed.
if status_old ... <itab-value>.
if sy-subrc = 0.
contiune.
endif.
endif.
is it possible to check dynamically using if statement.
regards,
Mani