<?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: interactive alv in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv/m-p/5797192#M1311060</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want that kind of flexibility you should be using traditional list processing (WRITE statements). In ALV, as by my knowledge, this is just not possible. Displaying lines is part of the layout parameter and is set on Grid level and not on row/column level. In other words, Lines of NO lines....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jun 2009 15:45:19 GMT</pubDate>
    <dc:creator>Sm1tje</dc:creator>
    <dc:date>2009-06-17T15:45:19Z</dc:date>
    <item>
      <title>interactive alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv/m-p/5797190#M1311058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am doing alv grid control.&lt;/P&gt;&lt;P&gt;i want to draw a line after two records. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do i able to populate the internal table record with line. ie each column with a line ,so that it appears as a line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex:&lt;/P&gt;&lt;P&gt; itab&lt;/P&gt;&lt;P&gt;matnr salesorg plant  division&lt;/P&gt;&lt;P&gt;asefrd ti11     it01   01&lt;/P&gt;&lt;P&gt;asennn till     ito1  02&lt;/P&gt;&lt;P&gt;asennm  till    it01  01&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----" /&gt;&lt;P&gt;   -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;   -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;  ---&lt;/P&gt;&lt;P&gt;asenns till     ito1  03&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the above 4th record is line. How to do this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 15:36:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv/m-p/5797190#M1311058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-17T15:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: interactive alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv/m-p/5797191#M1311059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Why do you need this line?&lt;/P&gt;&lt;P&gt;Is it for separating different records? Just fill the sort table with the sort fields and check if the requirement is fine with you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Parab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 15:44:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv/m-p/5797191#M1311059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-17T15:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: interactive alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv/m-p/5797192#M1311060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want that kind of flexibility you should be using traditional list processing (WRITE statements). In ALV, as by my knowledge, this is just not possible. Displaying lines is part of the layout parameter and is set on Grid level and not on row/column level. In other words, Lines of NO lines....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 15:45:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv/m-p/5797192#M1311060</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-06-17T15:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: interactive alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv/m-p/5797193#M1311061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think its a ugly for ur requirement If u really want to do so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(╯﹏╰) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) change all the field with data type 'char'&lt;/P&gt;&lt;P&gt;2) append an empty data to the alv where u wanna add a seprator&lt;/P&gt;&lt;P&gt;3) fill this data all the fields with '----&lt;/P&gt;&lt;HR originaltext="---------------" /&gt;&lt;P&gt;' or icon such as '@MQ@' or change this line color&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but its not a REALLY standard way, so u must delete all the sort button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2009 03:04:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv/m-p/5797193#M1311061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-18T03:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: interactive alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv/m-p/5797194#M1311062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There should be no need to draw a line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can seperate similar records by using Subtotal operation provided in ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This automatically seperates similar records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure :  Perform Sort on the required field and pass subtotal text in Catalog/layout.&lt;/P&gt;&lt;P&gt;                   Pass the same to grid display FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2009 03:25:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv/m-p/5797194#M1311062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-18T03:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: interactive alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv/m-p/5797195#M1311063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is possible  using html viewer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the replies&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2009 05:43:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv/m-p/5797195#M1311063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-18T05:43:07Z</dc:date>
    </item>
  </channel>
</rss>

