<?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 Issue with check table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-check-table/m-p/2110473#M441015</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;I created One foreign key table z_gl, using this table as check table in table z_gl_prd. &lt;/P&gt;&lt;P&gt;Table z_gl_prd got dependent records from z_gl. &lt;/P&gt;&lt;P&gt;If I delete the unique record using  table maintenance from  z_gl, It is allowing to delete. Actually my requirement is . it should check the dependent tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide the solution. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Veerendra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Apr 2007 11:55:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-11T11:55:02Z</dc:date>
    <item>
      <title>Issue with check table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-check-table/m-p/2110473#M441015</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;I created One foreign key table z_gl, using this table as check table in table z_gl_prd. &lt;/P&gt;&lt;P&gt;Table z_gl_prd got dependent records from z_gl. &lt;/P&gt;&lt;P&gt;If I delete the unique record using  table maintenance from  z_gl, It is allowing to delete. Actually my requirement is . it should check the dependent tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide the solution. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Veerendra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 11:55:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-check-table/m-p/2110473#M441015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T11:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with check table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-check-table/m-p/2110474#M441016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a cluster of view with the two tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at &amp;lt;a href="http://help.sap.com/saphelp_46c/helpdata/en/d0/999246b2aa11d1a5700000e82deaaa/frameset.htm"&amp;gt;Create a View Cluster&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 12:02:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-check-table/m-p/2110474#M441016</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-04-11T12:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with check table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-check-table/m-p/2110475#M441017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please check the declarations of the tables again.&lt;/P&gt;&lt;P&gt;when you delete entries in z_gl they should delete the entries in th dependent tables or else the data base goes into inconsistenet state......&lt;/P&gt;&lt;P&gt;plz check!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 13:41:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-check-table/m-p/2110475#M441017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T13:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with check table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-check-table/m-p/2110476#M441018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ur just using z_gl_prd as a check table for z_gl. So, if u add entries to this table it will try to check whether the values exists in z_gl_prd table or not.....&lt;/P&gt;&lt;P&gt;but, when u try to delete entries in z_gl, it wont check for any dependencies for z_gl_prd table as such.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to do this u need to implement some code in the table maintenance of z_gl as such. U will have a FM in which u need to write the validation code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 13:47:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-check-table/m-p/2110476#M441018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T13:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with check table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-check-table/m-p/2110477#M441019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Veerendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                     Check table &amp;lt;------- Foreign key table &lt;/P&gt;&lt;P&gt;                           10 -&lt;/P&gt;&lt;HR originaltext="---------------" /&gt;&lt;P&gt;                              10&lt;/P&gt;&lt;P&gt;                           30 -&lt;/P&gt;&lt;HR originaltext="---------------" /&gt;&lt;P&gt;                               20&lt;/P&gt;&lt;P&gt;                                                              30 -&lt;/P&gt;&lt;HR originaltext="-----------------" /&gt;&lt;P&gt;                                                              40&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You &amp;lt;b&amp;gt;can delete&amp;lt;/b&amp;gt; 20 and 40 entries in check table,&lt;/P&gt;&lt;P&gt;But you &amp;lt;b&amp;gt;cannot delete&amp;lt;/b&amp;gt; the entries 10 and 30 from check table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;" It is possible to delete these entries 10 and 30 from check table through PROGRAM " ,But it leads to database inconsistency.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your are allowed to delete all entries in Foreign key table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Hope you understand the above concept about Check table vs Foreign key table.&lt;/P&gt;&lt;P&gt;If you have any further queries you are welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;V.Raghavender.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2007 05:34:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-check-table/m-p/2110477#M441019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-13T05:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with check table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-check-table/m-p/2110478#M441020</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;Thanks for the reply, I used coding to handle this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Veerendra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2007 08:25:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-check-table/m-p/2110478#M441020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-13T08:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with check table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-check-table/m-p/2110479#M441021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi veerendra,&lt;/P&gt;&lt;P&gt;                    In the above posts of mine I have specially mentioned that, through program&lt;/P&gt;&lt;P&gt;it is possible to delete entries in the table. Even if it is violating the Foreign key relationship rules.You consider my post as a least priority one.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;May I known the reason,please.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;V.Raghavender.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2007 08:58:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-check-table/m-p/2110479#M441021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-13T08:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with check table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-check-table/m-p/2110480#M441022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The concept you have given is correct, but my requirement is at table maintenance level. So I am not developing separate program to handle this. I did the coding at table maintenance level itself. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have given the rating as per my requirement solution. &lt;/P&gt;&lt;P&gt;Sorry, if I hurt you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Veerendra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 04:59:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-check-table/m-p/2110480#M441022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T04:59:04Z</dc:date>
    </item>
  </channel>
</rss>

