<?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: Performance issue while coding in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-while-coding/m-p/3243534#M774169</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 u user ranges instead of select options, performance wise it won&amp;#146;t show much difference. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here both SELECT-OPTIONS &amp;amp; RANGES works for the same purpose.  They both are used for the range selection from selection screen.  The main diff. between them is, while we use SELECT-OPTIONS system implicitly creates the select options internal table which contains the fields of SIGN,OPTION,LOW &amp;amp; HIGH.  But in case of RANGES, this internal table should be defined explicitly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARD IF IT IS USEFUL.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Siva kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Jan 2008 13:11:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-03T13:11:47Z</dc:date>
    <item>
      <title>Performance issue while coding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-while-coding/m-p/3243533#M774168</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;   If we use ranges in a particular report, could u please explain in detail whether the performance decreases or increases?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Maha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 06:35:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-while-coding/m-p/3243533#M774168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T06:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue while coding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-while-coding/m-p/3243534#M774169</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 u user ranges instead of select options, performance wise it won&amp;#146;t show much difference. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here both SELECT-OPTIONS &amp;amp; RANGES works for the same purpose.  They both are used for the range selection from selection screen.  The main diff. between them is, while we use SELECT-OPTIONS system implicitly creates the select options internal table which contains the fields of SIGN,OPTION,LOW &amp;amp; HIGH.  But in case of RANGES, this internal table should be defined explicitly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARD IF IT IS USEFUL.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Siva kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 13:11:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-while-coding/m-p/3243534#M774169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T13:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue while coding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-while-coding/m-p/3243535#M774170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hi,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ranges : we can use it when no need of selection-screen for to enter values for that field.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;So at initililization section of u r program u need to write the code for populating the values to ranges field.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If u do like above time consumption is less(because saving of GUI time and user input time for that field). It is useful when one program execution depends on other program output values. And u need  use SAP and ABAP memory for getting values.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;So Ranges mainly used for background jobs.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;And also if u written SQL statements (like select) in Function module then u can use only Ranges to pass values to import parameters of function module.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;More over ranges and select-options have same structure.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 05:03:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-while-coding/m-p/3243535#M774170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T05:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue while coding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-while-coding/m-p/3243536#M774171</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;Select-options lead to an internal table in the background having structure for eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sign  =  I/E&lt;/P&gt;&lt;P&gt;Option = EQ/BT/ GT/LE .... &lt;/P&gt;&lt;P&gt;Low  =  Low value which u feed in the first input box &lt;/P&gt;&lt;P&gt;High  =  High value which u feed in the second input box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The advantage u get is that u can have multiple option attached to select-options that u can have the data filled onto the screen , u can use multiple options attached to select-options such as NO Interval..and u can have multiple selection on the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While in Ranges u don't have liberty of all these things as u it is filled at runtime with the data from select query ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PS: Reward Points if helpfull.&lt;/STRONG&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;Naveen Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 13:43:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-while-coding/m-p/3243536#M774171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T13:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue while coding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-while-coding/m-p/3243537#M774172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahalakshmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using ranges generally deteriote the performance as internally SAP Kernal expands IN statement in Where Clause in various conditions.&lt;/P&gt;&lt;P&gt;Using FOR ALL ENTRIES is much preferrable.&lt;/P&gt;&lt;P&gt;I said generally as performance will be good by using Ranges in case you have few big ranges. Example : Inclusive Between 100 to 10000... In such case using FOR ALL ENTRIES will take more time to execute.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 05:13:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-while-coding/m-p/3243537#M774172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T05:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue while coding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-while-coding/m-p/3243538#M774173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;it increases. But based on select statement will differ performance .it will not take more time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 12:20:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-while-coding/m-p/3243538#M774173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T12:20:28Z</dc:date>
    </item>
  </channel>
</rss>

