<?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 with set_table_for_first_display in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-set-table-for-first-display/m-p/10870446#M1887304</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe you can create an ALV without even creating a screen. You could use &lt;SPAN style="color: #545454; font-family: arial, sans-serif;"&gt;cl_gui_custom_container=&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif;"&gt;screen0 in &lt;/SPAN&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif;"&gt;i_parent in &lt;SPAN style="color: #333333; font-size: 13.3333330154419px;"&gt;SET_TABLE_FOR_FIRST_DISPLAY. Give a try&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Jan 2015 06:13:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-01-30T06:13:39Z</dc:date>
    <item>
      <title>Performance issue with set_table_for_first_display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-set-table-for-first-display/m-p/10870441#M1887299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to know that performance wise which procedure is best to display simple reports (Single screen output) from the below :&lt;/P&gt;&lt;P&gt; 1. set_table_for_first_display&amp;nbsp; &amp;amp;&lt;/P&gt;&lt;P&gt; 2. Reuse_alv_grid_display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While using set_table_for_first_display we have to define screen.&lt;/P&gt;&lt;P&gt;Will it take more time because of the screen (Screen Loops)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give me your suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;Uday&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Jan 2015 12:51:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-set-table-for-first-display/m-p/10870441#M1887299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-24T12:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue with set_table_for_first_display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-set-table-for-first-display/m-p/10870442#M1887300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Dear Uday,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;There is no considerable performance changes b/w these two. But I use "set_table_for_first_display" because it is newer and mostly seen procedure these days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Reuse_alv_grid_display" is bit old and "set_table_for_first_display" is on OOP. and has more features.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REUSE_ALV_GRID_DISPLAY is a Function Module and &lt;SPAN style="font-size: 10pt;"&gt;SET_TABLE_FOR_FIRST_DISPLAY is a method of class ref to CL_GUI_ALV_GRID.When using the class, it is meant to be used inside of a custom container in your screen, so you could have more than one.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Tharaka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Jan 2015 18:33:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-set-table-for-first-display/m-p/10870442#M1887300</guid>
      <dc:creator>tharu</dc:creator>
      <dc:date>2015-01-24T18:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue with set_table_for_first_display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-set-table-for-first-display/m-p/10870443#M1887301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fernando,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank for your reply. I am very clear about REUSE_ALV_GRID_DISPLAY and &lt;SPAN style="font-size: 10pt;"&gt;SET_TABLE_FOR_FIRST_DISPLAY.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; Basically I want to know performance wise issue like we are creating a screen to display. Will it take more time to execute because of the screen loops?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Uday&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 05:44:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-set-table-for-first-display/m-p/10870443#M1887301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-30T05:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue with set_table_for_first_display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-set-table-for-first-display/m-p/10870444#M1887302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Uday, &lt;/P&gt;&lt;P&gt;It wont take more time as per your requirements. All these methods are SAP built and being used over a period of time.&lt;/P&gt;&lt;P&gt; I use &lt;SPAN style="color: #333333; font-size: 13.3333330154419px;"&gt;SET_TABLE_FOR_FIRST_DISPLAY for my developments.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your rewards points may be usefull !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Tharaka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 05:51:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-set-table-for-first-display/m-p/10870444#M1887302</guid>
      <dc:creator>tharu</dc:creator>
      <dc:date>2015-01-30T05:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue with set_table_for_first_display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-set-table-for-first-display/m-p/10870445#M1887303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Fernando,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are creating a screen to display while using &lt;SPAN style="color: #333333; font-size: 13.3333330154419px;"&gt;SET_TABLE_FOR_FIRST_DISPLAY.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 13.3333330154419px;"&gt;I want to know the performance of the program when creating a program with screen??&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 13.3333330154419px;"&gt;Uday&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 06:05:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-set-table-for-first-display/m-p/10870445#M1887303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-30T06:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue with set_table_for_first_display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-set-table-for-first-display/m-p/10870446#M1887304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe you can create an ALV without even creating a screen. You could use &lt;SPAN style="color: #545454; font-family: arial, sans-serif;"&gt;cl_gui_custom_container=&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif;"&gt;screen0 in &lt;/SPAN&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif;"&gt;i_parent in &lt;SPAN style="color: #333333; font-size: 13.3333330154419px;"&gt;SET_TABLE_FOR_FIRST_DISPLAY. Give a try&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 06:13:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-set-table-for-first-display/m-p/10870446#M1887304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-30T06:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue with set_table_for_first_display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-set-table-for-first-display/m-p/10870447#M1887305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess using &lt;SPAN style="color: #333333; font-size: 12px;"&gt;set_table_for_first_display will be slight faster than &lt;SPAN style="color: #333333; font-size: 12px;"&gt; Reuse_alv_grid_display. Because &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;calling methods of global classes is always faster than calling &lt;SPAN style="font-size: 10pt;"&gt;function modules.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;And about screen, in case of FM we are using standard screen while in oops we are using a custom screen, so that should not make any difference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 06:14:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-set-table-for-first-display/m-p/10870447#M1887305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-30T06:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue with set_table_for_first_display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-set-table-for-first-display/m-p/10870448#M1887306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Uday,&lt;/P&gt;&lt;P&gt;You can measure the performance of the report using ABAP performance monitoring. &lt;/P&gt;&lt;P&gt;ex: SAT / ST05&amp;nbsp; etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My view is there is no drawbacks in performance when using Set_table_for_first_display...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 06:14:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-set-table-for-first-display/m-p/10870448#M1887306</guid>
      <dc:creator>tharu</dc:creator>
      <dc:date>2015-01-30T06:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue with set_table_for_first_display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-set-table-for-first-display/m-p/10870449#M1887307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;Fernando &amp;amp; Tiki Patra,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;Thank you.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;Uday&amp;nbsp; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 06:26:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-set-table-for-first-display/m-p/10870449#M1887307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-30T06:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue with set_table_for_first_display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-set-table-for-first-display/m-p/10870450#M1887308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uday,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my view &lt;SPAN&gt;SET_TABLE_FOR_FIRST_DISPLAY&lt;BR /&gt;is a good choice to show 3 to 4 outputs in one single screen. For this method&lt;BR /&gt;we are creating a screen/container but it won't make any performance delay.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;While comparing REUSE_ALV_GRID_DISPLAY&lt;BR /&gt;with the class method, REUSE_ALV_GRID_DISPLAY will take more time since it is a&lt;BR /&gt;FM. &lt;/SPAN&gt;&lt;SPAN&gt;At&lt;BR /&gt;runtime, the system will load the complete function group into your session.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option you can choose is SALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Demo Program: SALV_DEMO_TABLE_LAYOUT (There are many search in ABAP editor&lt;BR /&gt;with SALV*).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You do not need to create a container as it automatically creates. It also&lt;BR /&gt;does not have a draw back as OOPS ALV i.e. a dump is background. Future of ALV&lt;BR /&gt;is SALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Class you can use is: CL_SALV_TABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, one more advantage of this is you do not need to create a field catalog.&lt;BR /&gt;You only need to pass the internal table and not necessarily the structure&lt;BR /&gt;should exist in DDIC, structure can be declared in your program too.&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;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 06:28:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-set-table-for-first-display/m-p/10870450#M1887308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-30T06:28:24Z</dc:date>
    </item>
  </channel>
</rss>

