<?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: print selected rows in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-selected-rows/m-p/5035445#M1171129</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the responses. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jan 2009 06:35:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-21T06:35:09Z</dc:date>
    <item>
      <title>print selected rows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-selected-rows/m-p/5035442#M1171126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it possible to print only the selected rows using alv grid? anyone knows how?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2009 08:50:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-selected-rows/m-p/5035442#M1171126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-20T08:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: print selected rows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-selected-rows/m-p/5035443#M1171127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;using ALV in Grid or OO mode, both give you methods to determine selected rows.  Code to retrieve just those rows to a seperate table and print from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would use an added button to the standard ALV Toolbar to allow control of it much easier.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2009 14:45:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-selected-rows/m-p/5035443#M1171127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-20T14:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: print selected rows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-selected-rows/m-p/5035444#M1171128</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;You can do it in ALV. Selected records can be porinted. You can [find|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&amp;amp;query=check&lt;EM&gt;box&lt;/EM&gt;in+alv&amp;amp;adv=false&amp;amp;sortby=cm_rnd_rankvalue] lot of links how to acheive the functionality. Search the SCN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2009 14:54:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-selected-rows/m-p/5035444#M1171128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-20T14:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: print selected rows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-selected-rows/m-p/5035445#M1171129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the responses. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2009 06:35:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-selected-rows/m-p/5035445#M1171129</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-21T06:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: print selected rows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-selected-rows/m-p/5035446#M1171130</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;Use this link for a demo code for ALV display with each record with a checkbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if user selects some records in ALV, then these records are displayed in another ALV grid using another internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use this new internal table which comprises of the records selected by user at runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/alv%252bgrid%252bdisplay%252bwith%252bcheckbox%252bto%252bprocess%252bselected%252brecords%252bat%252bruntime" target="test_blank"&gt;https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/alv%252bgrid%252bdisplay%252bwith%252bcheckbox%252bto%252bprocess%252bselected%252brecords%252bat%252bruntime&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Tarun Gambhir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2009 08:01:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-selected-rows/m-p/5035446#M1171130</guid>
      <dc:creator>I355602</dc:creator>
      <dc:date>2009-01-21T08:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: print selected rows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-selected-rows/m-p/5035447#M1171131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;big help! exactly what i need. thanks so much. &lt;SPAN __jive_emoticon_name="grin"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 01:41:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-selected-rows/m-p/5035447#M1171131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-22T01:41:14Z</dc:date>
    </item>
  </channel>
</rss>

