<?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: check tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-tables/m-p/3096813#M734711</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;Check Table: means the Table that contains the Primary key in the Foreign key definition.&lt;/P&gt;&lt;P&gt;It has 2 important uses:&lt;/P&gt;&lt;P&gt;1. To validate the inputs in the foriegn key field (For Eg: MARC-MATNR) with the values existing in the check table - Primary key field (Eg: MARA-MATNR)&lt;/P&gt;&lt;P&gt;Here MARA is the Check table for the MARC-MATNR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. To provide the input help(F4) for foreign key field &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if helpful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Nov 2007 03:52:45 GMT</pubDate>
    <dc:creator>varma_narayana</dc:creator>
    <dc:date>2007-11-20T03:52:45Z</dc:date>
    <item>
      <title>check tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-tables/m-p/3096811#M734709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can any one tell me where check tables are used?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 03:43:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-tables/m-p/3096811#M734709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-20T03:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: check tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-tables/m-p/3096812#M734710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check table contains the foreign key relationship for that perticular field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 03:46:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-tables/m-p/3096812#M734710</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-20T03:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: check tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-tables/m-p/3096813#M734711</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;Check Table: means the Table that contains the Primary key in the Foreign key definition.&lt;/P&gt;&lt;P&gt;It has 2 important uses:&lt;/P&gt;&lt;P&gt;1. To validate the inputs in the foriegn key field (For Eg: MARC-MATNR) with the values existing in the check table - Primary key field (Eg: MARA-MATNR)&lt;/P&gt;&lt;P&gt;Here MARA is the Check table for the MARC-MATNR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. To provide the input help(F4) for foreign key field &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if helpful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 03:52:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-tables/m-p/3096813#M734711</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-11-20T03:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: check tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-tables/m-p/3096814#M734712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SRINIVAS ,&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;Check table is for Field level checking, that is check table most important role in Forgien key relationship, Foreign key relationship is validate the data being entered into one table by checking against valid set of values in another table .&lt;/P&gt;&lt;P&gt;the table contains valid set of values called check table.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;For Example:&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VBAP(Sales Document Item Data) table contains VBELN(Sales Document no)field, Here by checking against valid set of VBELN Values in VBUK Table(Sales Document: Header Status and Administrative Data), VBAP is Foriegn Key Table ,  &lt;/P&gt;&lt;P&gt;and &amp;lt;b&amp;gt;VBUK is a Check Table&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 04:47:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-tables/m-p/3096814#M734712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-20T04:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: check tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-tables/m-p/3096815#M734713</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;Check table&lt;/P&gt;&lt;P&gt;Table whose key fields are used to check the foreign key fields (see Foreign Keys). Only entries that are contained in the key fields of the check table can be contained in the foreign key fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;The check table is used to check whether the input values are valid and for the input help (F4 help).&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if usefull&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 05:06:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-tables/m-p/3096815#M734713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-20T05:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: check tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-tables/m-p/3096816#M734714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check table is the field level checking. we can use the Cardinality based on ur requirment.&lt;/P&gt;&lt;P&gt;see the example.&lt;/P&gt;&lt;P&gt;if ur using two tables like ekko and ekpo.&lt;/P&gt;&lt;P&gt;ekko tables having the fields ebeln , bukrs and lifnr.&lt;/P&gt;&lt;P&gt;here primery key is ebeln.&lt;/P&gt;&lt;P&gt;ebeln  bukrs  lifnr&lt;/P&gt;&lt;P&gt;101     1000  1000&lt;/P&gt;&lt;P&gt;102     1000  1000&lt;/P&gt;&lt;P&gt;103     2000   1001(this is entry for ekko).&lt;/P&gt;&lt;P&gt;we  want to insert the entry based on ekko tables.so ekko table is the ckeck table.&lt;/P&gt;&lt;P&gt;ekpo table is the itam table.&lt;/P&gt;&lt;P&gt;ekpo tables having the fields ebeln , matnr , menge .&lt;/P&gt;&lt;P&gt;here forign key is ebeln.&lt;/P&gt;&lt;P&gt;ebeln  matnr  menge&lt;/P&gt;&lt;P&gt;101     m-1    10&lt;/P&gt;&lt;P&gt;101     m-2    2&lt;/P&gt;&lt;P&gt;101     m-4    18&lt;/P&gt;&lt;P&gt;102     m-8    7&lt;/P&gt;&lt;P&gt;103     m-5    8&lt;/P&gt;&lt;P&gt;in ekpo table we can't enter other than ekko-ebeln value.&lt;/P&gt;&lt;P&gt;so we can enter only based on ekko-ebeln table entries.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 05:07:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-tables/m-p/3096816#M734714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-20T05:07:02Z</dc:date>
    </item>
  </channel>
</rss>

