Skip to Content
-1
Dec 26, 2022 at 02:23 PM

Find particular value is present or not in field of internal table

41 Views

Hi, I have lot of values in field-msgno of my internal table. Like Msgno

101

102

101

104

The value may repeat also, I want to display output as OK if Msgno 101 present in internal table(if it present atleast onetime or multiple time also),else if msgno 101 is not present display as Ko.