<?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 - Move cursor next line in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-move-cursor-next-line/m-p/2765164#M643914</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume from your description that the cursor is moving to the quantity field because you have a validation saying quantity must be provided, and you are issuing an error message (or that the qty column is marked as mandatory)?  If so, the greying out you are seeing is the standard behaviour for the table control... normally you fix the value with the error and press enter again and all is well in the world.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't want this greying-out to happen, you will have to play around with setting a flag in the validation to say there has been an error on line X, flicking through PAI and back into PBO, issuing an "S" message, putting the cursor in the right spot and re-displaying the screen just so that the table control lines all stay open for input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Sep 2007 00:30:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-13T00:30:20Z</dc:date>
    <item>
      <title>Table Control - Move cursor next line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-move-cursor-next-line/m-p/2765160#M643910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created table control with two fields - Invoice No. &amp;amp; Quantity.&lt;/P&gt;&lt;P&gt;When I am entering invoice no. first time (first row) and pressing enter key my cursor going to field qty but rest of the line of table control becomes gray (inactive) and i dont want like this, i want it to remain active, means i can enter value in second line also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to solve it...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dharmesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 12:00:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-move-cursor-next-line/m-p/2765160#M643910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-11T12:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control - Move cursor next line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-move-cursor-next-line/m-p/2765161#M643911</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;try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make change in MODULE &amp;lt;b&amp;gt;tab1_change_tc_attr&amp;lt;/b&amp;gt; of PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;because when u press enter ur sy-ucomm is space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;MODULE tab1_change_tc_attr OUTPUT.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;  IF ok_code or sy-ucomm IS NOT INITIAL.&lt;/P&gt;&lt;P&gt;    DESCRIBE TABLE itab_det LINES tab1-lines.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;ENDMODULE. &amp;lt;/b&amp;gt;                   "TAB1_CHANGE_TC_ATTR OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will solve ur problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 12:07:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-move-cursor-next-line/m-p/2765161#M643911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-11T12:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control - Move cursor next line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-move-cursor-next-line/m-p/2765162#M643912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry dhwanit...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is not working...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 12:15:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-move-cursor-next-line/m-p/2765162#M643912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-11T12:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control - Move cursor next line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-move-cursor-next-line/m-p/2765163#M643913</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;what u write just write that code because its working fine in my report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 12:35:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-move-cursor-next-line/m-p/2765163#M643913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-11T12:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control - Move cursor next line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-move-cursor-next-line/m-p/2765164#M643914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume from your description that the cursor is moving to the quantity field because you have a validation saying quantity must be provided, and you are issuing an error message (or that the qty column is marked as mandatory)?  If so, the greying out you are seeing is the standard behaviour for the table control... normally you fix the value with the error and press enter again and all is well in the world.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't want this greying-out to happen, you will have to play around with setting a flag in the validation to say there has been an error on line X, flicking through PAI and back into PBO, issuing an "S" message, putting the cursor in the right spot and re-displaying the screen just so that the table control lines all stay open for input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 00:30:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-move-cursor-next-line/m-p/2765164#M643914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T00:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control - Move cursor next line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-move-cursor-next-line/m-p/2765165#M643915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;chk these programs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEMO_DYNPRO_TABCONT_LOOP&lt;/P&gt;&lt;P&gt;DEMO_DYNPRO_TABCONT_LOOP_AT&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, 14 Sep 2007 06:58:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-move-cursor-next-line/m-p/2765165#M643915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-14T06:58:51Z</dc:date>
    </item>
  </channel>
</rss>

