<?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: Help Views in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-views/m-p/4107250#M982184</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;&lt;/P&gt;&lt;P&gt;You are right with your definition. but at the same time we must keep in mind that we are dealing with data of a database table. So here data consistency shoud be counted with preference over the general character of outer join or primary key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since , every data is qniuely indentified by its primary key value only , we can't accept the data with NULL value in the primary key fields. So It can be said, this N:1 condition is putting this extra limitation is achieve the consistent data in help view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if found helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anirban Bhattacharjee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jul 2008 10:58:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-08T10:58:04Z</dc:date>
    <item>
      <title>Help Views</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-views/m-p/4107245#M982179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why there is a restriction on secondary table to have an N:1 relationship , when help views implement outer joins ?&lt;/P&gt;&lt;P&gt;Can somebody explain this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sinu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sinu Mathew on Jul 8, 2008 11:34 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 09:34:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-views/m-p/4107245#M982179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T09:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help Views</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-views/m-p/4107246#M982180</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;This Because of the Cardinality Issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls Follow the Link-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/b2/fbb859c64611d295dd00a0c929b3c3/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/b2/fbb859c64611d295dd00a0c929b3c3/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/cf/21ecd2446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/cf/21ecd2446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&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;Sujit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 09:47:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-views/m-p/4107246#M982180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T09:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Help Views</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-views/m-p/4107247#M982181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiii..&lt;/P&gt;&lt;P&gt;The selection method of a search help is either a table or a view. If you have to select data from several tables for the search help, you should generally use a database view as selection method. However, a database view always implements an inner join. If you need a view with outer join for the data selection, you have to use a help view as selection method.&lt;/P&gt;&lt;P&gt;All the tables included in a help view must be linked with foreign keys. Only foreign keys that have certain attributes can be used here. The first table to be inserted in the help view is called the primary table of the help view. The tables added to this primary table with foreign keys are called secondary tables.&lt;/P&gt;&lt;P&gt;There are some restrictions for selecting the secondary tables of a maintenance view or help view. The secondary tables have to be in an N:1 dependency to the primary table or directly preceding secondary table. This ensures that there is at most one dependent record in each of the secondary tables for a data record in the primary table.&lt;/P&gt;&lt;P&gt;N:1 dependency exists if the secondary table is the check table in the foreign key used.&lt;/P&gt;&lt;P&gt;If the secondary table is the foreign key table, the foreign key fields must be Key fields of a table or  the foreign key must have the cardinality N:1 or N:C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will give you the detailed knowledge about your query......&lt;/P&gt;&lt;P&gt;reward if i could help you..&lt;/P&gt;&lt;P&gt;thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 09:49:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-views/m-p/4107247#M982181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T09:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help Views</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-views/m-p/4107248#M982182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank u very much Mainak Sen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But Outer join itself specifies that if there is no corresponding entry for a primary key in the secondary table then also the record is to be  retrieved...but with the cardinality specification N:1 we are restricting the same....Please let me know this clearly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sinu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 10:46:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-views/m-p/4107248#M982182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T10:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Help Views</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-views/m-p/4107249#M982183</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;Go through the link given below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_webas620/helpdata/en/cf/21ecd2446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_webas620/helpdata/en/cf/21ecd2446011d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards Points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nikunj Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 10:50:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-views/m-p/4107249#M982183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T10:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Help Views</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-views/m-p/4107250#M982184</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;&lt;/P&gt;&lt;P&gt;You are right with your definition. but at the same time we must keep in mind that we are dealing with data of a database table. So here data consistency shoud be counted with preference over the general character of outer join or primary key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since , every data is qniuely indentified by its primary key value only , we can't accept the data with NULL value in the primary key fields. So It can be said, this N:1 condition is putting this extra limitation is achieve the consistent data in help view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if found helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anirban Bhattacharjee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 10:58:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-views/m-p/4107250#M982184</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T10:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help Views</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-views/m-p/4107251#M982185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Help Views:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to create a help view if a view with outer join is needed as selection method of a search help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The selection method of a search help is either a table or a view. If you have to select data from several tables for the search help, you should generally use a database view as selection method. However, a database view always implements an inner join. If you need a view with outer join for the data selection, you have to use a help view as selection method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the tables included in a help view must be linked with foreign keys. Only foreign keys that have certain attributes can be used here. The first table to be inserted in the help view is called the primary table of the help view. The tables added to this primary table with foreign keys are called secondary tables.&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;Abhijeet Kulshreshtha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Abhijeet Kulshreshtha on Jul 8, 2008 1:18 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 11:17:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-views/m-p/4107251#M982185</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T11:17:49Z</dc:date>
    </item>
  </channel>
</rss>

