<?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 Empty Rows in Table Control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/empty-rows-in-table-control/m-p/1606710#M272243</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;m having table control on my screen......but if its rows remain empty, it dsntnot allow me to do any work on it....i.e. till it remain empty i cant press button on screen.....can any one help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Oct 2006 10:53:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-18T10:53:48Z</dc:date>
    <item>
      <title>Empty Rows in Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/empty-rows-in-table-control/m-p/1606710#M272243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;m having table control on my screen......but if its rows remain empty, it dsntnot allow me to do any work on it....i.e. till it remain empty i cant press button on screen.....can any one help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 10:53:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/empty-rows-in-table-control/m-p/1606710#M272243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T10:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Empty Rows in Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/empty-rows-in-table-control/m-p/1606711#M272244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to check no row is empty, do not insert any empty row&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 10:57:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/empty-rows-in-table-control/m-p/1606711#M272244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T10:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Empty Rows in Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/empty-rows-in-table-control/m-p/1606712#M272245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    there may some validation in PAI in chain ... endchain&lt;/P&gt;&lt;P&gt;    on screen fields try to modify the logic&lt;/P&gt;&lt;P&gt;     as &lt;/P&gt;&lt;P&gt;    loop at itab.&lt;/P&gt;&lt;P&gt;     chain .&lt;/P&gt;&lt;P&gt;      module validate. &lt;/P&gt;&lt;P&gt;     endchain    &lt;/P&gt;&lt;P&gt;    endloop.     &lt;/P&gt;&lt;P&gt;    module validate.&lt;/P&gt;&lt;P&gt;    if not itab is initial.&lt;/P&gt;&lt;P&gt;     do validataion&lt;/P&gt;&lt;P&gt;    endif.   &lt;/P&gt;&lt;P&gt;or check in table control field properties &lt;/P&gt;&lt;P&gt;whether &amp;lt;b&amp;gt;required property &amp;lt;/b&amp;gt; is checked .&lt;/P&gt;&lt;P&gt;If yes uncheck the property&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Regards&lt;/P&gt;&lt;P&gt;amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 11:25:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/empty-rows-in-table-control/m-p/1606712#M272245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T11:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Empty Rows in Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/empty-rows-in-table-control/m-p/1606713#M272246</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;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND_9002_EXIT at exit-command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create a back button of type e&lt;/P&gt;&lt;P&gt;then try with your back if it works then it should work,.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you post your code in here.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;venki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2006 03:25:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/empty-rows-in-table-control/m-p/1606713#M272246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-19T03:25:03Z</dc:date>
    </item>
  </channel>
</rss>

