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

Something like Toad / SQLNavigator for OpenSQL?

Former Member
0 Likes
832

Coming from the J2EE side, I'am missing something like SQL Navigator or Toad in ABAP workbench. I found some transactions as SE16N, but I am more looking for something where I can build OpenSQL Queries 'on the fly'.

Is there something like this?

7 REPLIES 7
Read only

christian_wohlfahrt
Active Contributor
0 Likes
789

Hi Klaus,

I don't know, what SQL Navigator might be - but have a look at transaction SQVI (Quickviewer) and SQ01 (SAP Queries).

Regards,

Christian

Read only

0 Likes
789

Thx Christian, SQVI is the right direction.

Still I am looking more for a command line oriented approach where I can directly type in my OpenSQL queries and fire them.

Regards Klaus

Read only

0 Likes
789

Hi Klaus,

then you should use SE38, local program ZTEST_USER, use an internal table and a break-point. (Or a loop / write).

For performance analysis you can use ST05 (enter SQL command).

Regards,

Christian

Read only

0 Likes
789

Hi Klaus,

if you are on Oracle, you can use sql plus. It is not as comfortable as toad, but you can do what you want to. Or does it need to be a open tool that can connect to every db using odbc?

regards

Siggi

Read only

0 Likes
789

Thanks again Christian for your input.

ST05 was perfect if it would also display the results of the select, not only the explain.

But with all your hints together I am able to survive .

Read only

0 Likes
789

Thanks Siggi,

it is true I can always go on one level deeper on Oracle Level. However, it'd like to issue OpenSQL commands, because otherwise I miss all the logic coming along with it.

Read only

Former Member
0 Likes
789

Timed out, close as cleanup