Hello,
This is an abap report.
I need to do a select from a table whose name is saved in a field of Z* table.
Like this..
SELECT * FROM znodos.
SELECT * FROM znodos-tabla. "znodos-tabla contain the Z* table name
move zodos-tabla-txtmd to.....
.....
endselect.
endselect.
Is this possible??
Thanks