<?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 Interactive ALV - Enable Disable fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-enable-disable-fields/m-p/6082738#M1357216</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to enable and disable the fields of field catalog at run time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;PRICE TYPE&lt;/U&gt;  &lt;U&gt;AMOUNT&lt;/U&gt;  &lt;U&gt;CURRENCY&lt;/U&gt;  &lt;U&gt;QUANTITY&lt;/U&gt;  &lt;U&gt;UNIT&lt;/U&gt; &lt;U&gt;PERCENTAGE&lt;/U&gt;&lt;/P&gt;&lt;P&gt;P1	       12.00               EUR	              22	           KG               1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If P1 changes to P2 I want to disable the fields AMOUNT &amp;amp; PERCENTAGE.&lt;/P&gt;&lt;P&gt;How I can achieve this please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am calling the data_changed of class cl_gui_alv_grid but its not solving the purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Divya Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Sep 2009 09:03:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-07T09:03:26Z</dc:date>
    <item>
      <title>Interactive ALV - Enable Disable fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-enable-disable-fields/m-p/6082738#M1357216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to enable and disable the fields of field catalog at run time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;PRICE TYPE&lt;/U&gt;  &lt;U&gt;AMOUNT&lt;/U&gt;  &lt;U&gt;CURRENCY&lt;/U&gt;  &lt;U&gt;QUANTITY&lt;/U&gt;  &lt;U&gt;UNIT&lt;/U&gt; &lt;U&gt;PERCENTAGE&lt;/U&gt;&lt;/P&gt;&lt;P&gt;P1	       12.00               EUR	              22	           KG               1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If P1 changes to P2 I want to disable the fields AMOUNT &amp;amp; PERCENTAGE.&lt;/P&gt;&lt;P&gt;How I can achieve this please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am calling the data_changed of class cl_gui_alv_grid but its not solving the purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Divya Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2009 09:03:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-enable-disable-fields/m-p/6082738#M1357216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-07T09:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive ALV - Enable Disable fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-enable-disable-fields/m-p/6082739#M1357217</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;See the report BCALV_EDIT_02&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2009 09:20:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-enable-disable-fields/m-p/6082739#M1357217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-07T09:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive ALV - Enable Disable fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-enable-disable-fields/m-p/6082740#M1357218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your event handler call following method with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call method CL_GUI_CFW=&amp;gt;SET_NEW_OK_CODE( ' ' ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will trigger your PAI with action ENTER. If you have any specific action on ENTER, define some dummy ok_code in your PF-STATUS and pass that dummy ok_code to above method. (You can call method to refresh ALV in your dummy ok_code).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohaiyuddin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2009 11:01:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-enable-disable-fields/m-p/6082740#M1357218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-07T11:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive ALV - Enable Disable fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-enable-disable-fields/m-p/6082741#M1357219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;During the run-time you can evaluate the data. So when you have a change (according to your criteria) you can change the fieldcatalog (the field "EDIT" is controlloning if the field should be editable or not). Then you should reassign the fieldcatalog or by using the method SET_TABLE_FOR_FIRST_DISPLAY with the cobination of the set new ok_code method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards&lt;/P&gt;&lt;P&gt;George.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2009 11:33:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-enable-disable-fields/m-p/6082741#M1357219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-08T11:33:29Z</dc:date>
    </item>
  </channel>
</rss>

