Skip to Content
0
Former Member
Dec 03, 2009 at 11:33 AM

regarding tables call dynamically

29 Views

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