Hello All,
I wrote a select statement over internal table, and when performed the ATC check, I got the error as 'The SELECT command is executed on the database.'(SELECT 694). Any inputs on why this error is coming up?
No pragma to suppress the error.
Following is the code that was written:
select a, count ( a )
as lv_count
from @lt_internaltable as lt
group by a
into table @data(lt_Tab2).
Thanks and Regards,
Naga
Request clarification before answering.
Hi.
Isn't that the desired behavior? You run a Select on an internal table. This is pushes to the database and executed with database Operations.
The question is: why is that an ATC error? Doesn't want your Company those means to be used?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.