Hello friends,
I have one internal table i_tab like
MATNR RUN 3000101 3000101 X 3000102 3000102 X 3000103 3000103 X 3000104 X 3000105
I want to check first if RUN = balnk, then take this record.
If it is not blank then take 'X' record.
How to do it with the same internal table?
Regards,
RH