mikelcid
New Member
Hi everybody!
I want to define a temp-table like another table which name is contained in a character variable. I have to try to do
but it does not work.
Anybody can tell me how to do what I want? Thanks!
I want to define a temp-table like another table which name is contained in a character variable. I have to try to do
Code:
DEFINE PRIVATE VARIABLE tabla AS CHARACTER NO-UNDO INIT "fa_cabfac".
DEFINE PRIVATE VARIABLE tt_tabla LIKE-SEQUENTIAL tabla.
Anybody can tell me how to do what I want? Thanks!