<?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 Cardinality Issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cardinality-issue/m-p/9181333#M1713103</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to have duplicate records in foreign key table for a corresponding record from check table ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eg :if i am having check table in which i am storing customer numbers and a foreign key table in which i am storing customer relevant data(name,address etc...) and now&amp;nbsp; i want to have multiple records in the foreign key table for same customer number in check table .Is it possible..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean what should be the cardinality (N:M) for this scenario ? and also what setting i have to choose in "foreign key field type" while making the foreign key relationship ? Also it will be helpful to me ,if u throw some light on the cardinality concept (n:m).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Dec 2012 11:44:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-12-31T11:44:22Z</dc:date>
    <item>
      <title>Cardinality Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cardinality-issue/m-p/9181333#M1713103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to have duplicate records in foreign key table for a corresponding record from check table ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eg :if i am having check table in which i am storing customer numbers and a foreign key table in which i am storing customer relevant data(name,address etc...) and now&amp;nbsp; i want to have multiple records in the foreign key table for same customer number in check table .Is it possible..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean what should be the cardinality (N:M) for this scenario ? and also what setting i have to choose in "foreign key field type" while making the foreign key relationship ? Also it will be helpful to me ,if u throw some light on the cardinality concept (n:m).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2012 11:44:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cardinality-issue/m-p/9181333#M1713103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-31T11:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cardinality Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cardinality-issue/m-p/9181334#M1713104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, you can store multiple same values as long as the key is different and you have that value in check table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check table value : foreign table value = 1:N.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2012 11:56:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cardinality-issue/m-p/9181334#M1713104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-31T11:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Cardinality Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cardinality-issue/m-p/9181335#M1713105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. I get that.Thanks.But can't we have a case where we can have same key and multiple records in foreign key table ? Is that possible by choosing different cardinality ratio ..? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2012 12:09:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cardinality-issue/m-p/9181335#M1713105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-31T12:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Cardinality Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cardinality-issue/m-p/9181336#M1713106</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;EX: table1 is your check table and field1 is the field for checking the value. Suppose you have a value 123 in field1.&amp;nbsp;&amp;nbsp; table2 is a foreign table having field2 for which you want foreign key relationship.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now field2 can have value 123 as many times as it can(depending on the cardinality you specify). But you have to make sure the key value of the foreign key table is unique. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://help.sap.com/saphelp_nw04s/helpdata/en/cf/21ea77446011d189700000e8322d00/content.htm" title="http://help.sap.com/saphelp_nw04s/helpdata/en/cf/21ea77446011d189700000e8322d00/content.htm"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/cf/21ea77446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and here of how to create foreign keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://help.sap.com/saphelp_nw04s/helpdata/en/cf/21eb95446011d189700000e8322d00/content.htm" title="http://help.sap.com/saphelp_nw04s/helpdata/en/cf/21eb95446011d189700000e8322d00/content.htm"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/cf/21eb95446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for cardinality go through here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/b2/fbb859c64611d295dd00a0c929b3c3/content.htm" title="http://help.sap.com/saphelp_nw04s/helpdata/en/b2/fbb859c64611d295dd00a0c929b3c3/content.htm"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/b2/fbb859c64611d295dd00a0c929b3c3/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Aswatha Narayana SA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2012 12:23:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cardinality-issue/m-p/9181336#M1713106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-31T12:23:48Z</dc:date>
    </item>
  </channel>
</rss>

