<?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: Display the header in ALV using Object model method in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-the-header-in-alv-using-object-model-method/m-p/2370240#M525090</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Plz refer to the below link to display ALV grid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVALV/BCSRVALV.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVALV/BCSRVALV.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if found useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mayank Agarwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 17 Jun 2007 00:16:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-17T00:16:25Z</dc:date>
    <item>
      <title>Display the header in ALV using Object model method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-the-header-in-alv-using-object-model-method/m-p/2370239#M525089</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 have a requirement to display the Total Expenditure for a WBS Elements under a project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for every change of Project number or WBS Element the report output should have header information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For an example i have 3 wbs elements under a project ,then the report header should be repeated three times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is required in ALV using OM model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does it possible in ALV List or ALV Grid using OM Model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have made the control break using method SET_GROUP To trigger the page break. I can see the page break in report display. but how to repeat the header information. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the header information i have project number ,description ,wbs element ,description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know ASAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jun 2007 23:34:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-the-header-in-alv-using-object-model-method/m-p/2370239#M525089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-16T23:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: Display the header in ALV using Object model method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-the-header-in-alv-using-object-model-method/m-p/2370240#M525090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Plz refer to the below link to display ALV grid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVALV/BCSRVALV.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVALV/BCSRVALV.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if found useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mayank Agarwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jun 2007 00:16:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-the-header-in-alv-using-object-model-method/m-p/2370240#M525090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-17T00:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: Display the header in ALV using Object model method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-the-header-in-alv-using-object-model-method/m-p/2370241#M525091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mayank, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am displaying the Report using ALV Object oriented model.Iam Using CL_SALV_TABLE not the old class CL_GUI_ALV_GRID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have displayed the header and the contents,depending on the change in the WBS Element i could do the page  break.&lt;/P&gt;&lt;P&gt;When the page break occurs i need to display my new WBS element ,description and then it contents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I couldnot display the above WBS Element,Description every time the page  break occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If problem solves,will be rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prashanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jun 2007 09:30:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-the-header-in-alv-using-object-model-method/m-p/2370241#M525091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-17T09:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Display the header in ALV using Object model method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-the-header-in-alv-using-object-model-method/m-p/2370242#M525092</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;&amp;lt;b&amp;gt;follow this link.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3488918"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ashokreddy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jun 2007 10:26:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-the-header-in-alv-using-object-model-method/m-p/2370242#M525092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-17T10:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Display the header in ALV using Object model method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-the-header-in-alv-using-object-model-method/m-p/2370243#M525093</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 require the above requirement using CL_SALV_TABLE alv display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prashanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 06:00:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-the-header-in-alv-using-object-model-method/m-p/2370243#M525093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T06:00:24Z</dc:date>
    </item>
  </channel>
</rss>

