<?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: MODULE for ALV grid with selection in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-for-alv-grid-with-selection/m-p/3007652#M710681</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have another stuggle with this now.. I'm able to get my checkbox to appear within my ALV grid and if I set my internal table fill in the field with 'X' / checks by default I'm able to remove the checkboxes in the grid and save it. However if I leave the field blank in my internal it displays an empty checkbox in my ALV grid however if I click into the checkbox to fill it in with a check, a check will appear for 1/2 second and then clear and my changes are not saved... weird.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my field catalog I create the checkbox with ..&lt;/P&gt;&lt;P&gt;  DATA ls_fcat TYPE lvc_s_fcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ls_fcat-fieldname = 'CHECK'.&lt;/P&gt;&lt;P&gt;  ls_fcat-checkbox  = 'X'.&lt;/P&gt;&lt;P&gt;  ls_fcat-edit = 'X'.&lt;/P&gt;&lt;P&gt;  ls_fcat-inttype = 'C'.&lt;/P&gt;&lt;P&gt;  ls_fcat-outputlen = '1'.&lt;/P&gt;&lt;P&gt;  ls_fcat-coltext = 'Checkbox'.&lt;/P&gt;&lt;P&gt;  ls_fcat-seltext = 'Checkbox'.&lt;/P&gt;&lt;P&gt;  APPEND ls_fcat TO pt_fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I missing where is only lets me change the value from X to blank but not vice versa?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Nov 2007 21:13:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-20T21:13:46Z</dc:date>
    <item>
      <title>MODULE for ALV grid with selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-for-alv-grid-with-selection/m-p/3007650#M710679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;I'm in the midst of writing a dialogue application where based upon my screen 1100's entries a subsequent screen is called and an ALV grid is shown where my user can select entries within the ALV grid. The grid is to be filled with data from internal table. My struggle at the moment is building the ALV with the check boxes for selecting entries. I can put my data on the screen in a grid but not with select box capabilites. Any help of sample code or demo program in SAP 46C is appreciated.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 20:25:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-for-alv-grid-with-selection/m-p/3007650#M710679</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-14T20:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: MODULE for ALV grid with selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-for-alv-grid-with-selection/m-p/3007651#M710680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joseph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through below links&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapfans.com/forums/viewtopic.php?t=88376" target="test_blank"&gt;http://www.sapfans.com/forums/viewtopic.php?t=88376&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapfans.com/forums/viewtopic.php?t=40968" target="test_blank"&gt;http://www.sapfans.com/forums/viewtopic.php?t=40968&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapfans.com/forums/viewtopic.php?t=6919" target="test_blank"&gt;http://www.sapfans.com/forums/viewtopic.php?t=6919&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if it helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 20:28:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-for-alv-grid-with-selection/m-p/3007651#M710680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-14T20:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: MODULE for ALV grid with selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-for-alv-grid-with-selection/m-p/3007652#M710681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have another stuggle with this now.. I'm able to get my checkbox to appear within my ALV grid and if I set my internal table fill in the field with 'X' / checks by default I'm able to remove the checkboxes in the grid and save it. However if I leave the field blank in my internal it displays an empty checkbox in my ALV grid however if I click into the checkbox to fill it in with a check, a check will appear for 1/2 second and then clear and my changes are not saved... weird.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my field catalog I create the checkbox with ..&lt;/P&gt;&lt;P&gt;  DATA ls_fcat TYPE lvc_s_fcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ls_fcat-fieldname = 'CHECK'.&lt;/P&gt;&lt;P&gt;  ls_fcat-checkbox  = 'X'.&lt;/P&gt;&lt;P&gt;  ls_fcat-edit = 'X'.&lt;/P&gt;&lt;P&gt;  ls_fcat-inttype = 'C'.&lt;/P&gt;&lt;P&gt;  ls_fcat-outputlen = '1'.&lt;/P&gt;&lt;P&gt;  ls_fcat-coltext = 'Checkbox'.&lt;/P&gt;&lt;P&gt;  ls_fcat-seltext = 'Checkbox'.&lt;/P&gt;&lt;P&gt;  APPEND ls_fcat TO pt_fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I missing where is only lets me change the value from X to blank but not vice versa?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 21:13:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-for-alv-grid-with-selection/m-p/3007652#M710681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-20T21:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: MODULE for ALV grid with selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-for-alv-grid-with-selection/m-p/3007653#M710682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you passing the field &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;LVC_S_LAYO-BOX_FNAME = 'CHECK' &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 21:47:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-for-alv-grid-with-selection/m-p/3007653#M710682</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-20T21:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: MODULE for ALV grid with selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-for-alv-grid-with-selection/m-p/3007654#M710683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No I haven't, coule you elaborate a little for as I'm fairly new to editing ALV grids, only used them reports in the past.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 21:59:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-for-alv-grid-with-selection/m-p/3007654#M710683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-20T21:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: MODULE for ALV grid with selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-for-alv-grid-with-selection/m-p/3007655#M710684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;  DATA:
    wa_layout TYPE slis_layout_alv .


wa_layout-BOX_fieldname = 'CHECK'.   " &amp;lt;&amp;lt; this will allow you to select the your Check box

CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
   EXPORTING
*   I_INTERFACE_CHECK                 = ' '
*   I_BYPASSING_BUFFER                = ' '
*   I_BUFFER_ACTIVE                   = ' '
    i_callback_program                = sy-cprog
*   I_CALLBACK_PF_STATUS_SET          = ' '
    i_callback_user_command           = 'USER_COMMAND'
*   I_CALLBACK_TOP_OF_PAGE            = ' '
*   I_CALLBACK_HTML_TOP_OF_PAGE       = ' '
*   I_CALLBACK_HTML_END_OF_LIST       = ' '
*   I_STRUCTURE_NAME                  =
*   I_BACKGROUND_ID                   = ' '
*   I_GRID_TITLE                      =
*   I_GRID_SETTINGS                   =
      is_layout                         = wa_layout
      it_fieldcat                       = t_fcat_summary
*   IT_EXCLUDING                      =
*   IT_SPECIAL_GROUPS                 =
*   IT_SORT                           =
*   IT_FILTER                         =
*   IS_SEL_HIDE                       =
*   I_DEFAULT                         = 'X'
      i_save                            = 'A'
*   IS_VARIANT                        =
*   IT_EVENTS                         =
*   IT_EVENT_EXIT                     =
*   IS_PRINT                          =
*   IS_REPREP_ID                      =
*   I_SCREEN_START_COLUMN             = 0
*   I_SCREEN_START_LINE               = 0
*   I_SCREEN_END_COLUMN               = 0
*   I_SCREEN_END_LINE                 = 0
*   I_HTML_HEIGHT_TOP                 = 0
*   I_HTML_HEIGHT_END                 = 0
*   IT_ALV_GRAPHICS                   =
*   IT_HYPERLINK                      =
*   IT_ADD_FIELDCAT                   =
*   IT_EXCEPT_QINFO                   =
*   IR_SALV_FULLSCREEN_ADAPTER        =
* IMPORTING
*   E_EXIT_CAUSED_BY_CALLER           =
*   ES_EXIT_CAUSED_BY_USER            =
    TABLES
      t_outtab                          = t_summary
   EXCEPTIONS
     program_error                     = 1
     OTHERS                            = 2
            .
  IF sy-subrc &amp;lt;&amp;gt; 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
  ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 22:07:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-for-alv-grid-with-selection/m-p/3007655#M710684</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-20T22:07:18Z</dc:date>
    </item>
  </channel>
</rss>

