<?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: Editable ALV in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/4821512#M1128314</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Check the BCALV_EDIT_01 to BCALV_EDIT_08 example programs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Nov 2008 10:54:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-21T10:54:03Z</dc:date>
    <item>
      <title>Editable ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/4821511#M1128313</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;&lt;/P&gt;&lt;P&gt;My requirement is given below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Design a popup window to be displayed with three buttons XXX, YYY and ZZZ when a Z Tcode ZTCODE is executed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Clicking ZZZ button should bring up a Selection Screen which will have a Parameter Material .executing it should bring up Maintenance Screen for the custom table ZXXX based on thye material entered in the selection screen which should be an editable ALV with ADD, EDIT, DELETE and SAVE options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to go about it so that i can create a editable ALV with the features mentioned present.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2008 10:51:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/4821511#M1128313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-21T10:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Editable ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/4821512#M1128314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Check the BCALV_EDIT_01 to BCALV_EDIT_08 example programs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2008 10:54:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/4821512#M1128314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-21T10:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Editable ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/4821513#M1128315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Search In SCN  you will get no of similar post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check This Link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3305186"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="6546429"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ranga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2008 10:59:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/4821513#M1128315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-21T10:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Editable ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/4821514#M1128316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vivek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the field catalog please make the particular as editable&lt;/P&gt;&lt;P&gt;ie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ls_fcat-edit = 'X'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the field which has to be editable and to save it ,in the ALV FM,REUSE_ALV_LIST_DISPLAY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if you are using oops alv give it as CALL METHOD g_editable_alv1-&amp;gt;check_changed_data , where g_editable_alv1 is a grid container of type cl_gui_alv_grid to save the changed content.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2008 11:03:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/4821514#M1128316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-21T11:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Editable ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/4821515#M1128317</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;        as per ur requirement, u need to make module pool program screen having 3 buttons on that. now on click on any button , u need to call any screen having editable ALV. right. so make another executable program having selection screen and display editable alv. so on click on that button call that program through SUBMIT statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT ZEMPEXPDTL USING SELECTION-SCREEN SY-DYNNR WITH EMPLOYEE = 2935 AND  RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this statement, zempexpdtl is program name,&lt;/P&gt;&lt;P&gt;                          employee is selection parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saurin Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2008 12:05:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/4821515#M1128317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-21T12:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Editable ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/4821516#M1128318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can set  &lt;STRONG&gt;wa_fieldcat-edit       = 'X'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example:- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; counter = counter + 1.&lt;/P&gt;&lt;P&gt;    wa_fieldcat-col_pos    = counter.&lt;/P&gt;&lt;P&gt;    wa_fieldcat-fieldname  = 'RFLAG'.&lt;/P&gt;&lt;P&gt;    wa_fieldcat-tabname    = 'ITAB'.&lt;/P&gt;&lt;P&gt;    wa_fieldcat-scrtext_l  = 'Release'.&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;wa_fieldcat-edit       = 'X'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;    wa_fieldcat-outputlen  = 10.&lt;/P&gt;&lt;P&gt;    wa_fieldcat-no_zero    = 'X'.&lt;/P&gt;&lt;P&gt;    wa_fieldcat-checkbox   = 'X'.&lt;/P&gt;&lt;P&gt;    APPEND wa_fieldcat TO it_fieldcat.&lt;/P&gt;&lt;P&gt;    CLEAR wa_fieldcat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Nov 2008 11:28:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/4821516#M1128318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-22T11:28:27Z</dc:date>
    </item>
  </channel>
</rss>

