<?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: Diff between Check and Value table. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-check-and-value-table/m-p/2271743#M493493</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 May 2007 10:42:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-21T10:42:33Z</dc:date>
    <item>
      <title>Diff between Check and Value table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-check-and-value-table/m-p/2271740#M493490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me know difference between Check and Value table in SAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vimal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 10:10:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-check-and-value-table/m-p/2271740#M493490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T10:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Diff between Check and Value table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-check-and-value-table/m-p/2271741#M493491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vimal ,&lt;/P&gt;&lt;P&gt; Here you go with the Difference :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check Table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Check Table is the table used by system to check if a data exist or not exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While creating a table if you want to be sure that a field can have some values &lt;/P&gt;&lt;P&gt;and these are in a certain table, you can give IT this table as CHECK TABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value Table &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. &lt;/P&gt;&lt;P&gt;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 . .&lt;/P&gt;&lt;P&gt;To be maintained as a customization object.&lt;/P&gt;&lt;P&gt;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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Differences:&lt;/P&gt;&lt;P&gt;1)check table will carry out the check for input values for the table field being entered in any application &lt;/P&gt;&lt;P&gt;and value table will provide values on F4 help for that table field.&lt;/P&gt;&lt;P&gt;2)The check table defines the foreign keys and is part of the table definition.&lt;/P&gt;&lt;P&gt;The value table is part of the domain definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also Check this info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHECK TABLE----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------" /&gt;&lt;P&gt;VALUE TABLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. It works at table level.----&lt;/P&gt;&lt;HR originaltext="---------------------------" /&gt;&lt;P&gt;1. It works at a domain level.&lt;/P&gt;&lt;P&gt;2. It is a master table -&lt;/P&gt;&lt;HR originaltext="---------------------------------" /&gt;&lt;P&gt; 2. It provides a list of values &lt;/P&gt;&lt;P&gt;with a valid set of values.----&lt;/P&gt;&lt;HR originaltext="--------------------------" /&gt;&lt;P&gt; which will be automatically &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------------" /&gt;&lt;P&gt; proposed as a check table&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------------" /&gt;&lt;P&gt;while creating a foreign key&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------------" /&gt;&lt;P&gt;relationship.&lt;/P&gt;&lt;P&gt;3. The contents of this table----&lt;/P&gt;&lt;HR originaltext="---------------------" /&gt;&lt;P&gt;3. It is a sort of master check. &lt;/P&gt;&lt;P&gt;will be used for input help----&lt;/P&gt;&lt;HR originaltext="---------------------------" /&gt;&lt;P&gt;for which the check table is -&lt;/P&gt;&lt;HR originaltext="---------------------------" /&gt;&lt;P&gt;assigned.----&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------" /&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;4. It is called as foreign key----&lt;/P&gt;&lt;HR originaltext="---------------------" /&gt;&lt;P&gt; 4. It may also be maintained &lt;/P&gt;&lt;P&gt;table in DBMS.----&lt;/P&gt;&lt;HR originaltext="------------------------------------------" /&gt;&lt;P&gt;as a customization object, &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------------" /&gt;&lt;P&gt; which may require to &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------------" /&gt;&lt;P&gt;transport development request.&lt;/P&gt;&lt;P&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;Ranjita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 10:12:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-check-and-value-table/m-p/2271741#M493491</guid>
      <dc:creator>former_member196299</dc:creator>
      <dc:date>2007-05-21T10:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Diff between Check and Value table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-check-and-value-table/m-p/2271742#M493492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vimal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check table : mainly used for referential integrity purpose in foreign key relationship.it contains all the primary key values of field [primary key] of a data base table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value table: contains a list of values . value table can be attached to a domain of a table filed by which user can select any one of existing values from that value table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;suresh babu aluri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 10:24:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-check-and-value-table/m-p/2271742#M493492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T10:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Diff between Check and Value table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-check-and-value-table/m-p/2271743#M493493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 10:42:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-check-and-value-table/m-p/2271743#M493493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T10:42:33Z</dc:date>
    </item>
  </channel>
</rss>

