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

Converting ABAP Query to ABAP Program

Former Member
0 Likes
1,216

Is there any tool to convert ABAP query to a ABAP program. we are having some performance issues with the query and was wondering of any tool availble to convert the query to a ABAP Program. The code that is generated by SAP for the query is not modifiable other than the place holders given by Query. the select statements are not modifiable from SE38 for the Query.

5 REPLIES 5
Read only

Former Member
0 Likes
785

Hi,

In SQ01 execute the query..Then go to SYSTEM -> STATUS, Get the program name..that is your report program.

Regards,

Satish

Read only

0 Likes
785

Thanks, I am fully aware of that step. But what I am looking is, If there are any tools to convert the whole select and other dynamic code generation creted by SAP to an ABAP Program. The one that SAP generates is AQ.................................... but if you see the code there will be buch of dynanic calls not as clear as ABAP code and not much flexibility to modify...

Read only

Former Member
0 Likes
785

In SQ01 you can generate an ABAP program and find out the name of it.

menupath: Query>More Functions>Generate Program

Read only

former_member386063
Participant
0 Likes
785

Hello Ananth,

Have you got any solution on your query?

I'm stuck with the same thing.

Please help.

Regards,

Titiksha

Read only

0 Likes
785

Hi,

If you have a problem you should post a new question. Otherwise very few people will see your query.

I think this has issue (on Queries) been discussed before - you couldn't find any good response on SCN?

cheers

Paul