<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-table/m-p/4061530#M970842</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi raju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value table is maintained in the domain level of a database table field used to restrict its values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In some cases you can see when you define a domain that all the table fields or structure &lt;/P&gt;&lt;P&gt;components referring to this domain should be checked against a certain table. This information &lt;/P&gt;&lt;P&gt;can be stored in the domain by entering a value table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if found helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anirban Bhattacharjee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jun 2008 13:45:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-27T13:45:56Z</dc:date>
    <item>
      <title>Value Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-table/m-p/4061520#M970832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everybody ,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Can anyone say where we use VALUE TABLE Exactly in Detail..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards ,&lt;/P&gt;&lt;P&gt;Raju.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 10:08:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-table/m-p/4061520#M970832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T10:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Value Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-table/m-p/4061521#M970833</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;value table is nothing but the value range that u maintain at the domain level.&lt;/P&gt;&lt;P&gt;whenever u create a doamin, u can specify the values to rstrict the data by specifying in value range tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 10:10:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-table/m-p/4061521#M970833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T10:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Value Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-table/m-p/4061522#M970834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Raju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just refer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="734413"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="730195"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 10:13:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-table/m-p/4061522#M970834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T10:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Value Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-table/m-p/4061523#M970835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;U&gt;Letu2019s take an example:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose you have created a custom table ztab1 with MATNR as key field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you want to create a domain whose possible values should be that material that is stored in the custom table ztab1. So while creating the domain, you should specify the value table as ztab1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if usefulu2026&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Tushar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 10:50:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-table/m-p/4061523#M970835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T10:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Value Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-table/m-p/4061524#M970836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi raju&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;greetings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we use value table to store the Domain values.&lt;/P&gt;&lt;P&gt;The system proposes the value table as check table when you try to define a  foreign key for the field or component. This proposal can be overridden.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnx&lt;/P&gt;&lt;P&gt;prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 11:04:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-table/m-p/4061524#M970836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T11:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Value Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-table/m-p/4061525#M970837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii!&lt;/P&gt;&lt;P&gt;   Value table is defined at domain level. The value range of a field can also be defined by specifying a value table in the domain.&lt;/P&gt;&lt;P&gt;   In contrast to fixed values, however, simply specifying a value table does not cause the input to be checked. There is no input help either.&lt;/P&gt;&lt;P&gt;   If you eneter a value table, the system can make a proposal&lt;/P&gt;&lt;P&gt;for the foreign key definition.&lt;/P&gt;&lt;P&gt;  A value table only becomes a check table when a foreign key is defined. If you refer to a domain with a value table in a field,&lt;/P&gt;&lt;P&gt;but no foreign key was defined at field level, there is no check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abhijeet Kulshreshtha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 12:01:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-table/m-p/4061525#M970837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T12:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Value Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-table/m-p/4061526#M970838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="734413"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will help u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 12:04:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-table/m-p/4061526#M970838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T12:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Value Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-table/m-p/4061527#M970839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raju.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your question extremely valid and important.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to me,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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 recommends the value table as check table when you try to define a  foreign key for the field or component. We can go pass this requirement by overriding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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;P&gt;&lt;/P&gt;&lt;P&gt;The very best EXAMPLE is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Domain S_CARR_ID (data type CHAR, length 3) in the flight model describes the three-place code of the airlines. All the airlines are listed together with their codes in table SCARR. It is generally advisable to check fields referring to domain S_CARR_ID against table SCARR. SCARR is therefore entered as value table for domain S_CARR_ID. If you want to define a foreign key for a field referring to S_CARR_ID, SCARR is proposed as the check table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you find this information usefull, I will be very glad.&lt;/P&gt;&lt;P&gt;If you need more clarification, feel free to discuss with me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if you find this information usefull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Harsh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Harsh Dave on Jun 27, 2008 6:23 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 12:52:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-table/m-p/4061527#M970839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T12:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Value Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-table/m-p/4061528#M970840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello raju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We already have a good thread on sdn where you can get a good answer to your query,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this out...&lt;/P&gt;&lt;P&gt;[&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="736201"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For an overview of value table..&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_nw70/helpdata/en/e2/667092730811d2959500a0c929b3c3/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it really helps you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best of luck,&lt;/P&gt;&lt;P&gt;bhumika..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revert if any issues&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 13:16:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-table/m-p/4061528#M970840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T13:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Value Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-table/m-p/4061529#M970841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  When you want to display possible values for a field then you can maintain those possible values at domain level.&lt;/P&gt;&lt;P&gt;  We can give Fixed values,value table, value ranges to for a field. To do this we have to maintain all these at domain level. &lt;/P&gt;&lt;P&gt;  When you have some possible values you can enter it in Fixed values.&lt;/P&gt;&lt;P&gt;  When you have some ranges then go for value ranges.&lt;/P&gt;&lt;P&gt;  If we have many possible values to display then store all thes possible values in a table. Then you can use this table as value table for that field .Enter the value table name at the domain level.&lt;/P&gt;&lt;P&gt;  Then these values will be displayed for that field when you press F4 .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 13:34:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-table/m-p/4061529#M970841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T13:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Value Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-table/m-p/4061530#M970842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi raju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value table is maintained in the domain level of a database table field used to restrict its values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In some cases you can see when you define a domain that all the table fields or structure &lt;/P&gt;&lt;P&gt;components referring to this domain should be checked against a certain table. This information &lt;/P&gt;&lt;P&gt;can be stored in the domain by entering a value table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if found helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anirban Bhattacharjee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 13:45:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-table/m-p/4061530#M970842</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T13:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Value Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-table/m-p/4061531#M970843</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;Value table is to restrict the user's input by provsing the use with only a few values allowed. When ever you try to create the domain then you can give either value ranges or bvalue table.&lt;/P&gt;&lt;P&gt;InValue ranegs , we can provide only with some values but in value table we can provide more number of values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ex when you create the domain    as Gender- the posible values are FEMALE or MALE.&lt;/P&gt;&lt;P&gt;this can be provided at value ranges tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex for VALUE TABLE:&lt;/P&gt;&lt;P&gt;When ever a company is into manufacturing they willb be usign some material to maufacture a product. Here the material list to get a finished product is predefined. Every Manufactuing uint maitnains the list of matierails to be used to produce a product. This list of matierial numbers in maitnained in a Table called Values table. here the user cant enter other matieril that is not htere in t&lt;/P&gt;&lt;P&gt;the Value table. here we are validating the matierial.&lt;/P&gt;&lt;P&gt;Sometiems Both Chektable and value table refers to same table.&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;Best Wishes,&lt;/P&gt;&lt;P&gt;Chandralekha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jun 2008 05:04:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-table/m-p/4061531#M970843</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-28T05:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: Value Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-table/m-p/4061532#M970844</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;    Value Table gives a list of possible values at Domain level. It is defined in the Domain and is used for domain level checking or validation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Kiran Kumar V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jun 2008 05:24:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-table/m-p/4061532#M970844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-28T05:24:51Z</dc:date>
    </item>
  </channel>
</rss>

