<?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: syntactically correct incorrect ABAP with functional methods parentheses in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntactically-correct-incorrect-abap-with-functional-methods-parentheses/m-p/12151606#M1977079</link>
    <description>&lt;P&gt;I don't disagree.&lt;/P&gt;</description>
    <pubDate>Wed, 04 Mar 2020 20:39:02 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2020-03-04T20:39:02Z</dc:date>
    <item>
      <title>syntactically correct incorrect ABAP with functional methods parentheses</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntactically-correct-incorrect-abap-with-functional-methods-parentheses/m-p/12151603#M1977076</link>
      <description>&lt;P&gt;This is not syntactically correct, as expected.&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;cl_demo_output=&amp;gt;write(5).&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;This &lt;EM&gt;is &lt;/EM&gt;syntactically correct and runs fine. Not expected.&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;REPORT.
cl_demo_output=&amp;gt;write(`some_text`).
cl_demo_output=&amp;gt;write( `some_text`).
cl_demo_output=&amp;gt;write(`some_text` ).
cl_demo_output=&amp;gt;display( ).&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;But the language definition says spaces are required after the opening parenthesis and before the closing. &lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 14:52:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntactically-correct-incorrect-abap-with-functional-methods-parentheses/m-p/12151603#M1977076</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2020-03-04T14:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: syntactically correct incorrect ABAP with functional methods parentheses</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntactically-correct-incorrect-abap-with-functional-methods-parentheses/m-p/12151604#M1977077</link>
      <description>&lt;P&gt;It is wrong with variables &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data(text) = conv string(`some text`). &lt;BR /&gt;cl_demo_output=&amp;gt;write(text).
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;it looks like the | command :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data(text) = |my text is created :{ sy-datum }|  &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;no space before text needed, but space between variable are mandatories&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 15:02:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntactically-correct-incorrect-abap-with-functional-methods-parentheses/m-p/12151604#M1977077</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2020-03-04T15:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: syntactically correct incorrect ABAP with functional methods parentheses</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntactically-correct-incorrect-abap-with-functional-methods-parentheses/m-p/12151605#M1977078</link>
      <description>&lt;P&gt;For me is a compiler problem that has acompanied ABAP from a long time now (...just my opinion...).&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 20:36:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntactically-correct-incorrect-abap-with-functional-methods-parentheses/m-p/12151605#M1977078</guid>
      <dc:creator>Jean_Sagi</dc:creator>
      <dc:date>2020-03-04T20:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: syntactically correct incorrect ABAP with functional methods parentheses</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntactically-correct-incorrect-abap-with-functional-methods-parentheses/m-p/12151606#M1977079</link>
      <description>&lt;P&gt;I don't disagree.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 20:39:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntactically-correct-incorrect-abap-with-functional-methods-parentheses/m-p/12151606#M1977079</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2020-03-04T20:39:02Z</dc:date>
    </item>
  </channel>
</rss>

