<?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: Syntax to declare a variable in native sql in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-to-declare-a-variable-in-native-sql/m-p/6588565#M1435456</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vivek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess this is so because you cannot insert NULL to a date field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jan 2010 05:18:13 GMT</pubDate>
    <dc:creator>SuhaSaha</dc:creator>
    <dc:date>2010-01-28T05:18:13Z</dc:date>
    <item>
      <title>Syntax to declare a variable in native sql</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-to-declare-a-variable-in-native-sql/m-p/6588561#M1435452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know the syntax to  declare a variable in Native SQL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vivek Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 14:25:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-to-declare-a-variable-in-native-sql/m-p/6588561#M1435452</guid>
      <dc:creator>VivekG</dc:creator>
      <dc:date>2010-01-27T14:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax to declare a variable in native sql</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-to-declare-a-variable-in-native-sql/m-p/6588562#M1435453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, you don't declare variables in native SQL, you declare it in the ABAB, but the usage depends on the database you are using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Press F1 on EXEC SQL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 14:38:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-to-declare-a-variable-in-native-sql/m-p/6588562#M1435453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-27T14:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax to declare a variable in native sql</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-to-declare-a-variable-in-native-sql/m-p/6588563#M1435454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link: &lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/7b/0bdea252d746429420007a69bd06c7/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/7b/0bdea252d746429420007a69bd06c7/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;There is example of native SQL.&lt;/P&gt;&lt;P&gt;Also read this:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/EN/fc/eb3b8b358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/EN/fc/eb3b8b358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/EN/a3/74caa1d9c411d1950e0000e8353423/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/EN/a3/74caa1d9c411d1950e0000e8353423/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 14:39:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-to-declare-a-variable-in-native-sql/m-p/6588563#M1435454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-27T14:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax to declare a variable in native sql</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-to-declare-a-variable-in-native-sql/m-p/6588564#M1435455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the answer but my requirement is to insert a NULL value in corp database and it can't be done by declaring variable in ABAP side as when we pass '' to corp, its getting defaulted as 01-01-1900 but we need NULL to be inserted in other table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2010 05:02:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-to-declare-a-variable-in-native-sql/m-p/6588564#M1435455</guid>
      <dc:creator>VivekG</dc:creator>
      <dc:date>2010-01-28T05:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax to declare a variable in native sql</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-to-declare-a-variable-in-native-sql/m-p/6588565#M1435456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vivek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess this is so because you cannot insert NULL to a date field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2010 05:18:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-to-declare-a-variable-in-native-sql/m-p/6588565#M1435456</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-01-28T05:18:13Z</dc:date>
    </item>
  </channel>
</rss>

