<?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: Issue with Help View in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-help-view/m-p/5720309#M1298021</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That was definitely helpful. The behaviour is exactly as per what you have specified in the post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We could solve the error by implementing a Search help exit. In this exit, we implemented the code to filter out results based on the criteria(search fields for secondary tables) in search help input screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, I still feel this should have been taken care by the standard. what say ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Jun 2009 05:07:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-29T05:07:48Z</dc:date>
    <item>
      <title>Issue with Help View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-help-view/m-p/5720305#M1298017</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 implemented a Search help with &lt;STRONG&gt;HELP&lt;/STRONG&gt; view. As per the documentation a HELP view implements outer join; but somehow it doesnt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In our scenario we have 3 tables mara, t1 and t2, where mara is primary table.&lt;/P&gt;&lt;P&gt;mara-mandt = t1-mandt, mara-matnr = t1-matnr&lt;/P&gt;&lt;P&gt;mara-mandt = t2-mandt, mara-matnr = t2-matnr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The view somehow does an outjoin of mara with both tables t1 and t2. &lt;STRONG&gt;But, t1 and t2 are linked by inner join.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want all 3 tables i.e. mara, t1 and t2 to be OUTER JOINED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How should I achieve this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2009 04:20:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-help-view/m-p/5720305#M1298017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-03T04:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Help View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-help-view/m-p/5720306#M1298018</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 below link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ecf9446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ecf9446011d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sumana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2009 10:09:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-help-view/m-p/5720306#M1298018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-03T10:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Help View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-help-view/m-p/5720307#M1298019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sumana for the reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, somehow my problem still persists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am still searching for why an INNER JOIN is performed between SECONDARY tables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2009 03:36:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-help-view/m-p/5720307#M1298019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-08T03:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Help View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-help-view/m-p/5720308#M1298020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had trouble with this issue, too. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I came to the following analysis:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you create a help view, a program is generated with a % prefix. So if you create a help view "ZTEST" then you have a program "%ZTEST" generated, that you can display in SE38.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The help view displays all records found with an outer join, if there are no selections (filled where clauses) on the secondary tables. As soon as you select a value from a field of a secondary table on the search help input screen, then the logic in the generated program switches to an inner join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result is, that a record, that may be displayed in the full list (or in the first 500 hits), is gone when you specifically select that record through fields of the secondary tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's a sample from the generated program:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  LOOP AT KEYRANGE_TAB WHERE
             TABNAME = 'ZTABLE02' AND
             FIELDNAME = 'ZFIELD02'.
    CHECK KEYRANGE_TAB-OPTION &amp;lt;&amp;gt; 'CP' OR KEYRANGE_TAB-LOW &amp;lt;&amp;gt; '*'.
    MOVE-CORRESPONDING KEYRANGE_TAB TO T001ZFIELD02__________R.
    APPEND T001ZFIELD02__________R.
    IF 'ZTABLE02' NE 'ZTABLE01'.
      INNER_JOIN = 'X'.
    ENDIF.
  ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP itself solves the problem by implementing search help exits in case they need outer join's, see for example F4IF_SHLP_EXIT_AGR_NAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this brings some light into the help view issues. Actually I cannot explain why it is the way it is ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Stefan Kozlowski&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 07:19:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-help-view/m-p/5720308#M1298020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-25T07:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Help View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-help-view/m-p/5720309#M1298021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That was definitely helpful. The behaviour is exactly as per what you have specified in the post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We could solve the error by implementing a Search help exit. In this exit, we implemented the code to filter out results based on the criteria(search fields for secondary tables) in search help input screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, I still feel this should have been taken care by the standard. what say ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2009 05:07:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-help-view/m-p/5720309#M1298021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-29T05:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Help View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-help-view/m-p/5720310#M1298022</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;yes, I think too, that this should be standard and be generated with SE11.&lt;/P&gt;&lt;P&gt;The Quick Viewer can handle the outer joins, too. I don't know if it is a big issue to update the code generator for the help view interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the current documentation should highlight the constraints you have here, and not just say that a help view is an outer join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2009 12:43:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-help-view/m-p/5720310#M1298022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-29T12:43:39Z</dc:date>
    </item>
  </channel>
</rss>

