Hi Experts,
I m getting one problem while using select option. In my selection screen, I have one field named as S_KUNNR. In selection screen I entered values in S_KUNNR as 01* to 22*.
In my program I have condition
CHECK LV_KUNNR IN S_KUNNR.
If the value of LV_KUNNR = 01 then it won't go for further processing whereas if the value of LV_KUNNR = 02 & so on then it will consider for further processing.
My requirement is to consider 01 value also in my output.
Any suggestion pls???