2005 Aug 22 4:49 PM
Hi,
I have already a query (report), displaying some data.working perfectly.
now i want to convert that Query to ABAP report, with same selection screen and functionality?
Is there any process for conversion or i have to create just like a normal report and writing the code....
Thanks in advance,
fractal
2005 Aug 22 4:56 PM
There is no standard conversion available as such, but you can find out the Query Report name and then copy that to another program and make your changes. But it is preferable to just write it from the start as queries are notorious for their select statements.
I don't know why you intend to write a report even though your query is working, but if you want to do it, write your own program. You can always keep the same selection screen.
Regards,
Srinivas
Hi,
I have already a query (report), displaying some data.working perfectly.
now i want to convert that Query to ABAP report, with same selection screen and functionality?
Is there any process for conversion or i have to create just like a normal report and writing the code....
Thanks in advance,
fractal
2005 Aug 22 4:56 PM
There is no standard conversion available as such, but you can find out the Query Report name and then copy that to another program and make your changes. But it is preferable to just write it from the start as queries are notorious for their select statements.
I don't know why you intend to write a report even though your query is working, but if you want to do it, write your own program. You can always keep the same selection screen.
Regards,
Srinivas
2005 Aug 22 5:10 PM
Hi Yad,
After running your query, if you goto transaction SE38, you will see the name of report normally starting with AQ... or you can search using your username in SE38.
Copy this report as ZAQanyname. Then you can assign transaction code to this report using SE93.
Hope this will help.
Please award few points if it serves your purpose.
Cheers.
Pras Durafe
2005 Aug 25 8:33 PM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |