<?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: fields getting disabled in control table. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-getting-disabled-in-control-table/m-p/1751887#M326058</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check PAI &amp;amp; PBO routines carefully.&lt;/P&gt;&lt;P&gt;If you press 'ENTER',after that are you setting screen-fields input=0. ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN PBO what you acn do is check for process-code = enter-code ,then the  control table loop shd keep screen-input = 1. update screen table.&lt;/P&gt;&lt;P&gt;e.g.For this you need to set group1 in field atribute of control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT SCREEN .                 &lt;/P&gt;&lt;P&gt;    IF SCREEN-GROUP1 = 'GR1'.      &lt;/P&gt;&lt;P&gt;      SCREEN-INPUT = '1'.          &lt;/P&gt;&lt;P&gt;      MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;   ENDIF.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Dec 2006 11:44:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-15T11:44:09Z</dc:date>
    <item>
      <title>fields getting disabled in control table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-getting-disabled-in-control-table/m-p/1751886#M326057</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;In my screen,there is a control table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i fill some rows of the control table and press 'Enter',rest of the rows are getting disabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody let me know,why is it happening so and solution for the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 06:23:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-getting-disabled-in-control-table/m-p/1751886#M326057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-15T06:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: fields getting disabled in control table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-getting-disabled-in-control-table/m-p/1751887#M326058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check PAI &amp;amp; PBO routines carefully.&lt;/P&gt;&lt;P&gt;If you press 'ENTER',after that are you setting screen-fields input=0. ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN PBO what you acn do is check for process-code = enter-code ,then the  control table loop shd keep screen-input = 1. update screen table.&lt;/P&gt;&lt;P&gt;e.g.For this you need to set group1 in field atribute of control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT SCREEN .                 &lt;/P&gt;&lt;P&gt;    IF SCREEN-GROUP1 = 'GR1'.      &lt;/P&gt;&lt;P&gt;      SCREEN-INPUT = '1'.          &lt;/P&gt;&lt;P&gt;      MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;   ENDIF.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 11:44:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-getting-disabled-in-control-table/m-p/1751887#M326058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-15T11:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: fields getting disabled in control table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-getting-disabled-in-control-table/m-p/1751888#M326059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rushali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx for your responce.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in my case if i am filling two records and if pressing enter ,then those two filled records will be enabled for input but rest of the fields are getting disabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per your sentence -&lt;/P&gt;&lt;P&gt;     "If you press 'ENTER',after that are you setting screen-fields input=0. ?"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this would be the case,all the rows of control table would have been disabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in my case only empty records are getting disabled not filled one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you guide me this regard?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 12:44:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-getting-disabled-in-control-table/m-p/1751888#M326059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-15T12:44:23Z</dc:date>
    </item>
  </channel>
</rss>

