2019 Oct 06 3:01 PM
i have one internal table in which i have multiple records..than i want to enter some character in select-option...than data should be show only related that character.how can i do....
i have one internal table in which i have multiple records..than i want to enter some character in select-option...than data should be show only related that character.how can i do....
2019 Oct 06 3:37 PM
Use below code-
delete table itab where field_name not in select_option.
2019 Oct 06 5:23 PM
Tell us clearly what you have in internal table i mean what is the structure of the Internal table and what is the data type of Select Option? Which table in internal table should be compared with Select option?
What do you mean by having Some characters in select option?
Regards
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |