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

Difference between open SQl & ABAP SQL?

Former Member
0 Likes
881
  • SAP Managed Tags

Difference between ABAP SQL which is used in older version of SAP and the Open SQl which is used in the newer version of SAP?

The older SQL & Open SQl how do they differ in syntax? How do we know that this the SQL is executed on application server OR on the Database?

Regards,

Sanjeev

1 REPLY 1
Read only

matt
Active Contributor
0 Likes
697
  • SAP Managed Tags

Open SQL has been in use in ABAP since at least the mid 90s. Probably before. All SQL, in the end, is executed on the database. There is no such thing as ABAP SQL. Since "older SQL" is Open SQL, there's no difference in syntax.