<?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: ABAP 7.40 question SELECT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-40-question-select/m-p/11302019#M1917719</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What's the error message? Please post all the relevant information about the error you are getting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Oct 2015 20:31:43 GMT</pubDate>
    <dc:creator>christian102094</dc:creator>
    <dc:date>2015-10-29T20:31:43Z</dc:date>
    <item>
      <title>ABAP 7.40 question SELECT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-40-question-select/m-p/11302016#M1917716</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;in our system, the command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE 'X'&lt;/P&gt;&lt;P&gt;INTO DATA(exists) FROM dbtab &lt;/P&gt;&lt;P&gt;WHERE ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does not work. Is this SP8 specific? We do have SP5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to use this, because this existence indicator won't ne used in further coding. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 19:38:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-40-question-select/m-p/11302016#M1917716</guid>
      <dc:creator>ralf_wenzel_heuristika</dc:creator>
      <dc:date>2015-10-29T19:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP 7.40 question SELECT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-40-question-select/m-p/11302017#M1917717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you use a inline declaration ( DATA(exists) ), you have to escape the program variables with '@':&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;SELECT SINGLE 'X'&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;INTO @DATA(exists) FROM dbtab&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;WHERE ....&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Don't forget if you have some variables (that were declared in your program) in the condition clause WHERE, you have to escape them too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 20:08:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-40-question-select/m-p/11302017#M1917717</guid>
      <dc:creator>christian102094</dc:creator>
      <dc:date>2015-10-29T20:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP 7.40 question SELECT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-40-question-select/m-p/11302018#M1917718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ooops, I tried DATA(exists) and DATA(@exists), but not @DATA(exists) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried it now, but it does not work (in SP5).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 20:28:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-40-question-select/m-p/11302018#M1917718</guid>
      <dc:creator>ralf_wenzel_heuristika</dc:creator>
      <dc:date>2015-10-29T20:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP 7.40 question SELECT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-40-question-select/m-p/11302019#M1917719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What's the error message? Please post all the relevant information about the error you are getting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 20:31:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-40-question-select/m-p/11302019#M1917719</guid>
      <dc:creator>christian102094</dc:creator>
      <dc:date>2015-10-29T20:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP 7.40 question SELECT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-40-question-select/m-p/11302020#M1917720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error message said, that offset is not allowed in new OpenSQL syntax. The parser seems to "think", hat (...) is a variable for the offset &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1348/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 10:00:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-40-question-select/m-p/11302020#M1917720</guid>
      <dc:creator>ralf_wenzel_heuristika</dc:creator>
      <dc:date>2015-10-30T10:00:03Z</dc:date>
    </item>
  </channel>
</rss>

