<?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: Saving ALV List in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-alv-list/m-p/1343039#M173352</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I also get the same feeling.&lt;/P&gt;&lt;P&gt;Then is there any alternative way of getting the ALV report in ABAPLIST format in an internal table? Any function module/method?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 May 2006 09:09:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-15T09:09:11Z</dc:date>
    <item>
      <title>Saving ALV List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-alv-list/m-p/1343035#M173348</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;Can anyone tell me if an ALV list report could be saved as LIST (as in 'SAVE_LIST'). I don't want to use 'Submit....exporting list to memory and return' as then I have to trigger my program twice, once for getting the output in Spool and then again in my internal table. Can 'Save_list' be used for ALV report?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to do is, 1st my program will scheduled in background, so i have to generate a spool there. And then I want to send the report in mail as well (for this, I want to get the report in ABAPLIST format, so that I can then convert this to HTML).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 08:50:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-alv-list/m-p/1343035#M173348</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T08:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Saving ALV List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-alv-list/m-p/1343036#M173349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use LIST Display instead of GRID Display to solve your problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 08:59:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-alv-list/m-p/1343036#M173349</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T08:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Saving ALV List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-alv-list/m-p/1343037#M173350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using list display itself (not grid), but how does it help? When I call 'Save_list' after 'reuse_alv_list_display' i get a sy-subrc = 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 09:00:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-alv-list/m-p/1343037#M173350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T09:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Saving ALV List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-alv-list/m-p/1343038#M173351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can use SAVE_LIST only when you are using WRITE statements, with ALV, don't think so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 09:05:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-alv-list/m-p/1343038#M173351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T09:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Saving ALV List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-alv-list/m-p/1343039#M173352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I also get the same feeling.&lt;/P&gt;&lt;P&gt;Then is there any alternative way of getting the ALV report in ABAPLIST format in an internal table? Any function module/method?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 09:09:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-alv-list/m-p/1343039#M173352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T09:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Saving ALV List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-alv-list/m-p/1343040#M173353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any alternate way of 'Submit prog exporting list to memory and return' for ALV reports so that I can export the list to memory from that program itself avoid doing the same processing twice ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 09:54:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-alv-list/m-p/1343040#M173353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T09:54:45Z</dc:date>
    </item>
  </channel>
</rss>

