SQL STATEMENTS: OPEN SQL vs NATIVE SQL
OPEN SQL:Subset of standard SQL statements.To avoid conflicts between database tables and to keep ABAP programs independent from the database system used, SAP has generated its own set of SQL statements known as Open SQL. Using Open SQL allows you to access all database tables available in the R/3 System, regardless of the manufacturer.Database language … Read more