<?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 BOPF Code value check in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bopf-code-value-check/m-p/11472400#M1930593</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Colleagues,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have implemented class /BOFU/CL_V_CODE_VALUES like described in this blog: &lt;A _jive_internal="true" href="https://answers.sap.com/community/abap/bopf/blog/2013/10/04/bopf-code-values-check#comment-644522"&gt;http://scn.sap.com/community/abap/bopf/blog/2013/10/04/bopf-code-values-check#comment-644522&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works fine if the Domain has a check table or a check value. If I use a value range I get errors on all inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have domain "WORK_DAYS_YEAR" for storing the work days&amp;nbsp; a year can have. The Domain is a DEC(3). The possible value would be 0 and 366.&lt;/P&gt;&lt;P&gt;I have implemented the check class but I always get an error that my value is wrong no matter what I input.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Any idea on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Roman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jan 2016 10:48:07 GMT</pubDate>
    <dc:creator>Roman71</dc:creator>
    <dc:date>2016-01-15T10:48:07Z</dc:date>
    <item>
      <title>BOPF Code value check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bopf-code-value-check/m-p/11472400#M1930593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Colleagues,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have implemented class /BOFU/CL_V_CODE_VALUES like described in this blog: &lt;A _jive_internal="true" href="https://answers.sap.com/community/abap/bopf/blog/2013/10/04/bopf-code-values-check#comment-644522"&gt;http://scn.sap.com/community/abap/bopf/blog/2013/10/04/bopf-code-values-check#comment-644522&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works fine if the Domain has a check table or a check value. If I use a value range I get errors on all inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have domain "WORK_DAYS_YEAR" for storing the work days&amp;nbsp; a year can have. The Domain is a DEC(3). The possible value would be 0 and 366.&lt;/P&gt;&lt;P&gt;I have implemented the check class but I always get an error that my value is wrong no matter what I input.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Any idea on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Roman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2016 10:48:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bopf-code-value-check/m-p/11472400#M1930593</guid>
      <dc:creator>Roman71</dc:creator>
      <dc:date>2016-01-15T10:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: BOPF Code value check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bopf-code-value-check/m-p/11472401#M1930594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just to get I right:&lt;/P&gt;&lt;P&gt;your validation does not work, if you try to check the values of a domain are defined as an interval. E.g. WORK_DAYS_YEAR with possible values between 0 and 366?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try to debug the EXECUTE-method of the super class /BOFU/CL_V_NODE_CODE_VALUES? This might give you a hint what causes the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 12:15:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bopf-code-value-check/m-p/11472401#M1930594</guid>
      <dc:creator>cyclingfisch_</dc:creator>
      <dc:date>2016-01-20T12:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: BOPF Code value check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bopf-code-value-check/m-p/11472402#M1930595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had a look into the coding of /BOFU/CL_V_CODE_VALUES-&amp;gt;BOBF/IF_FRW_VALIDATION~EXECUTE now. I couldn't debug it, but I didn't see coding which handels the case of intervalls in value lists defined in DDIC.&lt;/P&gt;&lt;P&gt;Either that's a bug or not supported!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 08:16:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bopf-code-value-check/m-p/11472402#M1930595</guid>
      <dc:creator>cyclingfisch_</dc:creator>
      <dc:date>2016-01-21T08:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: BOPF Code value check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bopf-code-value-check/m-p/11472403#M1930596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much for support. You have now confirmed what we have thought when we stepped through the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe SAP can extend this in the future to support all validation types possible. I think this makes sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Roman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 08:24:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bopf-code-value-check/m-p/11472403#M1930596</guid>
      <dc:creator>Roman71</dc:creator>
      <dc:date>2016-01-21T08:24:01Z</dc:date>
    </item>
  </channel>
</rss>

