<?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 Split report without oops in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-split-report-without-oops/m-p/10196149#M1824422</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI experts,&lt;/P&gt;&lt;P&gt;I want to create a ALV report with split screen(without OOPS concept), i mean its a FI report with two headings i.e Liabilities and Assets having the same item data, I tried using most of the function modules of ALV, but no use, I want Liabilities and Assets two headers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Mar 2014 17:16:12 GMT</pubDate>
    <dc:creator>Mayursatardekar</dc:creator>
    <dc:date>2014-03-10T17:16:12Z</dc:date>
    <item>
      <title>ALV Split report without oops</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-split-report-without-oops/m-p/10196149#M1824422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI experts,&lt;/P&gt;&lt;P&gt;I want to create a ALV report with split screen(without OOPS concept), i mean its a FI report with two headings i.e Liabilities and Assets having the same item data, I tried using most of the function modules of ALV, but no use, I want Liabilities and Assets two headers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 17:16:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-split-report-without-oops/m-p/10196149#M1824422</guid>
      <dc:creator>Mayursatardekar</dc:creator>
      <dc:date>2014-03-10T17:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Split report without oops</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-split-report-without-oops/m-p/10196150#M1824423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mayur,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Classes can be instantiated more than once, and hence can display multiple ALV grids in a single screen. There are many advantages if you use OOPS method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only other way around is "ALV list".&lt;/P&gt;&lt;P&gt;WRITE: &amp;lt;&amp;lt;liabilities header&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;LOOP on your Liabilities internal table and use WRITE statement.&lt;/P&gt;&lt;P&gt;Similarly for Assets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nisha Vengal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 05:32:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-split-report-without-oops/m-p/10196150#M1824423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-11T05:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Split report without oops</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-split-report-without-oops/m-p/10196151#M1824424</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;Can you explain why not use cl_gui_splitter_container ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is some code and I promise that it will not bite you....&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_emote jive_macro" src="https://community.sap.com/651/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/407316" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 07:04:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-split-report-without-oops/m-p/10196151#M1824424</guid>
      <dc:creator>rosenberg_eitan</dc:creator>
      <dc:date>2014-03-11T07:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Split report without oops</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-split-report-without-oops/m-p/10196152#M1824425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nisha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;If you are not using OOPS....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;You can use ALV Blocked list, With in that you can call Two grids&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;Check the following thread..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;A _jive_internal="true" data-containerid="2015" data-containertype="14" data-objectid="107419" data-objecttype="1" href="https://answers.sap.com/thread/107419" style="color: #3778c7; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Multiple ALV lists&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;Thanks Rajlaxmi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 07:09:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-split-report-without-oops/m-p/10196152#M1824425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-11T07:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Split report without oops</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-split-report-without-oops/m-p/10196153#M1824426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eitan Rosenberg,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank You, I Know it wont bite, but just was curious to know. If we can achieve it without using OOPS. Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Mar 2014 03:51:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-split-report-without-oops/m-p/10196153#M1824426</guid>
      <dc:creator>Mayursatardekar</dc:creator>
      <dc:date>2014-03-15T03:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Split report without oops</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-split-report-without-oops/m-p/10196154#M1824427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajlaxmi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thankyou, I tried with blocked list it worked. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Mar 2014 03:52:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-split-report-without-oops/m-p/10196154#M1824427</guid>
      <dc:creator>Mayursatardekar</dc:creator>
      <dc:date>2014-03-15T03:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Split report without oops</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-split-report-without-oops/m-p/10196155#M1824428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for explaining it with the code.. Appreciate it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Mar 2014 03:53:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-split-report-without-oops/m-p/10196155#M1824428</guid>
      <dc:creator>Mayursatardekar</dc:creator>
      <dc:date>2014-03-15T03:53:38Z</dc:date>
    </item>
  </channel>
</rss>

