Application Development 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: 

Transaction Code For Testing a SELECT Statement

Former Member
0 Kudos
7,175

I want to know if there is a t-code for testing a SELECT statment without making a program and run it to see the data retrived.

9 REPLIES 9

former_member302911
Active Participant
0 Kudos
1,113

Hi,

Use SE30 and hit on Tips & Tricks.

Angelo

Former Member
0 Kudos
1,113

Hi ,

You can try SQVI (Transaction for ABAP QUERY) for this purpose .

Regards

Pinaki

Former Member
0 Kudos
1,113

SE30 is for ABAP performance analysis not test a SELECT statement

and SQVI is Quick Viewer for making reports

am asking if there is a T-Code somthing like editior to write a SELECT statment

and see the data retrived from this SELECT statment without creating a program and run it to see this data

Thank You

0 Kudos
1,113

se16 .. to see the output with options and selection criteria..

or

DB05 write query to see the analyis not outout

0 Kudos
1,113

If you want to retrieve data, you can use SE16.

Angelo.

Former Member
0 Kudos
1,113

i know SE16 but i want to right my own SELECT statment with certian conditions...

so there is no such a T-Code

0 Kudos
1,113

Hi

No, there isn't any transaction: u can try to see which data will be get by SE16 only.

Max

Former Member
0 Kudos
1,113

Thank You soooo much Guyes

0 Kudos
1,113

See transaction ST05. This will allow you to enter an SQL statement (but not see the data returned).

Rob