<?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: Foreign KEy in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/foreign-key/m-p/4970696#M1158459</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats how I have done it. I wanted to be sure there wasnt any other simpler option, as this is possible in most other languages..&lt;/P&gt;&lt;P&gt; i guess theres no other option. i also heard that this feature is not included in SAP, as it conflicts with some requiremnst in some modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So thanx all. ai am closing this topic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Suzie on Jan 7, 2009 2:26 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Jan 2009 13:05:55 GMT</pubDate>
    <dc:creator>lijisusan_mathews</dc:creator>
    <dc:date>2009-01-07T13:05:55Z</dc:date>
    <item>
      <title>Foreign KEy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/foreign-key/m-p/4970690#M1158453</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 master table and a slave/client table.. in the client table , a non-key field refers to a primary key in the master table. i e. it shud only have values which exist in the master table. This is achieved by setting the foreign key.. But , now.. after filling a record in the client table, i am able to delete that particular record from the master table.. And the corresponding record in the client table continues to exist without error.. Is there a way to prevent the deleting of master records when client records exist..?? or to delete the client records from all tables..?? &lt;/P&gt;&lt;P&gt;Suzie.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 16:32:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/foreign-key/m-p/4970690#M1158453</guid>
      <dc:creator>lijisusan_mathews</dc:creator>
      <dc:date>2009-01-06T16:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Foreign KEy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/foreign-key/m-p/4970691#M1158454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How did you set the cardinality while defining the check table ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 16:43:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/foreign-key/m-p/4970691#M1158454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-06T16:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Foreign KEy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/foreign-key/m-p/4970692#M1158455</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;Foreign keys are checked by the user interface only..i.e in a screen when you press enter key,function key ,pushbutton or menu item is selected..They do not exist in the database and hence not checked when you just update data directly ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vasavi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 17:01:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/foreign-key/m-p/4970692#M1158455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-06T17:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Foreign KEy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/foreign-key/m-p/4970693#M1158456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried with all different options of cardinality.. nothing helps to stop the deleting of master record, but it checks the value when inserted into the client table.. But it still dosnt stop the master record from  being deleted&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suzie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 17:15:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/foreign-key/m-p/4970693#M1158456</guid>
      <dc:creator>lijisusan_mathews</dc:creator>
      <dc:date>2009-01-06T17:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Foreign KEy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/foreign-key/m-p/4970694#M1158457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But it shud work when I am trying to do it in ABAP dictionary right? &lt;/P&gt;&lt;P&gt;And even in screens, I am using a table control , i need to use internal tables, and in that case, i cannot check the 'Foreign key' check box.. So its no use..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suzie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 17:16:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/foreign-key/m-p/4970694#M1158457</guid>
      <dc:creator>lijisusan_mathews</dc:creator>
      <dc:date>2009-01-06T17:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Foreign KEy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/foreign-key/m-p/4970695#M1158458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guess you will have to handle this in your program by checking records in the master/client table depending on which table you are deleting from.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 18:49:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/foreign-key/m-p/4970695#M1158458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-06T18:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: Foreign KEy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/foreign-key/m-p/4970696#M1158459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats how I have done it. I wanted to be sure there wasnt any other simpler option, as this is possible in most other languages..&lt;/P&gt;&lt;P&gt; i guess theres no other option. i also heard that this feature is not included in SAP, as it conflicts with some requiremnst in some modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So thanx all. ai am closing this topic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Suzie on Jan 7, 2009 2:26 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 13:05:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/foreign-key/m-p/4970696#M1158459</guid>
      <dc:creator>lijisusan_mathews</dc:creator>
      <dc:date>2009-01-07T13:05:55Z</dc:date>
    </item>
  </channel>
</rss>

