<?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 Error message: types are not compatible in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-types-are-not-compatible/m-p/12307594#M1990605</link>
    <description>&lt;P&gt;Guys, the coding'd be as blew: and issue an error: The type of "S031~Spmon" or the result type of the function. "S031~Spmon" and the type of "S_ZYEAR" are not compatible for the operation in question.&lt;/P&gt;
  &lt;P&gt;What should I do? &lt;/P&gt;
  &lt;P&gt;thanks!&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;Select - options:
  S_ZYEAR for S031-Spmon.

Select ~
Inner join S031
        on S031~SPMON = @S_ZYEAR.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sun, 10 Jan 2021 10:06:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2021-01-10T10:06:08Z</dc:date>
    <item>
      <title>Error message: types are not compatible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-types-are-not-compatible/m-p/12307594#M1990605</link>
      <description>&lt;P&gt;Guys, the coding'd be as blew: and issue an error: The type of "S031~Spmon" or the result type of the function. "S031~Spmon" and the type of "S_ZYEAR" are not compatible for the operation in question.&lt;/P&gt;
  &lt;P&gt;What should I do? &lt;/P&gt;
  &lt;P&gt;thanks!&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;Select - options:
  S_ZYEAR for S031-Spmon.

Select ~
Inner join S031
        on S031~SPMON = @S_ZYEAR.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 10 Jan 2021 10:06:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-types-are-not-compatible/m-p/12307594#M1990605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2021-01-10T10:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error message: types are not compatible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-types-are-not-compatible/m-p/12307595#M1990606</link>
      <description>&lt;P&gt;"select option" is just a "range", which is a table with a given structure.&lt;/P&gt;&lt;P&gt;You cannot join on a range, only on a database table.&lt;/P&gt;&lt;P&gt;Perhaps you should use: &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;WHERE spmon in S_ZYEAR&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 10 Jan 2021 10:23:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-types-are-not-compatible/m-p/12307595#M1990606</guid>
      <dc:creator>abo</dc:creator>
      <dc:date>2021-01-10T10:23:06Z</dc:date>
    </item>
  </channel>
</rss>

