<?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/5005929#M1165470</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;If you want the explanation of Foreign Key fields,just open any table and select the foreing key,Press F1 help on foreign key field type,you will get the clear explanation,and also for cardinality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will help u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Durga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Dec 2008 11:28:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-30T11:28:54Z</dc:date>
    <item>
      <title>Foreign key</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/foreign-key/m-p/5005925#M1165466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example i had a form which have the department and position field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Department - accounting, human resources etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In different department there will be different position. Any idea how to use foreign key to make it in a way when i select accounting department i can only see the position available for accounting department. Thanks for helping.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2008 08:46:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/foreign-key/m-p/5005925#M1165466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-30T08:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Foreign key</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/foreign-key/m-p/5005926#M1165467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Place the primary key of the parrent table in as an inner join criteria (select quesry) for the two tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2008 09:24:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/foreign-key/m-p/5005926#M1165467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-30T09:24: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/5005927#M1165468</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 key relationship is between a table and its fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in your senario i suppose u need values assigned to perticular field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can do this by creating a master table for the department and its positions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in your coding , you can provide a f4 help by selecting values from this master table depending on perticular department , and you can show them as f4 help on screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope this will help u.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2008 10:55:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/foreign-key/m-p/5005927#M1165468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-30T10:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Foreign key</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/foreign-key/m-p/5005928#M1165469</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;First you have to understand about Foreign key,Please this link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/abap/primary-and-foreign-key-relationship.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/abap/primary-and-foreign-key-relationship.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2008 11:05:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/foreign-key/m-p/5005928#M1165469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-30T11:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Foreign key</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/foreign-key/m-p/5005929#M1165470</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;If you want the explanation of Foreign Key fields,just open any table and select the foreing key,Press F1 help on foreign key field type,you will get the clear explanation,and also for cardinality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will help u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Durga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2008 11:28:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/foreign-key/m-p/5005929#M1165470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-30T11:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Foreign key</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/foreign-key/m-p/5005930#M1165471</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;Refer this link.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/ab012.htm" target="test_blank"&gt;http://www.sap-img.com/ab012.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards.&lt;/P&gt;&lt;P&gt;jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2008 11:41:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/foreign-key/m-p/5005930#M1165471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-30T11:41:26Z</dc:date>
    </item>
  </channel>
</rss>

