<?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: Intervals in Domain - Problem when INT2 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/intervals-in-domain-problem-when-int2/m-p/8019482#M1608576</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP is not like PASCAL/DELPHI or other languages where you can defines value sets. In ABAP, fixed values are used only for input check or F4 respectively - as revealed in the docu link provided by Sandra.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jul 2011 21:46:04 GMT</pubDate>
    <dc:creator>Clemenss</dc:creator>
    <dc:date>2011-07-21T21:46:04Z</dc:date>
    <item>
      <title>Intervals in Domain - Problem when INT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/intervals-in-domain-problem-when-int2/m-p/8019477#M1608571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created two domains ZTEST_INT2 and ZTEST_NUMC with mentioned types. For both I have mentioned the intervals as 0 to 10 and one more as 15 to 20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, when I place these in a table and try, ZTEST_NUMC is working fine with not allowing the values out of the range. But ZTEST_INT2 is taking any value given. As per my knowledge, INT2 is a 2-byte integer which takes values between -32767 and 32767. But when I mention the range, why is not considering it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somebody temme why it's happening so? Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2011 04:35:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/intervals-in-domain-problem-when-int2/m-p/8019477#M1608571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-21T04:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Intervals in Domain - Problem when INT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/intervals-in-domain-problem-when-int2/m-p/8019478#M1608572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure that ZTEST_NUMC is not allowing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please explain where do you have specified the value range and how you are checking it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I have specified range in domain and tested on selection screen for ZTEST_NUMC where it is allowing me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I know, range that you specify in domain will give you just a proposal or search help but will not restrict the values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2011 05:05:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/intervals-in-domain-problem-when-int2/m-p/8019478#M1608572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-21T05:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Intervals in Domain - Problem when INT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/intervals-in-domain-problem-when-int2/m-p/8019479#M1608573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry to totally disagree with you. In domain, we give the fixed values and intervals to restrict the field values. And ZTEST_NUMC will not allow beyond the range while creating data in table in a field with that domain. But ZTEST_INT2 does.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2011 05:46:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/intervals-in-domain-problem-when-int2/m-p/8019479#M1608573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-21T05:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Intervals in Domain - Problem when INT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/intervals-in-domain-problem-when-int2/m-p/8019480#M1608574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Can somebody please check on this and help me out?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help is highly appreciable. Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2011 14:28:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/intervals-in-domain-problem-when-int2/m-p/8019480#M1608574</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-21T14:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Intervals in Domain - Problem when INT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/intervals-in-domain-problem-when-int2/m-p/8019481#M1608575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what you experienced is explained in the documentation: &lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/e2/66708f730811d2959500a0c929b3c3/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/e2/66708f730811d2959500a0c929b3c3/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2011 18:58:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/intervals-in-domain-problem-when-int2/m-p/8019481#M1608575</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2011-07-21T18:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Intervals in Domain - Problem when INT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/intervals-in-domain-problem-when-int2/m-p/8019482#M1608576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP is not like PASCAL/DELPHI or other languages where you can defines value sets. In ABAP, fixed values are used only for input check or F4 respectively - as revealed in the docu link provided by Sandra.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2011 21:46:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/intervals-in-domain-problem-when-int2/m-p/8019482#M1608576</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2011-07-21T21:46:04Z</dc:date>
    </item>
  </channel>
</rss>

