<?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: To make cell editable in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-make-cell-editable/m-p/4707062#M1105920</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the edit field in the fieldcatalog is X in my program..any more idea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Nov 2008 06:23:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-03T06:23:12Z</dc:date>
    <item>
      <title>To make cell editable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-make-cell-editable/m-p/4707059#M1105917</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 used the FM REUSE_ALV_HIERSEQ_LIST_DISPLAY,to display header and item data.i want to edit some cell using 1 pushbutton.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in FM  'REUSE_ALV_HIERSEQ_LIST_DISPLAY'&lt;/P&gt;&lt;P&gt;   i hve passed the parameterI_CALLBACK_USER_COMMAND = 'FRM_USER_COMMAND '&lt;/P&gt;&lt;P&gt;     in subroutine frm_user_command(the fcat-edit field is getting filled and also the celltab )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; case r_ucomm.&lt;/P&gt;&lt;P&gt;    when 'EDIT'.&lt;/P&gt;&lt;P&gt;    loop at it_fieldcat into ls_fcat .&lt;/P&gt;&lt;P&gt;    if  ls_fcat-fieldname eq 'BRGEW'.&lt;/P&gt;&lt;P&gt;    idx = sy-tabix.&lt;/P&gt;&lt;P&gt;     ls_fcat-edit = 'X'.&lt;/P&gt;&lt;P&gt;      modify it_fieldcat from ls_fcat.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;   LOOP AT It_HEADER.&lt;/P&gt;&lt;P&gt;    l_index = sy-tabix.&lt;/P&gt;&lt;P&gt;    refresh lt_celltab.&lt;/P&gt;&lt;P&gt;    if IT_HEADER-BRGEW ge 300.&lt;/P&gt;&lt;P&gt;        perform fill_celltab using 'RW'&lt;/P&gt;&lt;P&gt;                             changing lt_celltab.&lt;/P&gt;&lt;P&gt;    else.&lt;/P&gt;&lt;P&gt;        perform fill_celltab using 'RO'&lt;/P&gt;&lt;P&gt;                             changing lt_celltab.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;    INSERT LINES OF lt_celltab INTO TABLE It_HEADER-celltab.&lt;/P&gt;&lt;P&gt;    MODIFY IT_HEADER INDEX l_index.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  perform alv_list_display.&lt;/P&gt;&lt;P&gt;but still the columns are not editable&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 04:41:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-make-cell-editable/m-p/4707059#M1105917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-03T04:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: To make cell editable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-make-cell-editable/m-p/4707060#M1105918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IS IT POSSIBLE USING THIS fm?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 05:32:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-make-cell-editable/m-p/4707060#M1105918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-03T05:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: To make cell editable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-make-cell-editable/m-p/4707061#M1105919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally we will write fieldcat-edit to make the cell in editable mode in ALV reports as shown.&lt;/P&gt;&lt;P&gt;In fieldcat declare like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_fieldcat-edit = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This makes the cell with editable mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;P&gt;VEnk@&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 05:36:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-make-cell-editable/m-p/4707061#M1105919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-03T05:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: To make cell editable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-make-cell-editable/m-p/4707062#M1105920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the edit field in the fieldcatalog is X in my program..any more idea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 06:23:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-make-cell-editable/m-p/4707062#M1105920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-03T06:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: To make cell editable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-make-cell-editable/m-p/4707063#M1105921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Priya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if you can have editable hierarchical ALV lists. However, looking at the definition of the fieldcatalog type you may need to set different flags:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
" Type group SLIS:

...
types: begin of slis_fieldcat_alv_spec,
         key_sel(1)     type c,        " field not obligatory
         no_sum(1)      type c,        " do not sum up
         sp_group(4)    type c,        " group specification
         reprep(1)      type c,        " selection for rep/rep
         input(1)       type c,        " input                      " Try to set INPUT = 'X'
         edit(1)        type c,        " internal use only     " &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;
         hotspot(1)     type c,        " hotspot
       end of slis_fieldcat_alv_spec.

types: begin of slis_fieldcat_alv.
include type slis_fieldcat_main.
include type slis_fieldcat_alv_spec.
types: end of slis_fieldcat_alv.
...
&lt;/CODE&gt;&lt;/PRE&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, 03 Nov 2008 06:28:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-make-cell-editable/m-p/4707063#M1105921</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-11-03T06:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: To make cell editable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-make-cell-editable/m-p/4707064#M1105922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U cannot use Edit function in REUSE_ALV_HIERSEQ_LIST_DISPLAY.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 06:33:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-make-cell-editable/m-p/4707064#M1105922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-03T06:33:57Z</dc:date>
    </item>
  </channel>
</rss>

