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

writting SQL statement

Former Member
0 Likes
898

dear all,

is it possible to write sql statement in ECC without abap? e.g. test a sql statement query with any abap required?

1 ACCEPTED SOLUTION
7 REPLIES 7
Read only

0 Likes
872

thanks... but it seems to be lots of drag and drop. any function that allows me to write proper sql statements with cursor option and such?

Read only

0 Likes
872

native SQL is a good option, where ABAP will understand you core SQL commands and interprit that in SAP.

Read only

former_member156446
Active Contributor
0 Likes
872

as said above can use SAP Queries

or a part of SQL can be used in ABAP using [NAtive SQL|http://help.sap.com/saphelp_nw70/helpdata/en/fc/eb3b8b358411d1829f0000e829fbfe/content.htm]

Read only

Former Member
0 Likes
872

Yes you can use ABAP queries.

You could have easily found this answer.

Regards,

Lalit Mohan Gupta.

Read only

Former Member
0 Likes
872

Look at transaction ST05.

Rob

Read only

Former Member
0 Likes
872

Hi..

You can use SQVI transaction to create query. In this, transaction u can create query with table join.

Just, check in this transaction, I think it help u.