2006 Dec 04 3:53 PM
We have just upgraded to ERP2004 (from 4.6C) and, in addition to direct ABAP coding, I use the Query tool a lot.
From the code generated by the query application generator, it appears that the output table is now %DTAB.
I could be extremely usefull to be able to modify the content of this table before output (ex. at END-OF-SELECTION).
However, reference to this table (ex. in a LOOP) causes a syntax error, as the declaration of %DTAB is not "visible".
Do anyone know how to overcome this problem?
We have just upgraded to ERP2004 (from 4.6C) and, in addition to direct ABAP coding, I use the Query tool a lot.
From the code generated by the query application generator, it appears that the output table is now %DTAB.
I could be extremely usefull to be able to modify the content of this table before output (ex. at END-OF-SELECTION).
However, reference to this table (ex. in a LOOP) causes a syntax error, as the declaration of %DTAB is not "visible".
Do anyone know how to overcome this problem?
2014 Mar 01 8:43 AM
2014 Mar 01 9:02 AM