Hi,
I have two drop-down that are getting data from two internal tables.
How can I sort them in ascending order and than filter based on status and switch fields.
You can use SORT <ITAB> ASCENDING BY <FIELD_NAME>. (As required).
If you are showing itab values in a table, you can enable or disable filter on "status and switch fields".
Hope this helps you. Revert with your queries.
Thanks
KH