<?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: Repeating rows again in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-repeating-rows-again/m-p/4529277#M1070486</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;&lt;/P&gt;&lt;P&gt;My requirement in ALV is to avoid horizontal scrolling. I have 150 fields in my internal table and 90 fields represent same data but for different dates. I want data output in following format:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Header Information&lt;/P&gt;&lt;P&gt;Columns Name Material A B C D..........Z&lt;/P&gt;&lt;P&gt;Values Mat1 A1 B1 C1 D1.........Z1&lt;/P&gt;&lt;P&gt;Values Mat2 A2 B2 C2 D2.........Z2&lt;/P&gt;&lt;P&gt;........................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Header Information&lt;/P&gt;&lt;P&gt;Columns Name Material A B C D..........Z&lt;/P&gt;&lt;P&gt;Values Mat1 A2 B2 C2 D2.........Z2&lt;/P&gt;&lt;P&gt;Values Mat2 A3 B3 C3 D3.........Z3&lt;/P&gt;&lt;P&gt;....................................&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Header Information&lt;/P&gt;&lt;P&gt;Columns Name Material A B C D..........Z&lt;/P&gt;&lt;P&gt;Values Mat2 A2 B2 C2 D2.........Z2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can repeat header information through Top-of-Page but how to to repeat header information between ALV lines and how to split large ALV rows into multiple rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Oct 2008 10:28:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-03T10:28:53Z</dc:date>
    <item>
      <title>ALV: Repeating rows again</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-repeating-rows-again/m-p/4529277#M1070486</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;&lt;/P&gt;&lt;P&gt;My requirement in ALV is to avoid horizontal scrolling. I have 150 fields in my internal table and 90 fields represent same data but for different dates. I want data output in following format:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Header Information&lt;/P&gt;&lt;P&gt;Columns Name Material A B C D..........Z&lt;/P&gt;&lt;P&gt;Values Mat1 A1 B1 C1 D1.........Z1&lt;/P&gt;&lt;P&gt;Values Mat2 A2 B2 C2 D2.........Z2&lt;/P&gt;&lt;P&gt;........................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Header Information&lt;/P&gt;&lt;P&gt;Columns Name Material A B C D..........Z&lt;/P&gt;&lt;P&gt;Values Mat1 A2 B2 C2 D2.........Z2&lt;/P&gt;&lt;P&gt;Values Mat2 A3 B3 C3 D3.........Z3&lt;/P&gt;&lt;P&gt;....................................&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Header Information&lt;/P&gt;&lt;P&gt;Columns Name Material A B C D..........Z&lt;/P&gt;&lt;P&gt;Values Mat2 A2 B2 C2 D2.........Z2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can repeat header information through Top-of-Page but how to to repeat header information between ALV lines and how to split large ALV rows into multiple rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 10:28:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-repeating-rows-again/m-p/4529277#M1070486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T10:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: ALV: Repeating rows again</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-repeating-rows-again/m-p/4529278#M1070487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Vikas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot split a grid. However, you can achieve your requirement in ALV List display.  &lt;/P&gt;&lt;P&gt;In SORT options there is a property called GROUP. Setting that to '*' will separate the ALV into separate blocks.&lt;/P&gt;&lt;P&gt;And as you are familiar with the top of page repeating, you can achieve your soln through ALV list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do some research on it or let me know for an example or a sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SV,&lt;/P&gt;&lt;P&gt;Deloitte, India.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 22:14:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-repeating-rows-again/m-p/4529278#M1070487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T22:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: ALV: Repeating rows again</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-repeating-rows-again/m-p/4529279#M1070488</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;you can use TREE Report&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 06:07:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-repeating-rows-again/m-p/4529279#M1070488</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-06T06:07:25Z</dc:date>
    </item>
  </channel>
</rss>

