Skip to Content
0
Former Member
Dec 08, 2009 at 04:20 AM

Query regarding if statement

23 Views

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