[4157] in sapr3-soft
Re: Table Counts via SAP R/3 via Native SQL
daemon@ATHENA.MIT.EDU (Leon Gendler)
Sun Sep 12 12:27:37 1999
To: sapr3-soft@MIT.EDU
Date: 12 Sep 1999 11:17:54 -0500
From: "Leon Gendler" <lgendler@inter.net.il> (by way of SAP Moderator <sap-request@realtimeusa.com>)
Message-Id: <7rgjni$sgv@nexus.netconcepts.com>
Hi.
You can submit Native SQL queries inside your ABAP program.
The open SQL code block must begin with an "EXEC SQL" statement and end
with "END SQL".
Inside this block you can use open sql commands with variables defined
earlier in your ABAP program. You cannot use procedures etc, but only open
sql commands.
Hope this helps
Leon Gendler