2009 Apr 19 5:02 AM
dear all,
is it possible to write sql statement in ECC without abap? e.g. test a sql statement query with any abap required?
2009 Apr 19 5:13 AM
2009 Apr 19 5:13 AM
2009 Apr 19 8:17 AM
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?
2009 Apr 19 4:17 PM
native SQL is a good option, where ABAP will understand you core SQL commands and interprit that in SAP.
2009 Apr 19 5:27 AM
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]
2009 Apr 19 6:35 AM
Yes you can use ABAP queries.
You could have easily found this answer.
Regards,
Lalit Mohan Gupta.
2009 Apr 19 9:25 PM
2009 Apr 20 5:34 AM
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.