Hi,
I have written the dynamic FOR ALL ENTRIES as below:
Select *
from (g_tabname)
into table <dyn_tab_cond>
for all entries in <dyn_table>
where (I_where).
It is giving the following error:
The part of the WHERE, ON or HAVING condition specified at runtime in a field or an internal table, contains the invalid value <dyn_table>-KNDNR although this field is present in the dynamic table "<dyn_table>"