<?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: Adapted Foreign Key in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adapted-foreign-key/m-p/7593099#M1567472</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Debidutta Mohanty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please show your message without any further explanation to someone not directly related to the task. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If she understands it, we are all too stupid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may set up a table-like description, format it as code to preserve the formatting so that we can see what fields with what data elements with what checktables are used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hint: Apply the check table for country to the underlying domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Jan 2011 12:18:54 GMT</pubDate>
    <dc:creator>Clemenss</dc:creator>
    <dc:date>2011-01-31T12:18:54Z</dc:date>
    <item>
      <title>Adapted Foreign Key</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adapted-foreign-key/m-p/7593098#M1567471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a doubt in creation of Adapted Foreign Key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used 3 tables. The details are -&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Table Type                           Table Name                   Field                                                    Entries&lt;/P&gt;&lt;P&gt;Check Table                         YCT                         Country, Region                                      INDIA, MUMBAI&lt;/P&gt;&lt;P&gt;Foreign Key table                 YFKT                       Country (-&amp;gt; Foreign Key)&lt;/P&gt;&lt;P&gt;Another Table                      YADFKT                  Region                                                     MUMBAI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since this is an adapted Foreign Key, So the relationships are -:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YCT-Country = YFKT-Country&lt;/P&gt;&lt;P&gt;AND&lt;/P&gt;&lt;P&gt;YCT-REGION = YADFKT-Region&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I am trying to enter data "INDIA" in YFKT then it is saying "Entry is not present in Check Table".&lt;/P&gt;&lt;P&gt;Why this error is coming ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Debi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 09:59:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adapted-foreign-key/m-p/7593098#M1567471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-31T09:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Adapted Foreign Key</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adapted-foreign-key/m-p/7593099#M1567472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Debidutta Mohanty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please show your message without any further explanation to someone not directly related to the task. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If she understands it, we are all too stupid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may set up a table-like description, format it as code to preserve the formatting so that we can see what fields with what data elements with what checktables are used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hint: Apply the check table for country to the underlying domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 12:18:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adapted-foreign-key/m-p/7593099#M1567472</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2011-01-31T12:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Adapted Foreign Key</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adapted-foreign-key/m-p/7593100#M1567473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey  Li,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cool Down Buddy ....  Now pls. check -:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a doubt in creation of Adapted Foreign Key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used 3 tables. The details are -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table Type -&amp;gt; Check Table&lt;/P&gt;&lt;P&gt;Table Name -&amp;gt; YCT&lt;/P&gt;&lt;P&gt;Fields -&amp;gt; Country, Region&lt;/P&gt;&lt;P&gt;Values -&amp;gt; 1 entry -&amp;gt; INDIA, MUMBAI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table Type -&amp;gt; Foreign Key table&lt;/P&gt;&lt;P&gt;Table Name -&amp;gt; YFKT&lt;/P&gt;&lt;P&gt;Fields -&amp;gt; Country&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table Type -&amp;gt; Another Table&lt;/P&gt;&lt;P&gt;Table Name -&amp;gt; YADFKT&lt;/P&gt;&lt;P&gt;Fields -&amp;gt; Region&lt;/P&gt;&lt;P&gt;Values -&amp;gt; 1 entry -&amp;gt; MUMBAI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since this is an adapted Foreign Key, So the relationships are -:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YCT-Country = YFKT-Country&lt;/P&gt;&lt;P&gt;AND&lt;/P&gt;&lt;P&gt;YCT-REGION = YADFKT-Region&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That means i want Valid "Country" should be present in check table (YCT) and for that a valid "Region" must be there in "YADFKT".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I am trying to enter data "INDIA" in YFKT then it is saying "Entry is not present in Check Table".&lt;/P&gt;&lt;P&gt;Why this error is coming ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Debi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 13:41:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adapted-foreign-key/m-p/7593100#M1567473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-31T13:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Adapted Foreign Key</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adapted-foreign-key/m-p/7593101#M1567474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Li,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am waiting for your answer friend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Debi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 09:36:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adapted-foreign-key/m-p/7593101#M1567474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-02T09:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Adapted Foreign Key</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adapted-foreign-key/m-p/7593102#M1567475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any help from any body...?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 14:10:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adapted-foreign-key/m-p/7593102#M1567475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-03T14:10:24Z</dc:date>
    </item>
  </channel>
</rss>

