<?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: creating check box using ALV classes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-check-box-using-alv-classes/m-p/6212563#M1377896</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;To enable the ABAP ALV Class Checkbox, have a look at the following link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_sm32/helpdata/EN/26/46fb40f17af66fe10000000a1550b0/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_sm32/helpdata/EN/26/46fb40f17af66fe10000000a1550b0/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will provide you with a detailed information of the ALV Checkbox functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Samantak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Sep 2009 13:03:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-21T13:03:19Z</dc:date>
    <item>
      <title>creating check box using ALV classes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-check-box-using-alv-classes/m-p/6212560#M1377893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anybody please tell me how to create checkbox in the output of a list using ALV classes. That list is displayed using the method set_table_for_first_display plz  send me some sample code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2009 10:02:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-check-box-using-alv-classes/m-p/6212560#M1377893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-21T10:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: creating check box using ALV classes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-check-box-using-alv-classes/m-p/6212561#M1377894</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;if you want a field to be a chekcbox, there is a attribute in the fieldcatalog named CHEKCBOX you have to set to 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hans Hohenfeld&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2009 10:53:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-check-box-using-alv-classes/m-p/6212561#M1377894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-21T10:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: creating check box using ALV classes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-check-box-using-alv-classes/m-p/6212562#M1377895</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 using field catalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fs_fcat-coltext = 'CHECKBOX'.&lt;/P&gt;&lt;P&gt;fs_fcat-col_pos = 1.&lt;/P&gt;&lt;P&gt;fs_fcat-checkbox = 'X'.&lt;/P&gt;&lt;P&gt;fs_fcat-edit = 'X'.&lt;/P&gt;&lt;P&gt;fs_fcat-emphasize = 'C300'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2009 11:14:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-check-box-using-alv-classes/m-p/6212562#M1377895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-21T11:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: creating check box using ALV classes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-check-box-using-alv-classes/m-p/6212563#M1377896</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;To enable the ABAP ALV Class Checkbox, have a look at the following link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_sm32/helpdata/EN/26/46fb40f17af66fe10000000a1550b0/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_sm32/helpdata/EN/26/46fb40f17af66fe10000000a1550b0/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will provide you with a detailed information of the ALV Checkbox functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Samantak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2009 13:03:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-check-box-using-alv-classes/m-p/6212563#M1377896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-21T13:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: creating check box using ALV classes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-check-box-using-alv-classes/m-p/6212564#M1377897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Pavan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Almost all you need to know about ALV (class CL_GUI_ALV_GRID) can be found in the excellent tutorial:&lt;/P&gt;&lt;P&gt;[An Easy Reference For ALV Grid Control|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/e8a1d690-0201-0010-b7ad-d9719a415907]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2009 16:30:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-check-box-using-alv-classes/m-p/6212564#M1377897</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2009-09-21T16:30:45Z</dc:date>
    </item>
  </channel>
</rss>

