‎2008 Jul 31 4:28 PM
Hello!
We are currently using native SQL from inside an ABAP program to export data into an external database. What ist supposed to happen if this EXEC SQL-Statement is not inside a TRY-CATCH-Block and the issued SQL (an INSERT statemend) is not successful, i. e. reports a native database error ? Does the Program resume ? Does the prgram abend ?
Thanks a lot,
Michael
‎2008 Jul 31 9:03 PM
With that scenario the program will short dump and report a native database error.
‎2008 Jul 31 9:03 PM
With that scenario the program will short dump and report a native database error.
‎2008 Aug 01 8:12 AM