<?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 Edit alv fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-alv-fields/m-p/4442837#M1053944</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all.&lt;/P&gt;&lt;P&gt;I'm using the SET_TABLE_FOR_FIRST_DISPLAY method to display alv grid.&lt;/P&gt;&lt;P&gt;My question is how can I set up specific cells for editing or not. &lt;/P&gt;&lt;P&gt;The same columns can be editable at the first record and disable at the second.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Rebeka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Sep 2008 03:35:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-08T03:35:17Z</dc:date>
    <item>
      <title>Edit alv fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-alv-fields/m-p/4442837#M1053944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all.&lt;/P&gt;&lt;P&gt;I'm using the SET_TABLE_FOR_FIRST_DISPLAY method to display alv grid.&lt;/P&gt;&lt;P&gt;My question is how can I set up specific cells for editing or not. &lt;/P&gt;&lt;P&gt;The same columns can be editable at the first record and disable at the second.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Rebeka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2008 03:35:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edit-alv-fields/m-p/4442837#M1053944</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-08T03:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Edit alv fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-alv-fields/m-p/4442838#M1053945</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;You need to use the attribute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use attribute CL_GUI_ALV_GRID=&amp;gt;MC_STYLE_ENABLED to set a cell to status "editable".&lt;/P&gt;&lt;P&gt;Use attribute CL_GUI_ALV_GRID=&amp;gt;MC_STYLE_DISABLED to set a cell to status "non-editable".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the program BCALV_EDIT_02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ruthra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2008 03:51:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edit-alv-fields/m-p/4442838#M1053945</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-08T03:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Edit alv fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-alv-fields/m-p/4442839#M1053946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;        If you want to edit the field in the alv report then you can specify the same in your fieldcatlog for which you have to specify Filedcat-input = 'X'. The example for the is given below : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CLEAR LS_FIELDCAT.&lt;/P&gt;&lt;P&gt;  LS_FIELDCAT-FIELDNAME = 'KWMENG'.&lt;/P&gt;&lt;P&gt;  LS_FIELDCAT-TABNAME   = 'HEADER'.&lt;/P&gt;&lt;P&gt;  LS_FIELDCAT-SELTEXT_L = 'SO Qty.'.&lt;/P&gt;&lt;P&gt;  LS_FIELDCAT-INPUT     = 'X'.&lt;/P&gt;&lt;P&gt;  APPEND  LS_FIELDCAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By this way you can keep the field as editable in a Alv report . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this answers your question .... &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;&lt;/P&gt;&lt;P&gt;Shankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2008 03:53:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edit-alv-fields/m-p/4442839#M1053946</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-08T03:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Edit alv fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-alv-fields/m-p/4442840#M1053947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;BCALV_TEST_GRID_EDITABLE&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check blog:&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_blogpost" href="https://community.sap.com/" __jive_macro_name="blogpost" modifiedtitle="true" __default_attr="43245"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2008 03:59:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edit-alv-fields/m-p/4442840#M1053947</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-08T03:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Edit alv fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-alv-fields/m-p/4442841#M1053948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rebeka,&lt;/P&gt;&lt;P&gt;Check below links&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.saptechnical.com/Tutorials/ALV/Edit/F4.htm" target="test_blank"&gt;http://www.saptechnical.com/Tutorials/ALV/Edit/F4.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.saptechnical.com/Tutorials/ALV/Edit/demo.htm" target="test_blank"&gt;http://www.saptechnical.com/Tutorials/ALV/Edit/demo.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Syf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2008 04:04:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edit-alv-fields/m-p/4442841#M1053948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-08T04:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Edit alv fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-alv-fields/m-p/4442842#M1053949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rebeka&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will find all required information in the excellent tutorial&lt;/P&gt;&lt;P&gt;[An Easy Reference For ALV Grid Control|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e8a1d690-0201-0010-b7ad-d9719a415907], pages 47ff&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that LVC_T_STYL is a sorted table type. Thus, you need to use INSERT ... INTO TABLE... statements instead of APPEND.&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, 08 Sep 2008 04:54:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edit-alv-fields/m-p/4442842#M1053949</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-09-08T04:54:40Z</dc:date>
    </item>
  </channel>
</rss>

