Question:
Hi,
I've created a dynamic table like this:
CREATE DATA iwa LIKE LINE OF <idata>.
ASSIGN iwa->* TO <idata_wa>.
Is it possible to add extra fields to the dynmic table? I want to add a status field to the table. Thks.
Answer:
Hi,
your code isn't define table but wa - dynamic structure I think.
_________________
Miki