hi to all
I have code:
DATA: w_tab TYPE /TMW/SCNR_ID.
DATA: i_tab TYPE STANDARD TABLE OF /TMW/SCNR_ID.
SELECT * FROM /TMW/SCNR_ID INTO TABLE I_TAB.
now i have 150 table like /tmw/* . i need call all tables like above code. is there any tip to use table with out changing table everytime.
thank you