<?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 Check table &amp; value table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-table-value-table/m-p/5253555#M1213629</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;    Can anyone tell me when does a value table behave like a check table or when a value table can be said to be a check table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Feb 2009 20:13:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-27T20:13:05Z</dc:date>
    <item>
      <title>Check table &amp; value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-table-value-table/m-p/5253555#M1213629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;    Can anyone tell me when does a value table behave like a check table or when a value table can be said to be a check table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2009 20:13:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-table-value-table/m-p/5253555#M1213629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-27T20:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Check table &amp; value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-table-value-table/m-p/5253556#M1213630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;value table comes usually from domain attached to data element, check table comes from a foreign key, by default value table are proposed as check table, but this can be overridden.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at some links like&lt;/P&gt;&lt;P&gt;- [Value Table|http://help.sap.com/saphelp_nw70/helpdata/EN/e2/667092730811d2959500a0c929b3c3/frameset.htm]&lt;/P&gt;&lt;P&gt;- [Foreign Keys|http://help.sap.com/saphelp_nw70/helpdata/EN/cf/21ea77446011d189700000e8322d00/frameset.htm] (of a check table)&lt;/P&gt;&lt;P&gt;so the difference come from the use as a foreign key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also perform some [search at sdn|https://www.sdn.sap.com/irj/scn/advancedsearch?query=check&lt;EM&gt;value&lt;/EM&gt;table&amp;amp;cat=sdn_all].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2009 20:23:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-table-value-table/m-p/5253556#M1213630</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-02-27T20:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Check table &amp; value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-table-value-table/m-p/5253557#M1213631</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;Say you have two tables Itab1 &amp;amp; Itab2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Itab1:F1(Key Field),F2,F3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Itab2:F4(Key Field),F5,F1(Forign Key Field).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Insert table ITab1 at Domain Level of Field F1.(Value table Field = F1 --&amp;gt;Domain Level)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make Forign key relation ship between Itab2 and Itab1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So Value table Itab1 Becomes check table of Itab2.&lt;/P&gt;&lt;P&gt;Itab1 is value and check table both for Itab2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value Table will make the preposal for the foreign key relationship bet ween two tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Value table|http://help.sap.com/saphelp_nw70/helpdata/EN/e2/667092730811d2959500a0c929b3c3/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Check table|http://help.sap.com/saphelp_nw70/helpdata/EN/63/1b70bcc32111d1950600a0c929b3c3/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gurpreet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2009 20:24:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-table-value-table/m-p/5253557#M1213631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-27T20:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Check table &amp; value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-table-value-table/m-p/5253558#M1213632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;q&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2009 15:32:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-table-value-table/m-p/5253558#M1213632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-05T15:32:32Z</dc:date>
    </item>
  </channel>
</rss>

