<?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 Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/5587460#M1273922</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RSDEMO02&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 May 2009 08:30:54 GMT</pubDate>
    <dc:creator>GauthamV</dc:creator>
    <dc:date>2009-05-07T08:30:54Z</dc:date>
    <item>
      <title>Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/5587459#M1273921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a dialog program which has 3 transactions for 3 screens.All the screens have the same structure, the only difference is that, on the first screen the user can create the record, on second the user can change the data and the third one is for display only.The screen contains a tabstrip , in one of the tabs there is a table control.The table cotrol has been created using the wizard. Now I am facing few problems with the table control:&lt;/P&gt;&lt;P&gt;1.On the create screen when the user enters the data in the table control and presses the enter the rest of the table control gets disabled and the user cant enter any more rows.Though I want when the user presses enter, in the serial No. field the next no. should be generated on its own.&lt;/P&gt;&lt;P&gt;2.In the change screen the user can see only those lines in the table control in editable mode whic were created by the user. Rest of the lines are disabled and the user can not add more lines.&lt;/P&gt;&lt;P&gt;Please suggest the solution to these problems.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 08:29:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/5587459#M1273921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-07T08:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/5587460#M1273922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RSDEMO02&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 08:30:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/5587460#M1273922</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2009-05-07T08:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/5587461#M1273923</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;If certain screen fields in the table control needs to be disabled, find the fields which needs to be disabled and then in PBO do the logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;if screen-name eq 'ITAB-FIELD1'.&lt;/P&gt;&lt;P&gt;  screen-input = 0.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 08:32:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/5587461#M1273923</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2009-05-07T08:32:31Z</dc:date>
    </item>
  </channel>
</rss>

