<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SQL statement problem with dump in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-statement-problem-with-dump/m-p/2532668#M574443</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well you shouldnt do a exec SQL.&lt;/P&gt;&lt;P&gt;Open SQL offers a solution for almost every problem, so i hardly guess your requirement can be fulfilled by using OPEN-SQL only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at least the error messages should be better then.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Aug 2007 09:50:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-23T09:50:19Z</dc:date>
    <item>
      <title>SQL statement problem with dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-statement-problem-with-dump/m-p/2532665#M574440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had problem using this command : &lt;/P&gt;&lt;P&gt;ABAP runtime errors : DBIF_DSQL2_INTERNAL_ERROR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         exec sql.&lt;/P&gt;&lt;P&gt;            INSERT INTO COMP_MASTER&lt;/P&gt;&lt;P&gt;            (CompNo,CompClass,CompType,Createdby,CreatedOn)&lt;/P&gt;&lt;P&gt;      VALUES (:compno,:compclass,:comptype,:sy-uname,:datum )&lt;/P&gt;&lt;P&gt;          endexec.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only encounter this during run in production env but not in dev env.&lt;/P&gt;&lt;P&gt;still figure out whether problem with authorization or not.&lt;/P&gt;&lt;P&gt;How to figure out what is the current problem for this in runtime error log?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 01:03:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-statement-problem-with-dump/m-p/2532665#M574440</guid>
      <dc:creator>former_member207153</dc:creator>
      <dc:date>2007-07-17T01:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: SQL statement problem with dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-statement-problem-with-dump/m-p/2532666#M574441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rudy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   The issue with your code is that the  CREATEDON field exceedes datetime datatype range value.make the createdon field a 6 character field with value xxyyzz &lt;/P&gt;&lt;P&gt;xx can be any two digit number&lt;/P&gt;&lt;P&gt;yy needs to be month value (less than 12)&lt;/P&gt;&lt;P&gt;zz needs to be date value (less than 31)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this out hope it works!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2007 09:37:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-statement-problem-with-dump/m-p/2532666#M574441</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-23T09:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: SQL statement problem with dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-statement-problem-with-dump/m-p/2532667#M574442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   This shouldn't be a problem. Check in ST22 it says the statement has encountered stmt like commit work. so it gives a dump there. It doesn't give a dump in the DEV system.  I guess this is because u cannot commit work there. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt; Sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2007 09:47:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-statement-problem-with-dump/m-p/2532667#M574442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-23T09:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: SQL statement problem with dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-statement-problem-with-dump/m-p/2532668#M574443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well you shouldnt do a exec SQL.&lt;/P&gt;&lt;P&gt;Open SQL offers a solution for almost every problem, so i hardly guess your requirement can be fulfilled by using OPEN-SQL only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at least the error messages should be better then.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2007 09:50:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-statement-problem-with-dump/m-p/2532668#M574443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-23T09:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: SQL statement problem with dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-statement-problem-with-dump/m-p/2532669#M574444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;case close&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2008 00:04:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-statement-problem-with-dump/m-p/2532669#M574444</guid>
      <dc:creator>former_member207153</dc:creator>
      <dc:date>2008-11-05T00:04:10Z</dc:date>
    </item>
  </channel>
</rss>

