<?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: how to set table controls null row disable? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-table-controls-null-row-disable/m-p/5266774#M1216087</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;now i just want to disable the null rows, loop at itab to controls can only affect the rows with values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Mar 2009 12:06:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-11T12:06:53Z</dc:date>
    <item>
      <title>how to set table controls null row disable?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-table-controls-null-row-disable/m-p/5266772#M1216085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in table controls, how to set null rows disable(grey), and user can only maintain the rows with values?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2009 11:49:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-table-controls-null-row-disable/m-p/5266772#M1216085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-11T11:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to set table controls null row disable?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-table-controls-null-row-disable/m-p/5266773#M1216086</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;In order to make a row as readonly, you'll have to update the SCREEN table like you would normally do for other fields..Its just that for this case, it needs to be coded in the PBO inside the LOOP where the internal table data is moved to the table control...ex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PBO&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT ITAB WITH CONTROL TC_ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE UPDATE_SCREEN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the module UPDATE_SCREEN, you can loop at SCREEN and set INPUT field to '0'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Piyush&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2009 11:58:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-table-controls-null-row-disable/m-p/5266773#M1216086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-11T11:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to set table controls null row disable?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-table-controls-null-row-disable/m-p/5266774#M1216087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;now i just want to disable the null rows, loop at itab to controls can only affect the rows with values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2009 12:06:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-table-controls-null-row-disable/m-p/5266774#M1216087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-11T12:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to set table controls null row disable?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-table-controls-null-row-disable/m-p/5266775#M1216088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi , &lt;/P&gt;&lt;P&gt;for disabling a row u can use.&lt;/P&gt;&lt;P&gt;based of the condition u can  disable u r table &lt;/P&gt;&lt;P&gt; ls_stylerow-style = cl_gui_alv_grid=&amp;gt;mc_style_disabled.&lt;/P&gt;&lt;P&gt;"set field to disabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;chinnaiya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2009 12:07:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-table-controls-null-row-disable/m-p/5266775#M1216088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-11T12:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to set table controls null row disable?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-table-controls-null-row-disable/m-p/5266776#M1216089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;problem is solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2009 12:16:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-table-controls-null-row-disable/m-p/5266776#M1216089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-11T12:16:30Z</dc:date>
    </item>
  </channel>
</rss>

