<?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: value range in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-range/m-p/3478964#M836309</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; domain describes the value range of a field by its data type and length. The&lt;/P&gt;&lt;P&gt;value range can be limited by specifying fixed values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The domain describes the value range of a field by specifying its data type and&lt;/P&gt;&lt;P&gt;field length. If only a limited set of values is allowed, they can be defined as&lt;/P&gt;&lt;P&gt;fixed values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specifying fixed values causes the value range of the domain to be restricted by&lt;/P&gt;&lt;P&gt;these values. Fixed values are immediately used as check values in screen entries.&lt;/P&gt;&lt;P&gt;There is also F4 help.&lt;/P&gt;&lt;P&gt;Fixed values can either be listed individually or defined as an interval.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The value range of a field can also be defined by specifying a value table in the&lt;/P&gt;&lt;P&gt;domain.&lt;/P&gt;&lt;P&gt;In contrast to fixed values, however, simply specifying a value table does not&lt;/P&gt;&lt;P&gt;cause the input to be checked. There is no F4 help either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check them&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_47x200/helpdata/en/e5/7c3438fd263402e10000009b38f8cf/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_47x200/helpdata/en/6a/082f38ffccf905e10000009b38f8cf/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://www.sap-img.com/abap/difference-between-a-check-table-and-a-value-table.htm]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Mar 2008 03:01:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-11T03:01:57Z</dc:date>
    <item>
      <title>value range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-range/m-p/3478962#M836307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the table. domain has value range one opiton is there.&lt;/P&gt;&lt;P&gt;what it means.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 02:56:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-range/m-p/3478962#M836307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T02:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: value range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-range/m-p/3478963#M836308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Value table :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Value table is a domain level checking .In some cases you can see when you define a domain that all the table fields or structure components referring to this domain should be checked against a certain table. This information can be stored in the domain by entering a value table.A check is not implemented by simply entering a value table! The check against the value table only takes effect when a foreign key has been defined.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 03:00:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-range/m-p/3478963#M836308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T03:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: value range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-range/m-p/3478964#M836309</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; domain describes the value range of a field by its data type and length. The&lt;/P&gt;&lt;P&gt;value range can be limited by specifying fixed values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The domain describes the value range of a field by specifying its data type and&lt;/P&gt;&lt;P&gt;field length. If only a limited set of values is allowed, they can be defined as&lt;/P&gt;&lt;P&gt;fixed values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specifying fixed values causes the value range of the domain to be restricted by&lt;/P&gt;&lt;P&gt;these values. Fixed values are immediately used as check values in screen entries.&lt;/P&gt;&lt;P&gt;There is also F4 help.&lt;/P&gt;&lt;P&gt;Fixed values can either be listed individually or defined as an interval.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The value range of a field can also be defined by specifying a value table in the&lt;/P&gt;&lt;P&gt;domain.&lt;/P&gt;&lt;P&gt;In contrast to fixed values, however, simply specifying a value table does not&lt;/P&gt;&lt;P&gt;cause the input to be checked. There is no F4 help either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check them&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_47x200/helpdata/en/e5/7c3438fd263402e10000009b38f8cf/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_47x200/helpdata/en/6a/082f38ffccf905e10000009b38f8cf/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://www.sap-img.com/abap/difference-between-a-check-table-and-a-value-table.htm]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 03:01:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-range/m-p/3478964#M836309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T03:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: value range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-range/m-p/3478965#M836310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Domain definitions &lt;STRONG&gt;enable ranges of values to be defined and designated for table columns.&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each value range definition has a name that is unique within the overall database system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a domain was defined without an owner, the catalog sections (part catalogs) are searched in the following order to locate the specified value range:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Catalog part of the current owner &lt;/P&gt;&lt;P&gt;2.Catalog part of the DBA who created the current user &lt;/P&gt;&lt;P&gt;3.Catalog part of the SYSDBA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 03:21:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-range/m-p/3478965#M836310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T03:21:55Z</dc:date>
    </item>
  </channel>
</rss>

