Well, may be you can create a table (T_TABLES) with just one column (C_TAB_NAME). Insert your 500 table names to this table and then set up a join with M_CS_TABLES and T_TABLES on table_name = t_tab_name and get the output.
You can always modify the records from T_TABLES and get the output.
Ravi