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

SQL QUERY IN ABAP

aneel_munawar
Participant
0 Likes
638

Dear ABAP Experts,

Is there any possibility to see the SQL statement for the query which are designed by the SQVI queries.?

Like SQL Server, we design the query in query designer and sql statements  are also shown in it .

Regards,

Aneel

4 REPLIES 4
Read only

Former Member
0 Likes
585

Hi Aneel,

You have option to generate SQVI query program.

Quickview -> Additional functions -> Generate Program

View the generated program to see SQL Statement.

Regards,

Sudeesh Soni

Read only

0 Likes
585

Dear Sudeesh,

Is there any tool which can be used to design the queries like sql server query designer.?

Read only

Former Member
0 Likes
585

Hi Aneel,

Sorry, i am unable to understand what you want to achieve. It will be helpful if you explain the requirement completely.

You can use SQVI query to design queries like SQL Server query.

Regards,

Sudeesh Soni

Read only

0 Likes
585

Yes we can design but to get the sql query we have to generate the report and then get the sql statement from that report. 

But I want to get only sql statement immediately. If you have used the MS sql server , It gives sql statements under the query designer in the same window.  I mean you can design the quuery and as well as write the sql statements in the same window.