Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

delete record from select-optin.

Former Member
0 Likes
873

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....

2 REPLIES 2
Read only

Former Member
797

Use below code-

delete table itab where field_name not in select_option. 
Read only

former_member1716
Active Contributor
797

jitendra kumar,

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