<?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: Smart Forms and Inner Join in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-and-inner-join/m-p/9586411#M1756962</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1662/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; next time you should start with... here we go again &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1662/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; before addressing the myth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Arindam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Jul 2013 12:27:41 GMT</pubDate>
    <dc:creator>arindam_m</dc:creator>
    <dc:date>2013-07-29T12:27:41Z</dc:date>
    <item>
      <title>Smart Forms and Inner Join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-and-inner-join/m-p/9586403#M1756954</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;&lt;/P&gt;&lt;P&gt;I am developing an SAP Smart Form. I have got two windows. One is secondary and one is main. There is one value in the secondary window based on &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which I have to display the table of values in the main window. In the main window I am taking some values of the primary window plus some other fields from another table. Is there any problem in using the inner join statement? One of my seniors advised me to use TABLE FOR ALL ENTRIES IN instead of JOIN statement.&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;Marina.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jul 2013 06:24:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-and-inner-join/m-p/9586403#M1756954</guid>
      <dc:creator>former_member207873</dc:creator>
      <dc:date>2013-07-27T06:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Forms and Inner Join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-and-inner-join/m-p/9586404#M1756955</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;There is no problem using Joins, but its up to you and what your coding practices are in the project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Arindam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Jul 2013 22:14:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-and-inner-join/m-p/9586404#M1756955</guid>
      <dc:creator>arindam_m</dc:creator>
      <dc:date>2013-07-28T22:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Forms and Inner Join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-and-inner-join/m-p/9586405#M1756956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arindam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. Have you ever used join statements in your smart forms. Coding wise I find it as more easy than TABLE FOR ALL ENTRIES IN. But I do not know why my seniors say not to use join in smart forms.&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;Marina.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 05:01:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-and-inner-join/m-p/9586405#M1756956</guid>
      <dc:creator>former_member207873</dc:creator>
      <dc:date>2013-07-29T05:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Forms and Inner Join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-and-inner-join/m-p/9586406#M1756957</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 have. But would be better to do all your processing in the driver program as then pass the required subset via tables in the global interface as smartform gets generated each time it avoids the situation where the generation take take longer due to too much processing logic in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Arindam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 06:36:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-and-inner-join/m-p/9586406#M1756957</guid>
      <dc:creator>arindam_m</dc:creator>
      <dc:date>2013-07-29T06:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Forms and Inner Join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-and-inner-join/m-p/9586407#M1756958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arindam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am relatively new to smart forms. It would be great if you could send one well structured custom smart form with driver program&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;Marina.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 07:08:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-and-inner-join/m-p/9586407#M1756958</guid>
      <dc:creator>former_member207873</dc:creator>
      <dc:date>2013-07-29T07:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Forms and Inner Join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-and-inner-join/m-p/9586408#M1756959</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;I would like too. But I have to see the Functional Specs. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1662/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&amp;nbsp; Its not like we can build Smartforms in a generic way like templates. I would suggest you to go through the sites like saptutorial to learn the basic elements that makes a smartform and you will also find loads of programs that can show how it it called in programs. As for all your queries do keep posting them here and people will get back to you with all the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Arindam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 07:23:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-and-inner-join/m-p/9586408#M1756959</guid>
      <dc:creator>arindam_m</dc:creator>
      <dc:date>2013-07-29T07:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Forms and Inner Join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-and-inner-join/m-p/9586409#M1756960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends on actual requirement, are you supposed to print header records (first table) without matching records in item table (second table) ? If yes, don't use an &lt;SPAN class="qtext"&gt;[INNER] JOIN &lt;/SPAN&gt;but a &lt;SPAN class="qtext"&gt;LEFT [OUTER] JOIN.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="qtext"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Else for performance, read &lt;A _jive_internal="true" class="title meta_afterTitle" href="https://answers.sap.com/thread/1174072" target="_blank"&gt;For All Entries is NOT better than INNER JOIN in most cases&lt;/A&gt; (Author &lt;SPAN class="j-post-author"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://answers.sap.com/people/matthew.billingham" id="jive-2407929892784267912131"&gt;Matthew Billingham&lt;/A&gt;) and similar discussions/blogs at scn.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;Raymond&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 07:24:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-and-inner-join/m-p/9586409#M1756960</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-07-29T07:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Forms and Inner Join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-and-inner-join/m-p/9586410#M1756961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Coding wise I find it as more easy than TABLE FOR ALL ENTRIES IN. But I do not know why my seniors say not to use join in smart forms.&lt;/SPAN&gt;&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;Marina.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The most likely reason is that they are believers in the myth that FOR ALL ENTRIES is better than INNER JOIN. I don't know why that myth arose, but it seems to be embedded in the minds of people who may have plenty of experience, but have never got around to writing test programs to see if what they believe is really true.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In short: INNER JOIN is better &lt;STRONG&gt;in most cases &lt;/STRONG&gt;than FOR ALL ENTRIES. Anyone who says otherwise is misinformed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as ABAP and smartforms is concerned, but as little ABAP coding as possible within the form. In mine, I generally create a class which does all the gathering and computing, and in the form instantiate a instance of the class, and use methods to get the data - but put the actual processing in the body of the class.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 10:48:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-and-inner-join/m-p/9586410#M1756961</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2013-07-29T10:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Forms and Inner Join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-and-inner-join/m-p/9586411#M1756962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1662/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; next time you should start with... here we go again &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1662/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; before addressing the myth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Arindam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 12:27:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-and-inner-join/m-p/9586411#M1756962</guid>
      <dc:creator>arindam_m</dc:creator>
      <dc:date>2013-07-29T12:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Forms and Inner Join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-and-inner-join/m-p/9586412#M1756963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can only guess that there is already an internal table passed to the form by the interface from the print / driver / &amp;lt;whatever we call it&amp;gt; program. If the requirement is to read, say, additonal data for the entries in that internal table then, naturally, FOR ALL ENTRIES would need to be used. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Overall it's difficult to comment on the subject intelligently since the requirements are not clear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 20:32:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-and-inner-join/m-p/9586412#M1756963</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2013-07-30T20:32:26Z</dc:date>
    </item>
  </channel>
</rss>

