<?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 editable alv container in module pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv-container-in-module-pool/m-p/6124649#M1364200</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have done a module pool program in which for a certain sectain i have to display a alv table...So I added a container in the module pool and called a editable alv in that..But the problem is now I am not able to trap any event in the editable alv..For eg if the user  edit somethng in the alv and press enter I am not able to trap the user command..Please guide me how to do this???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 12 Sep 2009 08:23:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-12T08:23:17Z</dc:date>
    <item>
      <title>editable alv container in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv-container-in-module-pool/m-p/6124649#M1364200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have done a module pool program in which for a certain sectain i have to display a alv table...So I added a container in the module pool and called a editable alv in that..But the problem is now I am not able to trap any event in the editable alv..For eg if the user  edit somethng in the alv and press enter I am not able to trap the user command..Please guide me how to do this???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Sep 2009 08:23:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv-container-in-module-pool/m-p/6124649#M1364200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-12T08:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: editable alv container in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv-container-in-module-pool/m-p/6124650#M1364201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you defined event handlers for your object?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;take help from BC&lt;STRONG&gt;ALV&lt;/STRONG&gt;EDIT* reports&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Sep 2009 09:14:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv-container-in-module-pool/m-p/6124650#M1364201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-12T09:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: editable alv container in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv-container-in-module-pool/m-p/6124651#M1364202</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_EDIT_05
 BCALV_EDIT_03&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Just debug once , Hope u will under stand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Sep 2009 11:20:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv-container-in-module-pool/m-p/6124651#M1364202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-12T11:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: editable alv container in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv-container-in-module-pool/m-p/6124652#M1364203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create a handler for event DATA_CHANGED - it has parameters &lt;/P&gt;&lt;P&gt;ER_DATA_CHANGED	Type Ref To	CL_ALV_CHANGED_DATA_PROTOCOL&lt;/P&gt;&lt;P&gt;E_ONF4	Type	CHAR01&lt;/P&gt;&lt;P&gt;E_ONF4_BEFORE	Type	CHAR01&lt;/P&gt;&lt;P&gt;E_ONF4_AFTER	Type	CHAR01&lt;/P&gt;&lt;P&gt;E_UCOMM	Type	SY-UCOMM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That means all information you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the sample programs mentionend, search the forum before posting, close the thread as solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Sep 2009 12:44:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv-container-in-module-pool/m-p/6124652#M1364203</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2009-09-12T12:44:13Z</dc:date>
    </item>
  </channel>
</rss>

