<?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: multiple headers in alv in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-headers-in-alv/m-p/7379969#M1544047</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 using splitter technique to have multiple headers. It will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, design subscreens and call them like below.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
call screen 100.

process before output.
  module status_0100.
  call subscreen sub5 including sy-repid number4.
  call subscreen sub6 including sy-repid number5.
  call subscreen sub7 including sy-repid number6.
  call subscreen sub8 including sy-repid number7.
  call subscreen sub9 including sy-repid number8.

process after input.
  module download_data. "
  module user_command_0100.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone of the above will help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Guru.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Oct 2010 14:04:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-25T14:04:02Z</dc:date>
    <item>
      <title>multiple headers in alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-headers-in-alv/m-p/7379965#M1544043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following requirement, need to display multiple headers in ALV display(not multiple lines in alv header).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Header1.&lt;/P&gt;&lt;P&gt;Row1&lt;/P&gt;&lt;P&gt;Row2&lt;/P&gt;&lt;P&gt;Row3&lt;/P&gt;&lt;P&gt;Footer 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Header2.&lt;/P&gt;&lt;P&gt;Row1&lt;/P&gt;&lt;P&gt;Row2&lt;/P&gt;&lt;P&gt;Row3&lt;/P&gt;&lt;P&gt;Footer 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Header3.&lt;/P&gt;&lt;P&gt;Row1&lt;/P&gt;&lt;P&gt;Row2&lt;/P&gt;&lt;P&gt;Row3&lt;/P&gt;&lt;P&gt;Footer 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To display this in hierarchal ALV the above given tables does not have header item relationship. To use Blocked ALV the number of blocks are not constant, Sometimes there can be only 2 blocks sometimes there can be 10 blocks and some times even more, there is no cap on Maximum number of blocks.&lt;/P&gt;&lt;P&gt;I have searched in SDN N google but couldnt found suitable answer. If anyone has solved this type of issue before, can please through some light.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Oct 2010 20:55:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-headers-in-alv/m-p/7379965#M1544043</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-24T20:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: multiple headers in alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-headers-in-alv/m-p/7379966#M1544044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did u mean that this blocks are dynamic? means its nt predecided that how many blocks can be displayed? then how ur taking data in internal table for display? please elaborate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2010 06:49:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-headers-in-alv/m-p/7379966#M1544044</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-25T06:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: multiple headers in alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-headers-in-alv/m-p/7379967#M1544045</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;refer to this link...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freesaptutorial.com/create-multiple-lines-header-in-alv-list-report/]" target="test_blank"&gt;http://www.freesaptutorial.com/create-multiple-lines-header-in-alv-list-report/]&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2010 08:28:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-headers-in-alv/m-p/7379967#M1544045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-25T08:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: multiple headers in alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-headers-in-alv/m-p/7379968#M1544046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kavita/Medha thanks for reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kavitha : I'm not talking about multiple lines in header. I'm talking about multiple headers in alv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Medha : I have data in 1 internal table. I have to display that data with different headers(given in my first post) in ALV. I'm just exploring the ways to display the data with multiple headers and blocked alv is one way. I dont have data in multiple blocks(internal tables). Hope I'm able to communicate my issue clearly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2010 13:24:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-headers-in-alv/m-p/7379968#M1544046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-25T13:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: multiple headers in alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-headers-in-alv/m-p/7379969#M1544047</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 using splitter technique to have multiple headers. It will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, design subscreens and call them like below.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
call screen 100.

process before output.
  module status_0100.
  call subscreen sub5 including sy-repid number4.
  call subscreen sub6 including sy-repid number5.
  call subscreen sub7 including sy-repid number6.
  call subscreen sub8 including sy-repid number7.
  call subscreen sub9 including sy-repid number8.

process after input.
  module download_data. "
  module user_command_0100.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone of the above will help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Guru.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2010 14:04:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-headers-in-alv/m-p/7379969#M1544047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-25T14:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: multiple headers in alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-headers-in-alv/m-p/7379970#M1544048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. &lt;/P&gt;&lt;P&gt;I have question, how many sub-screens I need to create here. In 1 instance I may have to display only one set of data(i.e only 1 header and corresponding rows and footer) and in other instance I may be having 10 sets of data(i.e. 10 headers and corresponding rows and footers) and in other instance I may end up with 100 sets. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no limit on the max sets of data. In this case how can I create subscreens dynamically? Is it possible to create sub-screen dynamically?&lt;/P&gt;&lt;P&gt;If I know the maximum number i can create that many subscreens and call them dynamically in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exploring Splitter technique let you know if it works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Mr A on Oct 27, 2010 4:55 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Oct 2010 14:51:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-headers-in-alv/m-p/7379970#M1544048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-27T14:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: multiple headers in alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-headers-in-alv/m-p/7379971#M1544049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm able to solve the above issue somewhat by using split technique. I want to know how to trigger top of page event in split. I want to trigger top of page event in same container where data is being displayed. &lt;/P&gt;&lt;P&gt;I have created container on screen and splitted that container into 3 parts, as I need to display data in each container. Now I want to display top of page for each container. &lt;/P&gt;&lt;P&gt;I have searched over internet and SDN but I'm able to find examples like split the containers into 2 parts and use 1 part for top of page and second part for data display. &lt;/P&gt;&lt;P&gt;My case is little different. I need to display data in each container with separate header for each container. If the header is only single line I could have used Layout-Title, but the header for each container is multiple lines. So I must use top of page. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If any body handled such kind of scenario, please provided some inputs. &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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 15:27:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-headers-in-alv/m-p/7379971#M1544049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-28T15:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: multiple headers in alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-headers-in-alv/m-p/7379972#M1544050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your inputs.. requirement changed. no need of multiple headers now..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2010 15:47:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-headers-in-alv/m-p/7379972#M1544050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-04T15:47:53Z</dc:date>
    </item>
  </channel>
</rss>

