Native SQL statements allow you to access the data directly from the Database. The developer can directly write database specific SQL statements in the ABAP program using the keyword EXEC SQL … ENDEXEC.
Here is how the actual syntax goes.
EXEC SQL [PERFORMING
No comments:
Post a Comment