Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP Query (InfoSet) - table %DTAB

Former Member
0 Likes
1,724

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?

2 REPLIES 2
Read only

Former Member
0 Likes
893

Have you solve this issue?

regards