<?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 List display in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-display/m-p/6475430#M1417981</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working on 4.6c(classical reporting).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the output I want to display some fixed text, and then display some list output from final internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg: Natasha(Fixed Text),&lt;/P&gt;&lt;P&gt;      SAP ABAP(Fixed Text),,&lt;/P&gt;&lt;P&gt;Next List(from an internal table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried by some write statements  followed by 'REUSE_ALV_LIST_DISPLAY'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's showing the list only, not the fixed text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COuld any post the solution for printing both the text and the list as well.&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;G Natasha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Dec 2009 15:02:19 GMT</pubDate>
    <dc:creator>former_member423024</dc:creator>
    <dc:date>2009-12-21T15:02:19Z</dc:date>
    <item>
      <title>List display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-display/m-p/6475430#M1417981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working on 4.6c(classical reporting).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the output I want to display some fixed text, and then display some list output from final internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg: Natasha(Fixed Text),&lt;/P&gt;&lt;P&gt;      SAP ABAP(Fixed Text),,&lt;/P&gt;&lt;P&gt;Next List(from an internal table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried by some write statements  followed by 'REUSE_ALV_LIST_DISPLAY'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's showing the list only, not the fixed text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COuld any post the solution for printing both the text and the list as well.&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;G Natasha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2009 15:02:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-display/m-p/6475430#M1417981</guid>
      <dc:creator>former_member423024</dc:creator>
      <dc:date>2009-12-21T15:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: List display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-display/m-p/6475431#M1417982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need handle TOP_OF_PAGE event from that FM .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For sample code see program BALVSD01&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2009 15:23:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-display/m-p/6475431#M1417982</guid>
      <dc:creator>Pawan_Kesari</dc:creator>
      <dc:date>2009-12-21T15:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: List display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-display/m-p/6475432#M1417983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think u want classical report so why r u using REUSE_ALV_LIST_DISPLAY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; u can simple write some write stat for fixed values and use loop at and endloop for lT values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u want ALV report for this, then create a it  like slis_t_listheader and &lt;/P&gt;&lt;P&gt;wa like slis_listheade and fill the table with the fixed values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thnk this will help u&lt;/P&gt;&lt;P&gt;Thnks U&lt;/P&gt;&lt;P&gt;Anmol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replay to this...................................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working on 4.6c(classical reporting).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the output I want to display some fixed text, and then display some list output from final internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg: Natasha(Fixed Text),&lt;/P&gt;&lt;P&gt;SAP ABAP(Fixed Text),,&lt;/P&gt;&lt;P&gt;Next List(from an internal table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried by some write statements followed by 'REUSE_ALV_LIST_DISPLAY'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's showing the list only, not the fixed text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COuld any post the solution for printing both the text and the list as well.&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;G Natasha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2009 20:11:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-display/m-p/6475432#M1417983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-21T20:11:50Z</dc:date>
    </item>
  </channel>
</rss>

