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 outside a Program

Former Member
0 Likes
475

Hi All,

Is there any TCODE or utility in SAP where we can fire an SQL query and see the output from the database tables?

Regards,

Bijesh

3 REPLIES 3
Read only

Former Member
0 Likes
441

Hi,

ABAP Query is there SQ01 , Where you can link the fields and query will get fire automatically.

Reward if useful!

Read only

0 Likes
441

Hi Prasad,

Thanks for the useful solution. But it doesnt solve my problem fully. Suppose if i want to fire a query like

select count(*) from VBAK where <some condition>

how can i do that?

Read only

Former Member
0 Likes
441

Thanks for the useful solution.

null