<?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/3146119#M747912</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;Value Table&amp;lt;/b&amp;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;&amp;lt;b&amp;gt;Check table&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example you have Employee master table &amp;amp; Employee Transaction table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When ever an employee Transacts we need to check whether that employee exists , so we can refer to the employee master table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is nothing but a Parent &amp;amp; Child relationship .  Here data can be maintained at client level , no development involved. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per DBMS what we call foregin key table, is called as check table in SAP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Differences:&amp;lt;/b&amp;gt;&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;&amp;lt;b&amp;gt;Foriegn key&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;A foreign key is a field in a relational table that matches the primary key column of another table. The foreign key can be used to cross-reference tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Runtime analysis&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;This runtime analysis tools allows the ABAP/4 programmer to trace the tables used by the SAP dialog/reports programs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SE30  ABAP Objects Runtime Analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Runtime error analysis&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;A long running batch job failed with a runtime error. The error is hard to debug.&lt;/P&gt;&lt;P&gt;Therefore only the dump is available for the analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ST22  ABAP Runtime Error Analysis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 08 Dec 2007 19:37:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-08T19:37:07Z</dc:date>
    <item>
      <title>check tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-tables/m-p/3146117#M747910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is check table and value table?diff between check and value table&lt;/P&gt;&lt;P&gt;what is foriegn key?define&lt;/P&gt;&lt;P&gt;difference between runtime analysis and runtime error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Dec 2007 16:22:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-tables/m-p/3146117#M747910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-08T16:22: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/3146118#M747911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check table vs value table&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="408436"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Foreign Key&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/cf/21ea77446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/cf/21ea77446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime analysis - Is used to check the analyse your program for performance, memory usage etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/c6/617cafe68c11d2b2ab080009b43351/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/c6/617cafe68c11d2b2ab080009b43351/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Error - Errors which are found only when the program is executed. These are the errors not caught during the syntax check. SAP will raise error of type A (abort) and the program will end. The reason for the error can be seen in the transaction ST22.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Dec 2007 16:40:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-tables/m-p/3146118#M747911</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2007-12-08T16:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: check tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-tables/m-p/3146119#M747912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;Value Table&amp;lt;/b&amp;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;&amp;lt;b&amp;gt;Check table&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example you have Employee master table &amp;amp; Employee Transaction table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When ever an employee Transacts we need to check whether that employee exists , so we can refer to the employee master table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is nothing but a Parent &amp;amp; Child relationship .  Here data can be maintained at client level , no development involved. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per DBMS what we call foregin key table, is called as check table in SAP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Differences:&amp;lt;/b&amp;gt;&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;&amp;lt;b&amp;gt;Foriegn key&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;A foreign key is a field in a relational table that matches the primary key column of another table. The foreign key can be used to cross-reference tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Runtime analysis&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;This runtime analysis tools allows the ABAP/4 programmer to trace the tables used by the SAP dialog/reports programs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SE30  ABAP Objects Runtime Analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Runtime error analysis&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;A long running batch job failed with a runtime error. The error is hard to debug.&lt;/P&gt;&lt;P&gt;Therefore only the dump is available for the analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ST22  ABAP Runtime Error Analysis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Dec 2007 19:37:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-tables/m-p/3146119#M747912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-08T19:37:07Z</dc:date>
    </item>
  </channel>
</rss>

