<?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 ALV report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report/m-p/4291510#M1023704</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to display long text in the end of the list by using END_OF_LIST event in the ALV report..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we display PAGE: 1 of 100..like this ALV..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help to solve these issues...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sridhar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Aug 2008 12:34:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-06T12:34:51Z</dc:date>
    <item>
      <title>ALV report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report/m-p/4291510#M1023704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to display long text in the end of the list by using END_OF_LIST event in the ALV report..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we display PAGE: 1 of 100..like this ALV..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help to solve these issues...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sridhar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2008 12:34:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report/m-p/4291510#M1023704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-06T12:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: ALV report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report/m-p/4291511#M1023705</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; try the below code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: gt_top TYPE slis_t_listheader,&lt;/P&gt;&lt;P&gt;        gs_top TYPE slis_listheader.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  gs_top-typ = 'H'.&lt;/P&gt;&lt;P&gt;  gs_top-key = 'Sample'.&lt;/P&gt;&lt;P&gt;  gs_top-info  =  'Sample test'.&lt;/P&gt;&lt;P&gt;  APPEND gs_top TO gt_top.&lt;/P&gt;&lt;P&gt;clear gs_top.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  gs_top-typ = 'S'.&lt;/P&gt;&lt;P&gt;  gs_top-key = 'Sample'.&lt;/P&gt;&lt;P&gt;  gs_top-info  =  'Sample test'.&lt;/P&gt;&lt;P&gt;  APPEND gs_top TO gt_top.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      it_list_commentary       = gt_top&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_LOGO                   =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_END_OF_LIST_GRID       =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_ALV_FORM               =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the result in the spool request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Boobalan s&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2008 12:58:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report/m-p/4291511#M1023705</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-06T12:58:21Z</dc:date>
    </item>
  </channel>
</rss>

