‎2007 Jul 23 6:04 AM
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
‎2007 Jul 23 6:07 AM
Hi,
ABAP Query is there SQ01 , Where you can link the fields and query will get fire automatically.
Reward if useful!
‎2007 Jul 25 1:13 PM
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?
‎2007 Jul 23 6:23 AM