Hi All,
I have Select-options in my selection screen.
I have values in my internal table.
I want to fill my final internal table based on condition of select option.
I am writing like this
LOOP AT IT_VAT INTO WA_VAT WHERE MWSKZ EQ S_MWSKZ OR TEXT2 CS TEXT-003
OR TEXT2 = TEXT-002 .
endloop.
But i am getting the values from itab which has values in S_MWSKZ.
Can anybody please help me
Thanks