<?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: export only selected lines in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-only-selected-lines/m-p/5608573#M1278051</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 creating a button on toolbar and pass the selected data for a new internal table and then download the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 May 2009 12:03:48 GMT</pubDate>
    <dc:creator>jayanthi_jayaraman</dc:creator>
    <dc:date>2009-05-20T12:03:48Z</dc:date>
    <item>
      <title>export only selected lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-only-selected-lines/m-p/5608572#M1278050</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;I have the req to download or export only those lines within ALV which are selected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as excel format instead of complete lines,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx in advance for your kindly efforts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Friendly Regards&lt;/P&gt;&lt;P&gt;ertas ilahn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 12:01:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-only-selected-lines/m-p/5608572#M1278050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T12:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: export only selected lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-only-selected-lines/m-p/5608573#M1278051</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 creating a button on toolbar and pass the selected data for a new internal table and then download the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 12:03:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-only-selected-lines/m-p/5608573#M1278051</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2009-05-20T12:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: export only selected lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-only-selected-lines/m-p/5608574#M1278052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can follow the below steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In the output internal table, you can add one more field called as mark. &lt;/P&gt;&lt;P&gt;2. In the gui status add one more button for some action.&lt;/P&gt;&lt;P&gt;Once some lines are selected in the entire ALV output, the mark will be set X.&lt;/P&gt;&lt;P&gt;Now when this button is clicked,&lt;/P&gt;&lt;P&gt;Loop at this internal table where mark = X and output them in the form of excel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 12:04:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-only-selected-lines/m-p/5608574#M1278052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T12:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: export only selected lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-only-selected-lines/m-p/5608575#M1278053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ertas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The approach shoud be :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Have one field in your internal table for selection.&lt;/P&gt;&lt;P&gt;2. Make the particular field as a check box for selection in ALV fieldcatlog&lt;/P&gt;&lt;P&gt;3. Have a custom button in toolbar for for export to Excel&lt;/P&gt;&lt;P&gt;4. Once the custom button is presses, loop at the internal table of yours and pick up the selected items and export that to excel sheet using GUI_DOWNLOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 12:06:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-only-selected-lines/m-p/5608575#M1278053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T12:06:50Z</dc:date>
    </item>
  </channel>
</rss>

