John Cosmas
2005-06-15 08:17:24 UTC
I created a work table using the SELECT .. INTO TABLE wrk_TABLE in my code.
In design mode, I created a report which uses the work table. However, the
work table is replaced by the SELECT INTO TABLE, and when I run the report,
it complains about INDEX TAG not found. Do I have to now include a INDEX
ON... statement to recover the situation, and how would I go about making
sure its' right. Any pointers would be most helpful.
In design mode, I created a report which uses the work table. However, the
work table is replaced by the SELECT INTO TABLE, and when I run the report,
it complains about INDEX TAG not found. Do I have to now include a INDEX
ON... statement to recover the situation, and how would I go about making
sure its' right. Any pointers would be most helpful.