Skip to Content
0
Former Member
Nov 17, 2009 at 05:42 AM

How to use field symbols in dynamic select query

970 Views

I have a requirement to take the table name from selection screen and get data from that table

SELECT * FROM (P_TBLNM)

INTO TABLE <ITAB>

WHERE <condition>.

I have declared field symbol as type any table , but i am getting dump saying fieldsymbol is not getting assigned .

Any pointers , please help.