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

Transaction Code For Testing a SELECT Statement

Former Member
0 Likes
9,838

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
Read only

former_member302911
Active Participant
0 Likes
3,776

Hi,

Use SE30 and hit on Tips & Tricks.

Angelo

Read only

Former Member
0 Likes
3,776

Hi ,

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

Regards

Pinaki

Read only

Former Member
0 Likes
3,776

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

Read only

0 Likes
3,776

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

or

DB05 write query to see the analyis not outout

Read only

0 Likes
3,776

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

Angelo.

Read only

Former Member
0 Likes
3,776

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

so there is no such a T-Code

Read only

0 Likes
3,776

Hi

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

Max

Read only

Former Member
0 Likes
3,776

Thank You soooo much Guyes

Read only

0 Likes
3,776

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

Rob