<?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: Can I have a ALV list type functionality from module pool table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-i-have-a-alv-list-type-functionality-from-module-pool-table-control/m-p/3737392#M899466</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no property that you can set which would automatically give you ALV type functionality.  You must either,  switch your coding over to an ALV grid, or you must re-create all of the required functionality through coding yourself, which would be far more complex, then implementating the ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Apr 2008 18:58:00 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2008-04-28T18:58:00Z</dc:date>
    <item>
      <title>Can I have a ALV list type functionality from module pool table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-i-have-a-alv-list-type-functionality-from-module-pool-table-control/m-p/3737391#M899465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  I have a module pool table control in a screen along with some other screen elements. But this table control doesnt have ALV like functionality for exporting to excel or filtering on columns etc. But I do need this functionality. Is there some property I can set to make this happen? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont want to rewrite the code and create a ALV grid etc. because this will mean I have to rewrite a lot of code. Is there a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reading.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 18:42:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-i-have-a-alv-list-type-functionality-from-module-pool-table-control/m-p/3737391#M899465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T18:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Can I have a ALV list type functionality from module pool table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-i-have-a-alv-list-type-functionality-from-module-pool-table-control/m-p/3737392#M899466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no property that you can set which would automatically give you ALV type functionality.  You must either,  switch your coding over to an ALV grid, or you must re-create all of the required functionality through coding yourself, which would be far more complex, then implementating the ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 18:58:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-i-have-a-alv-list-type-functionality-from-module-pool-table-control/m-p/3737392#M899466</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2008-04-28T18:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Can I have a ALV list type functionality from module pool table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-i-have-a-alv-list-type-functionality-from-module-pool-table-control/m-p/3737393#M899467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;have a look at this link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://learningabap.wordpress.com/2007/04/24/dynamic-selection-on-alv/" target="test_blank"&gt;http://learningabap.wordpress.com/2007/04/24/dynamic-selection-on-alv/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: pablo casamayor on Apr 28, 2008 9:48 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: pablo casamayor on Apr 28, 2008 10:39 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 19:46:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-i-have-a-alv-list-type-functionality-from-module-pool-table-control/m-p/3737393#M899467</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2008-04-28T19:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can I have a ALV list type functionality from module pool table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-i-have-a-alv-list-type-functionality-from-module-pool-table-control/m-p/3737394#M899468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pablo,&lt;/P&gt;&lt;P&gt;  The code doesnt seem to be compiling and working even after making several changes. Do you have the working code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 23:14:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-i-have-a-alv-list-type-functionality-from-module-pool-table-control/m-p/3737394#M899468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T23:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can I have a ALV list type functionality from module pool table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-i-have-a-alv-list-type-functionality-from-module-pool-table-control/m-p/3737395#M899469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;sorry for the link,&lt;/P&gt;&lt;P&gt;anyway another example can be found in:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.mundosap.com" target="test_blank"&gt;http://www.mundosap.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;in order to download the example you have to register as a user.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.mundosap.com/foro/register.php" target="test_blank"&gt;http://www.mundosap.com/foro/register.php&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and then in the download area search for "&lt;STRONG&gt;Alv usado como table control&lt;/STRONG&gt;":&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.mundosap.com/foro/downloads.php?do=file&amp;amp;id=428" target="test_blank"&gt;http://www.mundosap.com/foro/downloads.php?do=file&amp;amp;id=428&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and then you can download it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: pablo casamayor on Apr 29, 2008 8:15 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 06:14:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-i-have-a-alv-list-type-functionality-from-module-pool-table-control/m-p/3737395#M899469</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2008-04-29T06:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Can I have a ALV list type functionality from module pool table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-i-have-a-alv-list-type-functionality-from-module-pool-table-control/m-p/3737396#M899470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pablo,&lt;/P&gt;&lt;P&gt;  I have done everything you mentioned, but I dont see the link to download the code. I have reached the screen which shows the below but dont see the link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alv usado como table control  &lt;/P&gt;&lt;P&gt;Manual:  Alv usado como table control (5.9 KB) &lt;/P&gt;&lt;P&gt;Autor: Marcos Carrasco (uploaded by mcarrasco) &lt;/P&gt;&lt;P&gt;Fecha de subida: 21/01/08 &lt;/P&gt;&lt;P&gt;Descargas: 469 &lt;/P&gt;&lt;P&gt;Calificación: A-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 21:35:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-i-have-a-alv-list-type-functionality-from-module-pool-table-control/m-p/3737396#M899470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T21:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Can I have a ALV list type functionality from module pool table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-i-have-a-alv-list-type-functionality-from-module-pool-table-control/m-p/3737397#M899471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;there is an icon, a red one which is a square with three inverted triangles inside.&lt;/P&gt;&lt;P&gt;just click on it and you´ll be able to get the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2008 11:29:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-i-have-a-alv-list-type-functionality-from-module-pool-table-control/m-p/3737397#M899471</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2008-05-01T11:29:14Z</dc:date>
    </item>
  </channel>
</rss>

