<?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 Console (ADT) on Mac in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-console-adt-on-mac/m-p/733050#M34609</link>
    <description>&lt;P&gt;Hi Patrick,&lt;/P&gt;&lt;P&gt;I missed your reply and so far I don't have a solution. But there is one new finding.&lt;/P&gt;&lt;P&gt;Just activate the visualization of line endings (Command + 3: type "show white" and select "Show whitespace characters in current editor"). Now open a new SQL console from the Data Preview of a table. The pre-filled statement contains CRLF and it gets additional CRLF when you modify it. But when you remove the whole content and start a new statement from scratch you get LF only. And now you can't execute the statements anymore.&lt;/P&gt;&lt;P&gt;Regards, Felix&lt;/P&gt;</description>
    <pubDate>Mon, 12 Nov 2018 14:59:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2018-11-12T14:59:59Z</dc:date>
    <item>
      <title>SQL Console (ADT) on Mac</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-console-adt-on-mac/m-p/733047#M34606</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;I´m using Eclipse Photon (Release 4.8.0) &lt;BR /&gt;on a Mac (10.13.6) &lt;BR /&gt;with ADT (com.sap.adt.core.devedition.feature.group=2.96.2)&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Now my problem: When I use the SQL Console I get this error message:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/220284-sql-console-error.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;(Query execution failed&lt;BR /&gt;"ROWS" ist im ABAP-Dictionary nicht als Tabelle, Projektions- oder Datenbank-View deklariert worden oder nicht aktiv vorhanden.&lt;BR /&gt;select *&lt;BR /&gt;from t100)&lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
  &lt;P&gt;When I write the SQL Statement in one single line everything works fine:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/220286-sql-console-okay.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;I guess the problem comes from the different line endings of Win and Mac. A few ideas on how I can fix or work around the problem?&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;BTW: There are more bugs in ADT on a Mac, but this one bothers me the most.&lt;/P&gt;
  &lt;P&gt;thanks and greetings&lt;BR /&gt;Patrick&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 12:29:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-console-adt-on-mac/m-p/733047#M34606</guid>
      <dc:creator>ptrck</dc:creator>
      <dc:date>2018-09-20T12:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Console (ADT) on Mac</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-console-adt-on-mac/m-p/733048#M34607</link>
      <description>&lt;P&gt;Hi Patrick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I played around a bit with the view (MacOS 10.13.6).  There is one thing worth to try: add a space at the end of each line. That's of course no solution, but could be a workaround.&lt;/P&gt;&lt;P&gt;Regards, Felix&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 11:15:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-console-adt-on-mac/m-p/733048#M34607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-10-02T11:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Console (ADT) on Mac</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-console-adt-on-mac/m-p/733049#M34608</link>
      <description>&lt;P&gt;Hi Felix,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the tip, but unfortunately it doesn't work. Neither with a space nor with a tabulator or with a comment at the end of each line. I think the problem are the different line endings (CRLF, LF) and the transfer to the backend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Patrick&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2018 12:26:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-console-adt-on-mac/m-p/733049#M34608</guid>
      <dc:creator>ptrck</dc:creator>
      <dc:date>2018-10-08T12:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Console (ADT) on Mac</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-console-adt-on-mac/m-p/733050#M34609</link>
      <description>&lt;P&gt;Hi Patrick,&lt;/P&gt;&lt;P&gt;I missed your reply and so far I don't have a solution. But there is one new finding.&lt;/P&gt;&lt;P&gt;Just activate the visualization of line endings (Command + 3: type "show white" and select "Show whitespace characters in current editor"). Now open a new SQL console from the Data Preview of a table. The pre-filled statement contains CRLF and it gets additional CRLF when you modify it. But when you remove the whole content and start a new statement from scratch you get LF only. And now you can't execute the statements anymore.&lt;/P&gt;&lt;P&gt;Regards, Felix&lt;/P&gt;</description>
      <pubDate>Mon, 12 Nov 2018 14:59:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-console-adt-on-mac/m-p/733050#M34609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-11-12T14:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Console (ADT) on Mac</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-console-adt-on-mac/m-p/733051#M34610</link>
      <description>&lt;P&gt;Hi Felix,&lt;/P&gt;&lt;P&gt;thanks a lot. I´ll try that tomorrow. Today I´m in home office with citrix.....&lt;/P&gt;</description>
      <pubDate>Mon, 12 Nov 2018 15:03:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-console-adt-on-mac/m-p/733051#M34610</guid>
      <dc:creator>ptrck</dc:creator>
      <dc:date>2018-11-12T15:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Console (ADT) on Mac</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-console-adt-on-mac/m-p/733052#M34611</link>
      <description>&lt;P&gt;Hi Patrick,&lt;/P&gt;&lt;P&gt;as a short-term workaround you could set the workspace default delimiter to CRLF.&lt;/P&gt;&lt;P&gt;This can be done in the Eclipse Preferences.&lt;BR /&gt;Under Preferences&amp;gt;General&amp;gt;Workspace  you can find the Setting for "New Text file line delimiter".&lt;BR /&gt;If you change this from Default to Other: Windows then Eclipse will use CRLF instead of LF for an empty file.&lt;/P&gt;&lt;P&gt;Other ABAP Source Editors also use CRLF, as you can see with Felix hint to visualize whitespace characters. &lt;/P&gt;&lt;P&gt;This should remove the symptom in the SQL Console for now.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ivo &lt;/P&gt;</description>
      <pubDate>Tue, 13 Nov 2018 08:25:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-console-adt-on-mac/m-p/733052#M34611</guid>
      <dc:creator>former_member232579</dc:creator>
      <dc:date>2018-11-13T08:25:47Z</dc:date>
    </item>
  </channel>
</rss>

