‎2008 Jun 06 8:22 AM
Hi,
I want to execute ABAP Queries (designed by sq01) in an abap report and processing the result in an internal table.
How could it be work?
Thanks a lot for your responses,
with kind Regards
Reinhold Strobl
‎2008 Jun 06 8:49 AM
Hi Friend,
After execution of the query.
In SQ01, give the query name and select Query-> More Functions -> Display report name. Select the report name and see in SE38.
It will solve the problem.
Regards
Krishnendu
‎2008 Jun 06 8:50 AM
Hello,
GO to SQ01 and select your query. Go to Menu QUERY--
You can then take that report name and go to SE38. Copy the code before END-OF_SELECTION and then modify as per your own requirements.
Regrads
Saket Sharma
‎2008 Jun 06 9:23 AM
Hi,
thanks a lot for your replies.
But,
I want dynamically call any query in a abap report and then get the result in an internal table, which used for further processing.
Any further ideas?
Thanks