<?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 SQL syntax issue when selecting from edid4 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-syntax-issue-when-selecting-from-edid4/m-p/12672230#M2016340</link>
    <description>&lt;P&gt;Hi, I was encountering issues with this query. Not sure how to solve it.&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt; SELECT *&lt;BR /&gt; FROM edid4&lt;BR /&gt; WHERE segnam = 'E1EDK03'&lt;BR /&gt; AND docnum = '0000123'&lt;BR /&gt; AND segnum = '000009'&lt;BR /&gt; INTO @DATA(lt_edid4).&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;This Open SQL statement uses additions that can only be used when the&lt;/P&gt;
  &lt;P&gt;fixed point arithmetic flag is activated (such as CASE expressions or&lt;/P&gt;
  &lt;P&gt;host variables in expressions).&lt;/P&gt;</description>
    <pubDate>Mon, 20 Mar 2023 15:02:58 GMT</pubDate>
    <dc:creator>walkerist79</dc:creator>
    <dc:date>2023-03-20T15:02:58Z</dc:date>
    <item>
      <title>SQL syntax issue when selecting from edid4</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-syntax-issue-when-selecting-from-edid4/m-p/12672230#M2016340</link>
      <description>&lt;P&gt;Hi, I was encountering issues with this query. Not sure how to solve it.&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt; SELECT *&lt;BR /&gt; FROM edid4&lt;BR /&gt; WHERE segnam = 'E1EDK03'&lt;BR /&gt; AND docnum = '0000123'&lt;BR /&gt; AND segnum = '000009'&lt;BR /&gt; INTO @DATA(lt_edid4).&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;This Open SQL statement uses additions that can only be used when the&lt;/P&gt;
  &lt;P&gt;fixed point arithmetic flag is activated (such as CASE expressions or&lt;/P&gt;
  &lt;P&gt;host variables in expressions).&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2023 15:02:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-syntax-issue-when-selecting-from-edid4/m-p/12672230#M2016340</guid>
      <dc:creator>walkerist79</dc:creator>
      <dc:date>2023-03-20T15:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: SQL syntax issue when selecting from edid4</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-syntax-issue-when-selecting-from-edid4/m-p/12672231#M2016341</link>
      <description>&lt;P&gt;Hi Wane,&lt;/P&gt;&lt;P&gt;You are missing the INTO TABLE since you have not indicated that you want to select a single record.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ryan Crosby&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2023 15:06:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-syntax-issue-when-selecting-from-edid4/m-p/12672231#M2016341</guid>
      <dc:creator>Ryan-Crosby</dc:creator>
      <dc:date>2023-03-20T15:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: SQL syntax issue when selecting from edid4</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-syntax-issue-when-selecting-from-edid4/m-p/12672232#M2016342</link>
      <description>&lt;P&gt;  &lt;SPAN class="mention-scrubbed"&gt;ryan.crosby2&lt;/SPAN&gt; same issue with the "INTO TABLE @DATA(lt_edid4)."&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2023 15:11:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-syntax-issue-when-selecting-from-edid4/m-p/12672232#M2016342</guid>
      <dc:creator>walkerist79</dc:creator>
      <dc:date>2023-03-20T15:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: SQL syntax issue when selecting from edid4</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-syntax-issue-when-selecting-from-edid4/m-p/12672233#M2016343</link>
      <description>&lt;P&gt;Any reason not to activate the 'fixed point arithmetic flag' in program attributes.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2023 16:06:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-syntax-issue-when-selecting-from-edid4/m-p/12672233#M2016343</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2023-03-20T16:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: SQL syntax issue when selecting from edid4</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-syntax-issue-when-selecting-from-edid4/m-p/12672234#M2016344</link>
      <description>&lt;P&gt;You can search the forum about what the "fixed point arithmetic flag" is. It's probably said at lots of places that it's highly recommended that the programs use it.&lt;/P&gt;&lt;P&gt;NB: it's fun that SAP forced the use of that flag when the program uses the Strict SQL Syntax, although it doesn't seem related at all.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2023 18:55:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-syntax-issue-when-selecting-from-edid4/m-p/12672234#M2016344</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-03-20T18:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: SQL syntax issue when selecting from edid4</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-syntax-issue-when-selecting-from-edid4/m-p/12672235#M2016345</link>
      <description>&lt;P&gt;Switch on "fixed point arithmetic" and it'll work fine. As per SAP Help &lt;A href="https://help.sap.com/doc/abapdocu_750_index_htm/7.50/en-US/abenfixed_point_arithmetic_glosry.htm" target="_blank"&gt;https://help.sap.com/doc/abapdocu_750_index_htm/7.50/en-US/abenfixed_point_arithmetic_glosry.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The disabling of this program attribute is obsolete.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 07:39:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-syntax-issue-when-selecting-from-edid4/m-p/12672235#M2016345</guid>
      <dc:creator>Dominik_Tylczynski</dc:creator>
      <dc:date>2023-03-21T07:39:53Z</dc:date>
    </item>
  </channel>
</rss>

