2008 May 02 6:30 AM
Hi Experts,
I have created a 'user group' and a 'infoset' using transaction 'sq03' and 'sq02'. Then i have created a query 'zquery_add' on this infoset using 'sq02' and it is running fine.
Now i need to call this created query from my report. what is the syntax for calling the query from the ABAP report ?
plz help............
2008 May 02 9:15 AM
hi,
you may use function module: RSAQ_SUBMIT_QUERY_REPORT
greetings,darek
Hi Experts,
I have created a 'user group' and a 'infoset' using transaction 'sq03' and 'sq02'. Then i have created a query 'zquery_add' on this infoset using 'sq02' and it is running fine.
Now i need to call this created query from my report. what is the syntax for calling the query from the ABAP report ?
plz help............
2008 May 02 6:59 AM
hi,
once u created that query a program will be generated
internally ,so when u are running the query, in your
selection screen, go to system- status and find the program name.then in your report u can call this using submit statement.
hope this works for u.
2008 May 02 9:15 AM
hi,
you may use function module: RSAQ_SUBMIT_QUERY_REPORT
greetings,darek
2008 May 02 9:23 AM
Hi Basu,
Once you create a QUERY then the system automatically generates a program. You can get this program name by pressing 'system' --> 'status'. Note down this program name and use 'SUBMIT' statement to call this query in your Report.
thanks and regards
Kishore Kumar Maram
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |