<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-table/m-p/3209563#M765176</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   i have a doubt. how can we write the code to check the fields from check table to foreign key table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;sunil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 22 Dec 2007 13:17:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-22T13:17:26Z</dc:date>
    <item>
      <title>check table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-table/m-p/3209563#M765176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   i have a doubt. how can we write the code to check the fields from check table to foreign key table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;sunil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Dec 2007 13:17:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-table/m-p/3209563#M765176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-22T13:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: check table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-table/m-p/3209564#M765177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          Check tables are just to validate data given in the selection screen, it act on the domain level. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its nothing to do with field table primary key.. the check table tells u wheter the value your entered is allowed or not .. thats it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;think u have a domain SUNIL and while creating the domain u said allow only 2 to 7 values in this Domain SUnil... and next day I come and try to enter  out of the range 2 to 7 it raises an error..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single werks from t001w&lt;/P&gt;&lt;P&gt;         into lv_werks&lt;/P&gt;&lt;P&gt;         where werks eq pa_werks.&lt;/P&gt;&lt;P&gt;if sy-subrc NE 0.&lt;/P&gt;&lt;P&gt;message E001(m001).&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;award points if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Dec 2007 14:27:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-table/m-p/3209564#M765177</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2007-12-22T14:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: check table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-table/m-p/3209565#M765178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is done by the general property of foreign key relationship.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u want to check it from your program, then put the data from these two DB tables to your own int tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then loop at the int tab which contains data of the foreign key table &amp;amp; READ the data of int tab which contains data of check tab with respect to the foreign key field. if SY-SUBRC is 0 then check is successful, otherwise not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ANUPAM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Dec 2007 04:42:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-table/m-p/3209565#M765178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-23T04:42:11Z</dc:date>
    </item>
  </channel>
</rss>

