<?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: in table control! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-table-control/m-p/2867033#M672595</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;i dont know why it comes out.i created one text field and entererd 'table control' for display. After entered some values in table control and press enter key cursor comes into that text field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Senthil kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Oct 2007 06:32:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-08T06:32:37Z</dc:date>
    <item>
      <title>in table control!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-table-control/m-p/2867028#M672590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi SDNers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created one table control with 4 columns.it sounds good. but if i entered some values upto n rows and press 'Enter' key the rest of the rows get disabled.i want to be in enable mode.how to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your reply will be appreciated and rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Senthil kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 03:49:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-table-control/m-p/2867028#M672590</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-05T03:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: in table control!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-table-control/m-p/2867029#M672591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;while validating your fields place then in CHAIN and ENDCHAIN in your PAI module, it make all the fields open...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sairam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 06:04:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-table-control/m-p/2867029#M672591</guid>
      <dc:creator>former_member196280</dc:creator>
      <dc:date>2007-10-05T06:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: in table control!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-table-control/m-p/2867030#M672592</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 Module tab1_change_tc_attr in PBO, write this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE tab1_change_tc_attr OUTPUT.&lt;/P&gt;&lt;P&gt;  &amp;lt;b&amp;gt;IF ok_code (or sy-ucomm)IS NOT INITIAL.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;    DESCRIBE TABLE itab_det LINES tab1-lines.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt; ENDIF.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 09:10:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-table-control/m-p/2867030#M672592</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-05T09:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: in table control!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-table-control/m-p/2867031#M672593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi shah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i got it. thanks for helpful answers.but i need the cursor in that cell i.e last i entered some value in particular cell. now cursor come out of table control.how to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Senthil kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Oct 2007 03:31:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-table-control/m-p/2867031#M672593</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-06T03:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: in table control!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-table-control/m-p/2867032#M672594</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;i took one table control and write this code, but when i press enter, cursor is at last modified cell only.&lt;/P&gt;&lt;P&gt;why u cant get same like this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Oct 2007 09:03:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-table-control/m-p/2867032#M672594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-06T09:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: in table control!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-table-control/m-p/2867033#M672595</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;i dont know why it comes out.i created one text field and entererd 'table control' for display. After entered some values in table control and press enter key cursor comes into that text field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Senthil kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 06:32:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-table-control/m-p/2867033#M672595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T06:32:37Z</dc:date>
    </item>
  </channel>
</rss>

