<?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: what is value table? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-value-table/m-p/3330964#M798049</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;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.&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 the field or component. This proposal can be overridden.&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;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;Use&lt;/P&gt;&lt;P&gt;Using values from Table TVARVC is especially useful in background processing. You do not have to create a new variant for each minor change of values or repeatedly change an existing variant, since you only have to change the values stored in TVARVC. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, note that every change of a value in Table TVARVC affects all variants using this particular variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/e2/667092730811d2959500a0c929b3c3/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/e2/667092730811d2959500a0c929b3c3/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Feb 2008 09:25:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-27T09:25:40Z</dc:date>
    <item>
      <title>what is value table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-value-table/m-p/3330955#M798040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is value table?&lt;/P&gt;&lt;P&gt;thank u.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 13:19:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-value-table/m-p/3330955#M798040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T13:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: what is value table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-value-table/m-p/3330956#M798041</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:If the domain of the check field has a value table, this is proposed by the system as check table in the foreign field maintenance. The key fields of the value table are in this case assigned fields of the foreign key table with the same domain. These&lt;/P&gt;&lt;P&gt;fields may assume only those values allowed by the value table.&lt;/P&gt;&lt;P&gt;The value range of the domain can be defined by specifying value table.All table fields&lt;/P&gt;&lt;P&gt;referring to this domain can then be checked against the corresponding field of this value&lt;/P&gt;&lt;P&gt;table.In order the check can be executed, a foreign key must be defined for the value&lt;/P&gt;&lt;P&gt;table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 13:21:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-value-table/m-p/3330956#M798041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T13:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: what is value table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-value-table/m-p/3330957#M798042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://help.sap.com" target="test_blank"&gt;http://help.sap.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 13:22:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-value-table/m-p/3330957#M798042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T13:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: what is value table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-value-table/m-p/3330958#M798043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A value table is a table which has either a fixed set of values  or a set of values belonging to a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 22:08:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-value-table/m-p/3330958#M798043</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T22:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: what is value table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-value-table/m-p/3330959#M798044</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;&lt;/P&gt;&lt;P&gt;This is maintained at Domain Level. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When ever you create a domain , you can entered allowed values.   For example  you go to Domain   SHKZG - Debit/credit indicator.  Here only allowed values is H or S. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When ever you use this Domain, the system will forces you to enter only these values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a sort of master check . To be maintained as a customization object. This mean that if you want to enter values to this table you have to create a development request &amp;amp; transport the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;There is 1 more important Difference in Value Table and Check Table is that:&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;1. The contents of the check will be used as an input help(F4 Help) for a particular field on which a check table is assigned. &lt;/P&gt;&lt;P&gt;    But the contents of Value Table are never used in Input Help. &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;The Heirarchy which decides from where to used the Input Help is: &lt;/P&gt;&lt;P&gt;1. Input help defined explicitly in ABAP Program or Dialog Module. &lt;/P&gt;&lt;P&gt;2. Input Help Attached to the referenced Database Table field. &lt;/P&gt;&lt;P&gt;3. Using the contents of Check Table as an input help if neither (1) or (2) help are there. &lt;/P&gt;&lt;P&gt;4. Input help from Fixed value or Value range given in Domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also refer this link.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/difference-between-a-check-table-and-a-value-table.htm" target="test_blank"&gt;http://www.sap-img.com/abap/difference-between-a-check-table-and-a-value-table.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 22:29:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-value-table/m-p/3330959#M798044</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T22:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: what is value table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-value-table/m-p/3330960#M798045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;VALUE TABLE:If the domain of the check field has a value table, this is proposed by the system as check table in the foreign field maintenance. The key fields of the value table are in this case assigned fields of the foreign key table with the same domain. These&lt;/P&gt;&lt;P&gt;fields may assume only those values allowed by the value table.&lt;/P&gt;&lt;P&gt;The value range of the domain can be defined by specifying value table.All table fields&lt;/P&gt;&lt;P&gt;referring to this domain can then be checked against the corresponding field of this value&lt;/P&gt;&lt;P&gt;table.In order the check can be executed, a foreign key must be defined for the value&lt;/P&gt;&lt;P&gt;table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 06:53:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-value-table/m-p/3330960#M798045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T06:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: what is value table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-value-table/m-p/3330961#M798046</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:If the domain of the check field has a value table, this is proposed by the system as check table in the foreign field maintenance. The key fields of the value table are in this case assigned fields of the foreign key table with the same domain. These&lt;/P&gt;&lt;P&gt;fields may assume only those values allowed by the value table.&lt;/P&gt;&lt;P&gt;The value range of the domain can be defined by specifying value table.All table fields&lt;/P&gt;&lt;P&gt;referring to this domain can then be checked against the corresponding field of this value&lt;/P&gt;&lt;P&gt;table.In order the check can be executed, a foreign key must be defined for the value&lt;/P&gt;&lt;P&gt;table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;DO REWARD IF USEFUL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 07:30:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-value-table/m-p/3330961#M798046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T07:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: what is value table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-value-table/m-p/3330962#M798047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sometimes whe you define a domain, you already know that all fields that use the domain will need to be checked against a particular table. You can store this information in the domain definition by specifying a value table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you try to define a foreign key for a field that points to this domain, the value table of the domain is proposed as the check table for the foreing key.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 07:36:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-value-table/m-p/3330962#M798047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T07:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: what is value table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-value-table/m-p/3330963#M798048</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;STRONG&gt;value table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The Value table is the table attached to a field at the domain level, where the entry to the field can be only from the value table. They are not used in the Input Help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 09:23:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-value-table/m-p/3330963#M798048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T09:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: what is value table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-value-table/m-p/3330964#M798049</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;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.&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 the field or component. This proposal can be overridden.&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;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;Use&lt;/P&gt;&lt;P&gt;Using values from Table TVARVC is especially useful in background processing. You do not have to create a new variant for each minor change of values or repeatedly change an existing variant, since you only have to change the values stored in TVARVC. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, note that every change of a value in Table TVARVC affects all variants using this particular variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/e2/667092730811d2959500a0c929b3c3/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/e2/667092730811d2959500a0c929b3c3/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 09:25:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-value-table/m-p/3330964#M798049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T09:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: what is value table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-value-table/m-p/3330965#M798050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Value Table &lt;/P&gt;&lt;P&gt;This is maintained at Domain Level. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When ever you create a domain , you can entered allowed values.   For example  you go to Domain   SHKZG - Debit/credit indicator.  Here only allowed values is H or S. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When ever you use this Domain, the system will forces you to enter only these values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a sort of master check . To be maintained as a customization object. This mean that if you want to enter values to this table you have to create a development request &amp;amp; transport the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 10:24:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-value-table/m-p/3330965#M798050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T10:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: what is value table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-value-table/m-p/3330966#M798051</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;&lt;STRONG&gt;Value Table&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;This is for  Domain Level check. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; All the entries  related to that particular field will present in this value table only. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:Consider soaps category, in this table all varities of soaps will be entered, we can not access to the soaps otherthan  these entries. This is for general info. only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;kavitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 10:57:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-value-table/m-p/3330966#M798051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T10:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: what is value table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-value-table/m-p/3330967#M798052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Value table: Value table will be at domain level checking &lt;/P&gt;&lt;P&gt;for ex: scarr table is check table for carrid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vineela.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2008 06:58:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-value-table/m-p/3330967#M798052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-03T06:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: what is value table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-value-table/m-p/3330968#M798053</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;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.&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 the field or component. This proposal can be overridden.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;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>Mon, 03 Mar 2008 07:08:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-value-table/m-p/3330968#M798053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-03T07:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: what is value table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-value-table/m-p/3330969#M798054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;value table is one which contain valid set of values.&lt;/P&gt;&lt;P&gt;suppose you have one two table table a and table b.&lt;/P&gt;&lt;P&gt;these two tables are related on primary key and foreign key relation.here we have to insert data into table a based on existing values in table b.suppose there are 3 depart ments &lt;/P&gt;&lt;P&gt;we want to insert d1 d2 and d3 in table a.if we insert other than these departments it will shows error.means check will done here.now the table which we are inserting data is called value table in this case (table a) and the table which provides checking aginst wrong values is called check table (table b).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;swami.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2008 07:14:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-value-table/m-p/3330969#M798054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-03T07:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: what is value table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-value-table/m-p/3330970#M798055</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;&lt;STRONG&gt;Value Table&lt;/STRONG&gt;: &lt;/P&gt;&lt;P&gt;This is maintained at Domain Level. &lt;/P&gt;&lt;P&gt;When ever you create a domain , you can entered allowed values. For example you go to Domain SHKZG - Debit/credit indicator. Here only allowed values is H or S. &lt;/P&gt;&lt;P&gt;When ever you use this Domain, the system will forces you to enter only these values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a sort of master check . To be maintained as a customization object. This mean that if you want to enter values to this table you have to create a development request &amp;amp; transport the same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;VALUE TABLE&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;If the domain of the check field has a value table, this is proposed by the system as check table in the foreign field maintenance. The key fields of the value table are in this case assigned fields of the foreign key table with the same domain. These fields may assume only those values allowed by the value table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The value range of the domain can be defined by specifying value table.All table fields referring to this domain can then be checked against the corresponding field of this value table.In order the check can be executed, a foreign key must be defined for the value table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2008 14:13:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-value-table/m-p/3330970#M798055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-03T14:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: what is value table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-value-table/m-p/3330971#M798056</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;&lt;/P&gt;&lt;P&gt;This is maintained at Domain Level checking.&lt;/P&gt;&lt;P&gt;When ever you create a domain , you can entered allowed values. For example you go to Domain SHKZG - Debit/credit indicator. Here only allowed values is H or S.&lt;/P&gt;&lt;P&gt;When ever you use this Domain, the system will forces you to enter only these values.&lt;/P&gt;&lt;P&gt;This is a sort of master check . To be maintained as a customization object. This mean that if you want to enter values to this table you have to create a development request &amp;amp; transport the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 07:40:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-value-table/m-p/3330971#M798056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-26T07:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: what is value table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-value-table/m-p/3330972#M798057</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 : for definf the possibel set of vales for a particular   domain, we use Value table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A domain can be assigned a value by two ways:&lt;/P&gt;&lt;P&gt;Fixed Values:&lt;/P&gt;&lt;P&gt; For example Months of year which can not change so that they will be put in Fixed vales&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value table : &lt;/P&gt;&lt;P&gt;  They are premirialy used for the domains whose values are not constant and changes with time. hence the value set for that domain will alo get changed with time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 13:08:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-value-table/m-p/3330972#M798057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-26T13:08:54Z</dc:date>
    </item>
  </channel>
</rss>

