<?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: Table Control in Editable mode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-editable-mode/m-p/7198464#M1520831</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello shails81&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specify in the 1° modification group of the fields on this table control the same number that is inserted in the other fields that are editable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Att.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kleber Santos&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Aug 2010 21:26:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-12T21:26:03Z</dc:date>
    <item>
      <title>Table Control in Editable mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-editable-mode/m-p/7198463#M1520830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created an infotype which has a table control. But all the table control lines are in non-editable mode. I would like to have all the lines in editable mode. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;shails&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2010 21:02:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-editable-mode/m-p/7198463#M1520830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-12T21:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control in Editable mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-editable-mode/m-p/7198464#M1520831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello shails81&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specify in the 1° modification group of the fields on this table control the same number that is inserted in the other fields that are editable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Att.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kleber Santos&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2010 21:26:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-editable-mode/m-p/7198464#M1520831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-12T21:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control in Editable mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-editable-mode/m-p/7198465#M1520832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kleber,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table control is in a display mode. None of the fields are editable. I want all the fields or rows to be enabled for user input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;shails&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 20:19:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-editable-mode/m-p/7198465#M1520832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-13T20:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control in Editable mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-editable-mode/m-p/7198466#M1520833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your internal table contains no record and when you are refering to the table control then all the lines will get disabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you will be knowing the number of lines your table control displays in singe page...say 10 lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So initially in the PBO append 10 initial lines to your itab. then set the property &lt;STRONG&gt;lines&lt;/STRONG&gt; of the table control to the total lines of internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in pbo capture the user command &lt;STRONG&gt;page down&lt;/STRONG&gt; and append 10 initial lines to your itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you got the idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if your itab already has some records , then just set the &lt;STRONG&gt;lines&lt;/STRONG&gt; as total record count of your internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also change the property in the screen attributes for each field of the control&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 21:36:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-editable-mode/m-p/7198466#M1520833</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-08-13T21:36:18Z</dc:date>
    </item>
  </channel>
</rss>

