<?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 Retrieving checkbox selection in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-checkbox-selection/m-p/7601241#M1568388</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 need to select more than one checkbox in interactive report &amp;amp; need to  pass the corressponding records to the smartform for printing.For a single record selection,I tried with hide &amp;amp; read line sy-lilli ...with field value... statements.How to do for more than one record selection?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Jan 2011 08:50:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-01-24T08:50:38Z</dc:date>
    <item>
      <title>Retrieving checkbox selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-checkbox-selection/m-p/7601241#M1568388</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 need to select more than one checkbox in interactive report &amp;amp; need to  pass the corressponding records to the smartform for printing.For a single record selection,I tried with hide &amp;amp; read line sy-lilli ...with field value... statements.How to do for more than one record selection?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 08:50:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-checkbox-selection/m-p/7601241#M1568388</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-24T08:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving checkbox selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-checkbox-selection/m-p/7601242#M1568389</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;Welcome to SCN!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when your itab1 contains checkbox, you can move those entries in another table and pass it to the smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab1 where chk = 'X'.&lt;/P&gt;&lt;P&gt;itab2 = itab1.&lt;/P&gt;&lt;P&gt;append itab2.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass this table to smartform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 09:29:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-checkbox-selection/m-p/7601242#M1568389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-24T09:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving checkbox selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-checkbox-selection/m-p/7601243#M1568390</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'm doing so.But the thing is  I'm using read sy-lilli  statement inside loop .&lt;/P&gt;&lt;P&gt;   But, it is capturing only the first checkbox.the other things which are selected are not captured.please provide me a solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 10:57:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-checkbox-selection/m-p/7601243#M1568390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-24T10:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving checkbox selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-checkbox-selection/m-p/7601244#M1568391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming that you have a field &lt;STRONG&gt;checkbox&lt;/STRONG&gt; as part of your table &lt;STRONG&gt;itab&lt;/STRONG&gt;.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;"This code will loop through each line that has been selected.
Loop at itab into wa_itab where checkbox is not initial.

endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jovito&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 11:14:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-checkbox-selection/m-p/7601244#M1568391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-24T11:14:39Z</dc:date>
    </item>
  </channel>
</rss>

