<?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: Problem with Error E28038 inside CONSTRAINT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-e28038-inside-constraint/m-p/12438848#M1998536</link>
    <description>&lt;P&gt;The error was here&lt;/P&gt;&lt;P&gt;( res.LENGHT in ('1000' , '10000')&lt;/P&gt;&lt;P&gt;and res.WIDTH in ('1000' , '5000') )&lt;/P&gt;&lt;P&gt;It is a lenght and width range and the correct code is &lt;/P&gt;&lt;P&gt;( res.LENGHT in (1000 - 10000)&lt;/P&gt;&lt;P&gt;and res.WIDTH in (1000 - 5000) )&lt;/P&gt;</description>
    <pubDate>Thu, 20 May 2021 09:59:25 GMT</pubDate>
    <dc:creator>former_member747476</dc:creator>
    <dc:date>2021-05-20T09:59:25Z</dc:date>
    <item>
      <title>Problem with Error E28038 inside CONSTRAINT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-e28038-inside-constraint/m-p/12438847#M1998535</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;
  &lt;P&gt;I've an error E28038 "Numerical expression is expected here". &lt;BR /&gt;How can i solve this error ?&lt;/P&gt;
  &lt;P&gt;Here is the code : &lt;/P&gt;
  &lt;P&gt;--------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;
  &lt;P&gt;*To install a dimensional limit for a swimming pool (maximal width and lenght) when it's a particular model &lt;BR /&gt;*is choosen in RESTRICTION&lt;/P&gt;
  &lt;P&gt;*If the dimensions are out of the size range specified in CONDITION then SAP doesn't accept the dimensions&lt;/P&gt;
  &lt;P&gt;OBJECTS:&lt;/P&gt;
  &lt;P&gt;res is_a (300)cl_swimming_pool&lt;/P&gt;
  &lt;P&gt;CONDITION:&lt;/P&gt;
  &lt;P&gt;( res.LENGHT in ('1000' , '10000')&lt;/P&gt;
  &lt;P&gt;and res.WIDTH in ('1000' , '5000') )&lt;/P&gt;
  &lt;P&gt;.&lt;/P&gt;
  &lt;P&gt;RESTRICTIONS:&lt;/P&gt;
  &lt;P&gt;*this coding means the selected swimming pool serie is 'Garden' and the 'model' is 'Atlantic'&lt;/P&gt;
  &lt;P&gt;if (&lt;/P&gt;
  &lt;P&gt;res.SERIE = 'Garden' and&lt;BR /&gt;res.MODEL = 'Atlantic'&lt;/P&gt;
  &lt;P&gt;).&lt;/P&gt;
  &lt;P&gt;FALSE.&lt;/P&gt;
  &lt;P&gt;--------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 13:22:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-e28038-inside-constraint/m-p/12438847#M1998535</guid>
      <dc:creator>former_member747476</dc:creator>
      <dc:date>2021-05-19T13:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Error E28038 inside CONSTRAINT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-e28038-inside-constraint/m-p/12438848#M1998536</link>
      <description>&lt;P&gt;The error was here&lt;/P&gt;&lt;P&gt;( res.LENGHT in ('1000' , '10000')&lt;/P&gt;&lt;P&gt;and res.WIDTH in ('1000' , '5000') )&lt;/P&gt;&lt;P&gt;It is a lenght and width range and the correct code is &lt;/P&gt;&lt;P&gt;( res.LENGHT in (1000 - 10000)&lt;/P&gt;&lt;P&gt;and res.WIDTH in (1000 - 5000) )&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 09:59:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-e28038-inside-constraint/m-p/12438848#M1998536</guid>
      <dc:creator>former_member747476</dc:creator>
      <dc:date>2021-05-20T09:59:25Z</dc:date>
    </item>
  </channel>
</rss>

