<?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 scalable report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/scalable-report/m-p/1667006#M295179</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you output a report whose size is scalable based on a user&amp;#146;s inputs. For example, if a user enters period 1 to period 12, the report displays 12 periods. If the user enters period 10 to period 12, the report displays 3 periods. The user can enter the periods cross the fiscal years. For instance: FY2005 period 11 to FY2006 period 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vendors	Company codes	FY/per1	FY/per2	FY/per3	Total&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 21 Oct 2006 04:18:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-21T04:18:45Z</dc:date>
    <item>
      <title>scalable report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scalable-report/m-p/1667006#M295179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you output a report whose size is scalable based on a user&amp;#146;s inputs. For example, if a user enters period 1 to period 12, the report displays 12 periods. If the user enters period 10 to period 12, the report displays 3 periods. The user can enter the periods cross the fiscal years. For instance: FY2005 period 11 to FY2006 period 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vendors	Company codes	FY/per1	FY/per2	FY/per3	Total&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Oct 2006 04:18:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scalable-report/m-p/1667006#M295179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-21T04:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: scalable report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scalable-report/m-p/1667007#M295180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Syed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are many possibilities. &lt;/P&gt;&lt;P&gt;Are you using ALV ouput or just a standard ABAP list with WRITE statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ALV output, you may create a table dynamically and popuplate the field catalog accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the WRITE statements, you might use a mere DO... ENDDO statement for such a requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Could you be a bit more specific so that we can tune the solution a little bit more?&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Guillaume&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Oct 2006 09:09:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scalable-report/m-p/1667007#M295180</guid>
      <dc:creator>guillaume-hrc</dc:creator>
      <dc:date>2006-10-21T09:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: scalable report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scalable-report/m-p/1667008#M295181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guillaume,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for my ignorance but I want to use ALV but dont know how. Secondly if I how do I create a table dynamically?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2006 20:37:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scalable-report/m-p/1667008#M295181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-26T20:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: scalable report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scalable-report/m-p/1667009#M295182</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 are 2 flavors for ALV : either using Function Modules or using ABAP OO.&lt;/P&gt;&lt;P&gt;The ABAP OO is maybe the most refined as far as "personalization" is concerned but the first one is a good choice for beginners.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For functions, have a look at sample examples B&lt;STRONG&gt;ALV&lt;/STRONG&gt;GRID* and B&lt;STRONG&gt;ALB&lt;/STRONG&gt;LIST*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For creating a table dynamically you have the class CL_ALV_TABLE_CREATE and its method CREATE_DYNAMIC_TABLE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also have a look at :&lt;/P&gt;&lt;P&gt;/people/ravikumar.allampallam/blog/2005/05/31/expand-the-list-of-columns-in-a-report-dynamically&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And last (but not least), have a look at the code provided by Rich in this topic :&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="66963"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and by Jayanthi in this one&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="50690"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Guillaume&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;PS: If your problem is solved, please close the thread and award points for useful answers.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2006 20:54:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scalable-report/m-p/1667009#M295182</guid>
      <dc:creator>guillaume-hrc</dc:creator>
      <dc:date>2006-10-26T20:54:48Z</dc:date>
    </item>
  </channel>
</rss>

