<?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 Table  and Value Range in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-table-and-value-range/m-p/2543206#M578137</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;according to me there are two different things......&lt;/P&gt;&lt;P&gt;value table is a table in which the data element is basically defined i.e for field SOBKZ base table is T148.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like wise if u are using ield VBTYP_N there are possible value defined for this field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose in ur program if u are using&lt;/P&gt;&lt;P&gt;p_VBTYP_N type VBTYP_N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in the F4 help only these single Vlaues(A,B,C,D...U,V,W,X,0,1,2...8,a,e...) will display and u have to choose from them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where as the concept of value table is like i am referncing a data element SOBKZ whose value table is t148 then the table t148 is directly referenced this saves time and increase speed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this is understandable&lt;/P&gt;&lt;P&gt;reward points if helpful&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Divya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jul 2007 10:53:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-23T10:53:05Z</dc:date>
    <item>
      <title>Value Table  and Value Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-table-and-value-range/m-p/2543198#M578129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For some of cases  Value Range is assigned as either single value or Value table for  a Domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say If you look at the Table VBFA For the field Data element-VBTYP_N Domain-VBTYP - Document Category&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are fixed value i.e. Single value (A,B,C,D...U,V,W,X,0,1,2...8,a,e...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whereas for the field SOBKZ -data element  SOBKZ-Domain SOBKZ-Special stock indicator has the Value Table T148.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know How to decided when should we go for single or Value Table&lt;/P&gt;&lt;P&gt;for a Value Range given for a Domain&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking in Advance!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;PK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 10:42:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-table-and-value-range/m-p/2543198#M578129</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T10:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: Value Table  and Value Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-table-and-value-range/m-p/2543199#M578130</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;When you have a smaller number of values, you should always prefer Value range, or fixed values.&lt;/P&gt;&lt;P&gt;However, if your values tend to increase with time, they will need to be maintained in a table as entering fresh values is realtively easy. So for large number of values we always opt for value tables.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Ravish Garg&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;STRONG&gt;REMEBER REWARD POINTS IS THE BEST WAY TO SAY THANK YOU&lt;/STRONG&gt;&amp;lt;/b&amp;gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jul 2007 10:45:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-table-and-value-range/m-p/2543199#M578130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T10:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Value Table  and Value Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-table-and-value-range/m-p/2543200#M578131</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;When you have few values that you want to mainly show in a DROP DOWN then use the option FIXED VALUES else if you want this domain to store values that are there in a table then mention that table as CHECK TABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHECK TABLE is not for F4 help though its help in giving F4 help, its main purpose is to be used as a check table in Foriegn key relationship.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 10:46:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-table-and-value-range/m-p/2543200#M578131</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-07-23T10:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Value Table  and Value Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-table-and-value-range/m-p/2543201#M578132</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;If there is a possibility for having very less number of values say 1 to 10 you can go for single values.&lt;/P&gt;&lt;P&gt;If there are 100's of value for a filed then you go for value table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 10:46:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-table-and-value-range/m-p/2543201#M578132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T10:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Value Table  and Value Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-table-and-value-range/m-p/2543202#M578133</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If u want fixed values then go for value range.value table is default check table,which is maintained in the domain level. It serves like check table whenever we use the same domain.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jul 2007 10:46:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-table-and-value-range/m-p/2543202#M578133</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2007-07-23T10:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Value Table  and Value Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-table-and-value-range/m-p/2543203#M578134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also maintain both together..&lt;/P&gt;&lt;P&gt;For more info visit this page&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/5e/f938361329ec5ae10000009b38f889/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/5e/f938361329ec5ae10000009b38f889/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prax&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 10:46:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-table-and-value-range/m-p/2543203#M578134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T10:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Value Table  and Value Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-table-and-value-range/m-p/2543204#M578135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt; Single value/lower limit&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Single value or lower limit of the value range of a domain of type CHAR&lt;/P&gt;&lt;P&gt;    with lower case letters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    The value range of a domain can be limited by defining fixed values. In&lt;/P&gt;&lt;P&gt;    this case, only the values entered in the fixed values are possible for&lt;/P&gt;&lt;P&gt;    all the table fields referring to this domain. The fixed values can be&lt;/P&gt;&lt;P&gt;    single values or intervals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    You can only define fixed values for domains of data types CHAR, NUMC,&lt;/P&gt;&lt;P&gt;    DEC, INT1, INT2 and INT4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    There is only an input check of the mask for data types CHAR and NUMC.&lt;/P&gt;&lt;P&gt;    Note that the system only checks single values for NUMC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    if a check table and fixed values are defined for a table field, only&lt;/P&gt;&lt;P&gt;    values that exist in both the check table and in the fixed values can be&lt;/P&gt;&lt;P&gt;    entered in the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Value table&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    In some cases you already know when you define a domain that all the&lt;/P&gt;&lt;P&gt;    fields referring to this domain should be checked against a certain&lt;/P&gt;&lt;P&gt;    table. This information can be stored in the domain by entering a value&lt;/P&gt;&lt;P&gt;    table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    The system proposes the value table as check table when you try to&lt;/P&gt;&lt;P&gt;    define a foreign key for this field. You can override this proposal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Entering a value table does not implement a check. The check against the&lt;/P&gt;&lt;P&gt;    value table only takes place when a foreign key is defined.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 10:48:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-table-and-value-range/m-p/2543204#M578135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T10:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Value Table  and Value Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-table-and-value-range/m-p/2543205#M578136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Most of the times for a single CHAR domains(fields) we assign a Value Range&lt;/P&gt;&lt;P&gt;and The value range of a domain can be limited by defining fixed values. In this case, only the values entered in the fixed values are possible for all the table fields referring to this domain. The fixed values can be single values or intervals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can only define fixed values for domains of data types CHAR, NUMC, DEC, INT1, INT2 and INT4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is only an input check of the mask for data types CHAR and NUMC. Note that the system only checks single values for NUMC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if a check table and fixed values are defined for a table field, only values that exist in both the check table and in the fixed values can be entered in the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Value table&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;In some cases you already know when you define a domain that all the fields referring to this domain should be checked against a certain table. This information can be stored in the domain by entering a value table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system proposes the value table as check table when you try to define a foreign key for this field. You can override this proposal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Entering a value table does not implement a check. The check against the value table only takes place when a foreign key is defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 10:49:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-table-and-value-range/m-p/2543205#M578136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T10:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Value Table  and Value Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-table-and-value-range/m-p/2543206#M578137</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;according to me there are two different things......&lt;/P&gt;&lt;P&gt;value table is a table in which the data element is basically defined i.e for field SOBKZ base table is T148.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like wise if u are using ield VBTYP_N there are possible value defined for this field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose in ur program if u are using&lt;/P&gt;&lt;P&gt;p_VBTYP_N type VBTYP_N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in the F4 help only these single Vlaues(A,B,C,D...U,V,W,X,0,1,2...8,a,e...) will display and u have to choose from them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where as the concept of value table is like i am referncing a data element SOBKZ whose value table is t148 then the table t148 is directly referenced this saves time and increase speed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this is understandable&lt;/P&gt;&lt;P&gt;reward points if helpful&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Divya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 10:53:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-table-and-value-range/m-p/2543206#M578137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T10:53:05Z</dc:date>
    </item>
  </channel>
</rss>

