<?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: ALV Reporting in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reporting/m-p/961885#M67607</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;Thanks for your replies.&lt;/P&gt;&lt;P&gt;I am able to populate all the values.That is not a problem.Problem is displaying in the format that I have shown.&lt;/P&gt;&lt;P&gt;DETAIL1  DETAIL2  ......DETAIL6&lt;/P&gt;&lt;P&gt;with values populated just below each of the headings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can use Write statements but then we also need to show the table for which is there any better option other that ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Amruta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jun 2005 10:07:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-06-28T10:07:47Z</dc:date>
    <item>
      <title>ALV Reporting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reporting/m-p/961882#M67604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I need to create a report in the following format:&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------" /&gt;&lt;P&gt;                &lt;/P&gt;&lt;P&gt;                    SAMPLE REPORT &lt;/P&gt;&lt;P&gt;HEADER 1 : Value1&lt;/P&gt;&lt;P&gt;HEADER 2 : Value2&lt;/P&gt;&lt;P&gt;HEADER 3 : Value3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DETAIL1    DETAIL2   DETAIL3  DETAIL4  DETAIL5  DETAIL6&lt;/P&gt;&lt;P&gt;Value 1     Value2    Value3   Value4   Value5  Value6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;followed by table &lt;/P&gt;&lt;P&gt;COL1       COL2       COL3   COL4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOOTER7  FOOTER8&lt;/P&gt;&lt;P&gt;Value7   Value8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOOTER9 : Value 9&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All those 'Values' represent dynamic values .Rest are fixed .My doubt is by using REUSE_ALV_COMMENTARY_WRITE ,I am able to populate HEADER1, HEADER2 , HEADER3.&lt;/P&gt;&lt;P&gt;Can i show DETAIL1 to DETAIL6 in the format that i have represented followed by table and footer.&lt;/P&gt;&lt;P&gt;Please let me know, if anyone knows about this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Amruta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2005 08:23:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reporting/m-p/961882#M67604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-28T08:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Reporting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reporting/m-p/961883#M67605</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;It would be better to use write statements and get a desired list that you are seeking for instead of using ALV. You can see the ergonomics examples in the sap editor se38 go to enviroment -&amp;gt; ergonomic -&amp;gt; lists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shekhar Kulkarni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2005 09:19:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reporting/m-p/961883#M67605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-28T09:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Reporting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reporting/m-p/961884#M67606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amruta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are a few questions that pop, before addressing the solution :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) Are you unable to populate Value1, along side your Header 1 , since you say Value1 will be values generated at runtime ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use concatenate to append constant text with runtime values and put the value in the field info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) Are you unable to generate the footer as shown in your post ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to have multiple lists in the same page , you have &amp;lt;b&amp;gt;REUSE_ALV_BLOCK_LIST_APPEND&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To show Detail1 and the table, you can use the above function module and display two lists in the same page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way to have header and footer your way is to use the &amp;lt;b&amp;gt;REUSE_ALV_COMMENTARY_WRITE&amp;lt;/b&amp;gt; in &amp;lt;b&amp;gt;top of page &amp;lt;/b&amp;gt;and &amp;lt;b&amp;gt;end of page&amp;lt;/b&amp;gt; event. You might as well try using the field I_END_OF_LIST_GRID in the FM REUSE_ALV_COMMENTARY_WRITE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you find this information useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subramanian V.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2005 09:55:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reporting/m-p/961884#M67606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-28T09:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Reporting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reporting/m-p/961885#M67607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;Thanks for your replies.&lt;/P&gt;&lt;P&gt;I am able to populate all the values.That is not a problem.Problem is displaying in the format that I have shown.&lt;/P&gt;&lt;P&gt;DETAIL1  DETAIL2  ......DETAIL6&lt;/P&gt;&lt;P&gt;with values populated just below each of the headings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can use Write statements but then we also need to show the table for which is there any better option other that ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Amruta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2005 10:07:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reporting/m-p/961885#M67607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-28T10:07:47Z</dc:date>
    </item>
  </channel>
</rss>

