<?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: Passing null to CORP by Native SQL in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-null-to-corp-by-native-sql/m-p/6588191#M1435398</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Mar 2010 06:11:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-10T06:11:10Z</dc:date>
    <item>
      <title>Passing null to CORP by Native SQL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-null-to-corp-by-native-sql/m-p/6588189#M1435396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to send null value to a date field of CORP table  by using Native sql. But while checking data in CORP, i am getting value of date field as '1900-01-01'. But i want to store null. &lt;/P&gt;&lt;P&gt;Also plz let me know the syntax to declare a variable in native sql so that i can assign null value to it and insert accordingly.&lt;/P&gt;&lt;P&gt;Can any body please help me regarding this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nitesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 14:17:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-null-to-corp-by-native-sql/m-p/6588189#M1435396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-27T14:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Passing null to CORP by Native SQL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-null-to-corp-by-native-sql/m-p/6588190#M1435397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        TRY.&lt;/P&gt;&lt;P&gt;          EXEC SQL.&lt;/P&gt;&lt;P&gt;            INSERT INTO z_table&lt;/P&gt;&lt;P&gt;            ( ..., z_date )&lt;/P&gt;&lt;P&gt;            VALUES&lt;/P&gt;&lt;P&gt;            ( ..., NULL )&lt;/P&gt;&lt;P&gt;          ENDEXEC.&lt;/P&gt;&lt;P&gt;          CATCH cx_sy_native_sql_error INTO lv_exc_ref.&lt;/P&gt;&lt;P&gt;          lv_error_text = lv_exc_ref-&amp;gt;get_text( ).&lt;/P&gt;&lt;P&gt;        ENDTRY.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2010 08:30:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-null-to-corp-by-native-sql/m-p/6588190#M1435397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-01T08:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Passing null to CORP by Native SQL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-null-to-corp-by-native-sql/m-p/6588191#M1435398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Mar 2010 06:11:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-null-to-corp-by-native-sql/m-p/6588191#M1435398</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-10T06:11:10Z</dc:date>
    </item>
  </channel>
</rss>

