<?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: how to create checkboxes dynamically?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-checkboxes-dynamically/m-p/3268253#M781145</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello meei huey ho,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I suppose your question is not clear . where you want this check box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is quite possible to make the check box againest the No of record is following place :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. List Report (Both).&lt;/P&gt;&lt;P&gt;2. ALV (Both).&lt;/P&gt;&lt;P&gt;3. Table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it help you or better you define question more .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Swati namdeo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Jan 2008 04:44:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-02T04:44:01Z</dc:date>
    <item>
      <title>how to create checkboxes dynamically??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-checkboxes-dynamically/m-p/3268249#M781141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all, i have a problem here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to create checkboxes dynamically according to the no. of records in the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, my internal table ITAB1 got 12 records. i have to generate out 12 checkboxes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyone knows how to solve this?&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2008 03:49:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-checkboxes-dynamically/m-p/3268249#M781141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-02T03:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to create checkboxes dynamically??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-checkboxes-dynamically/m-p/3268250#M781142</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; Check this link. Cetainly it will be useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/regarding-runtime-creation-of-check-boxes.htm" target="test_blank"&gt;http://www.sap-img.com/abap/regarding-runtime-creation-of-check-boxes.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vadivelan B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2008 04:12:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-checkboxes-dynamically/m-p/3268250#M781142</guid>
      <dc:creator>i048168</dc:creator>
      <dc:date>2008-01-02T04:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to create checkboxes dynamically??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-checkboxes-dynamically/m-p/3268251#M781143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can display as many check boxes as the number of records in your internal table using the ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say, you declare a internal table of some dummy type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a DO XXX times ENDO you can fill this internal table with as many records as the number of check boxes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the field catalog set this field in the internal table as check box and display the same in an ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Avanish Joshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2008 04:14:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-checkboxes-dynamically/m-p/3268251#M781143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-02T04:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to create checkboxes dynamically??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-checkboxes-dynamically/m-p/3268252#M781144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;loop at itab into wa.&lt;/P&gt;&lt;P&gt;    write:/ wa-field1, wa-field1 AS CHECKBOX.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2008 04:29:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-checkboxes-dynamically/m-p/3268252#M781144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-02T04:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to create checkboxes dynamically??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-checkboxes-dynamically/m-p/3268253#M781145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello meei huey ho,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I suppose your question is not clear . where you want this check box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is quite possible to make the check box againest the No of record is following place :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. List Report (Both).&lt;/P&gt;&lt;P&gt;2. ALV (Both).&lt;/P&gt;&lt;P&gt;3. Table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it help you or better you define question more .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Swati namdeo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2008 04:44:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-checkboxes-dynamically/m-p/3268253#M781145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-02T04:44:01Z</dc:date>
    </item>
  </channel>
</rss>

