<?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: Disable Checkbox in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-checkbox/m-p/3016087#M712788</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi...&lt;/P&gt;&lt;P&gt;Check...&lt;/P&gt;&lt;P&gt;FORM get_select_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA :  l_t_rows  TYPE lvc_t_row,&lt;/P&gt;&lt;P&gt;          l_r_rows  TYPE lvc_s_row,&lt;/P&gt;&lt;P&gt;          l_t_rows1 TYPE lvc_t_row,&lt;/P&gt;&lt;P&gt;          l_r_rows1 TYPE lvc_s_row,&lt;/P&gt;&lt;P&gt;          l_f_lines TYPE i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  REFRESH: l_t_rows,l_t_rows1, g_t_formdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL METHOD g_r_grid-&amp;gt;get_selected_rows&lt;/P&gt;&lt;P&gt;     IMPORTING et_index_rows  = l_t_rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL METHOD g_r_grid1-&amp;gt;get_selected_rows&lt;/P&gt;&lt;P&gt;     IMPORTING et_index_rows  = l_t_rows1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF l_t_rows[] IS INITIAL AND l_t_rows1[] IS INITIAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    MESSAGE e347(06).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will get you the selected button, you can write ur logic from here..&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;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Oct 2007 09:58:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-30T09:58:51Z</dc:date>
    <item>
      <title>Disable Checkbox</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-checkbox/m-p/3016086#M712787</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 an OO ALV with checkboxes against each row, i want to check if a flag is set to 'X' for that perticular record then the check box agianst the record must be disabled otherwise it should be open for input. How can i do it? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 09:47:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-checkbox/m-p/3016086#M712787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-30T09:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Checkbox</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-checkbox/m-p/3016087#M712788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi...&lt;/P&gt;&lt;P&gt;Check...&lt;/P&gt;&lt;P&gt;FORM get_select_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA :  l_t_rows  TYPE lvc_t_row,&lt;/P&gt;&lt;P&gt;          l_r_rows  TYPE lvc_s_row,&lt;/P&gt;&lt;P&gt;          l_t_rows1 TYPE lvc_t_row,&lt;/P&gt;&lt;P&gt;          l_r_rows1 TYPE lvc_s_row,&lt;/P&gt;&lt;P&gt;          l_f_lines TYPE i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  REFRESH: l_t_rows,l_t_rows1, g_t_formdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL METHOD g_r_grid-&amp;gt;get_selected_rows&lt;/P&gt;&lt;P&gt;     IMPORTING et_index_rows  = l_t_rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL METHOD g_r_grid1-&amp;gt;get_selected_rows&lt;/P&gt;&lt;P&gt;     IMPORTING et_index_rows  = l_t_rows1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF l_t_rows[] IS INITIAL AND l_t_rows1[] IS INITIAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    MESSAGE e347(06).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will get you the selected button, you can write ur logic from here..&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;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 09:58:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-checkbox/m-p/3016087#M712788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-30T09:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Checkbox</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-checkbox/m-p/3016088#M712789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cl_gui_alv_grid=&amp;gt;mc_style_disabled&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check program BCALV_EDIT_05&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vasu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 10:00:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-checkbox/m-p/3016088#M712789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-30T10:00:21Z</dc:date>
    </item>
  </channel>
</rss>

