<?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 Cursor position in table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position-in-table-control/m-p/5067104#M1177281</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. I've added a new field to a table control generated for a table view in SM30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The new field is part of the key, and is now the 4th out of 5 key fields, and there are 6 more fields in the table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The new field works fine, however the cursor keeps jumping to the new field instead of the first field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've put a SET CURSOR statement in the PBO of the screen, but it does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could re-build the screen easily enough but does anyone know how to get round this without doing that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;Dave.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Jan 2009 17:36:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-20T17:36:38Z</dc:date>
    <item>
      <title>Cursor position in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position-in-table-control/m-p/5067104#M1177281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. I've added a new field to a table control generated for a table view in SM30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The new field is part of the key, and is now the 4th out of 5 key fields, and there are 6 more fields in the table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The new field works fine, however the cursor keeps jumping to the new field instead of the first field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've put a SET CURSOR statement in the PBO of the screen, but it does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could re-build the screen easily enough but does anyone know how to get round this without doing that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;Dave.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2009 17:36:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position-in-table-control/m-p/5067104#M1177281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-20T17:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Cursor position in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position-in-table-control/m-p/5067105#M1177282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, David &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use GET CURSOR in PAI and SET CURSOR in PBO, hope this will wrok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2009 17:53:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position-in-table-control/m-p/5067105#M1177282</guid>
      <dc:creator>faisalatsap</dc:creator>
      <dc:date>2009-01-20T17:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Cursor position in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position-in-table-control/m-p/5067106#M1177283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After you added the field to the table, did you change the table maintenance dialogue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2009 17:56:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position-in-table-control/m-p/5067106#M1177283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-20T17:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cursor position in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position-in-table-control/m-p/5067107#M1177284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. Sorry for delay in response. Yes, I have updated the table maintenance dialog, that is where I am having problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I go to SM30 my new field is there, but the cursor jumps to the new field on entry to SM30 and when adding new lines. It should go to the first field in the table, my new field is in the middle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done "SET CURSOR FIELD &lt;SPAN __jive_macro_name="fieldname"&gt;&lt;/SPAN&gt; line 1" in the PBO, but it does not work. Do I need to GET CURSOR in PAI for the PBO to work? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why does it go to the new field though? Is there a sequence somewhere that can be changed? I have checked in the screen builder and can not see anything except display sequence, which is fine, my field is displaying in the right place, it is just the cursor that is wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;Dave.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 09:11:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position-in-table-control/m-p/5067107#M1177284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-22T09:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Cursor position in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position-in-table-control/m-p/5067108#M1177285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you changed the table maintenance dialogue, which reason(s) for change did you select?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 14:24:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position-in-table-control/m-p/5067108#M1177285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-22T14:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cursor position in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position-in-table-control/m-p/5067109#M1177286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. Where do you put a reason for change? I just changed the screen from the function group in SE80.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dave.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 15:47:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position-in-table-control/m-p/5067109#M1177286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-22T15:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Cursor position in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position-in-table-control/m-p/5067110#M1177287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, I guess this is the source of your problem. Go to the table maintenance generator in SE11 and press the change button on the top left. It will give you a popup where you give your reason(s) for change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will probably lose any screen changes you made directly through SE80 though (a good reason not to make them in the first place).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 17:01:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position-in-table-control/m-p/5067110#M1177287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-22T17:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Cursor position in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position-in-table-control/m-p/5067111#M1177288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 17:05:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position-in-table-control/m-p/5067111#M1177288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-22T17:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Cursor position in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position-in-table-control/m-p/5067112#M1177289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. I started from SE11. I changed the actual table, then I changed the view in SE11, then I went to SE80 and changed the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have actually just fixed the problem, for some reason the text field on the screen did not start with a * like all the others, so it was actually called the same as the input/output field, however it allowed that without errors. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That must have been throwing it out. I renamed the field to have a * at the beginning and it is now fine without the need for a SET CURSOR statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dave.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2009 08:53:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cursor-position-in-table-control/m-p/5067112#M1177289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-23T08:53:38Z</dc:date>
    </item>
  </channel>
</rss>

