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

Hi

Former Member
0 Likes
416

Hi ,

How to remove a particular text id from the drop down list box of standard screen.

Regards,

Keerthi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
392

Do u want to delete the recently used texts available in the list box?

Then, If u press Space bar or Back space on the empty list box. It will show u the list. Now use the mouse to select the text which u want to delete. But don't click. Use Delete Button in Key board.

Otherwise, if u need some other then reply me.

Reward points if useful.

Regards,

U. Uma

Hi ,

How to remove a particular text id from the drop down list box of standard screen.

Regards,

Keerthi

3 REPLIES 3
Read only

Former Member
0 Likes
392

i think you are fetching the values into internal tables.

after that use:- delete from itab where id = textid.

reward if help.

Read only

Former Member
0 Likes
393

Do u want to delete the recently used texts available in the list box?

Then, If u press Space bar or Back space on the empty list box. It will show u the list. Now use the mouse to select the text which u want to delete. But don't click. Use Delete Button in Key board.

Otherwise, if u need some other then reply me.

Reward points if useful.

Regards,

U. Uma

Read only

0 Likes
392

This message was moderated.