<?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: hitting tabs in module pool screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hitting-tabs-in-module-pool-screen/m-p/7391771#M1545520</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;As Per my knowledge it depends how you have taken your controls on the screen.&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;when you drag and drop the controls on the screen there sequesnce is defined then&lt;/P&gt;&lt;P&gt;so If you have taken your input output control first and then the button and after that many other controls.&lt;/P&gt;&lt;P&gt;In this case whenever you will hit the TAB the cursor will go to the control which was secondly dragged to the screen.&lt;/P&gt;&lt;P&gt;in your case it might be possible that you have taken one input output box first and then the button and after that the secodn input output box.&lt;/P&gt;&lt;P&gt;so the sequence is 1. input output box.&lt;/P&gt;&lt;P&gt;                                2. button.&lt;/P&gt;&lt;P&gt;                                3. input output box.&lt;/P&gt;&lt;P&gt;so whenever you will hit the tab your cursor will go to first input box and then on button and then on second input box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to change the sequence or again drag and drop the control in a sequence&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it is clear to you&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Lalit Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Oct 2010 09:50:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-11T09:50:22Z</dc:date>
    <item>
      <title>hitting tabs in module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hitting-tabs-in-module-pool-screen/m-p/7391767#M1545516</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 created a screen for a custom transaction where there are 2 input fields and one pushbutton.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The placement on the screen is that in the first line I have one field and next to it is the pushbutton.&lt;/P&gt;&lt;P&gt;The second input field is on the next line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&amp;lt;input field 1&amp;gt;    &amp;lt;pushbutton&amp;gt;

&amp;lt;input field 2&amp;gt;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current scenario is that after entering value for "input field 1", the user hits the tab button on the keyboard. This takes the user to the "pushbutton". On hitting tab again, the control comes to "input field 2".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to change this. Once the user enters a value in &amp;lt;input field 1&amp;gt; and then presses a tab, the control should go to &amp;lt;input field 2&amp;gt;, and not to &amp;lt;pushbutton&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We do not intend to change the position of the pushbutton.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how this can be achieved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 09:26:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hitting-tabs-in-module-pool-screen/m-p/7391767#M1545516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-11T09:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: hitting tabs in module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hitting-tabs-in-module-pool-screen/m-p/7391768#M1545517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to use SET CURSOR....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 09:35:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hitting-tabs-in-module-pool-screen/m-p/7391768#M1545517</guid>
      <dc:creator>RahulKeshav</dc:creator>
      <dc:date>2010-10-11T09:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: hitting tabs in module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hitting-tabs-in-module-pool-screen/m-p/7391769#M1545518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check...&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="492848"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 09:43:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hitting-tabs-in-module-pool-screen/m-p/7391769#M1545518</guid>
      <dc:creator>RahulKeshav</dc:creator>
      <dc:date>2010-10-11T09:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: hitting tabs in module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hitting-tabs-in-module-pool-screen/m-p/7391770#M1545519</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;You can put a box around field_1 and field_2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 09:47:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hitting-tabs-in-module-pool-screen/m-p/7391770#M1545519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-11T09:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: hitting tabs in module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hitting-tabs-in-module-pool-screen/m-p/7391771#M1545520</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;As Per my knowledge it depends how you have taken your controls on the screen.&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;when you drag and drop the controls on the screen there sequesnce is defined then&lt;/P&gt;&lt;P&gt;so If you have taken your input output control first and then the button and after that many other controls.&lt;/P&gt;&lt;P&gt;In this case whenever you will hit the TAB the cursor will go to the control which was secondly dragged to the screen.&lt;/P&gt;&lt;P&gt;in your case it might be possible that you have taken one input output box first and then the button and after that the secodn input output box.&lt;/P&gt;&lt;P&gt;so the sequence is 1. input output box.&lt;/P&gt;&lt;P&gt;                                2. button.&lt;/P&gt;&lt;P&gt;                                3. input output box.&lt;/P&gt;&lt;P&gt;so whenever you will hit the tab your cursor will go to first input box and then on button and then on second input box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to change the sequence or again drag and drop the control in a sequence&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it is clear to you&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Lalit Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 09:50:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hitting-tabs-in-module-pool-screen/m-p/7391771#M1545520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-11T09:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: hitting tabs in module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hitting-tabs-in-module-pool-screen/m-p/7391772#M1545521</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;you need to use set cursor.&lt;/P&gt;&lt;P&gt;check in the PAI module.&lt;/P&gt;&lt;P&gt;if not &amp;lt;input field1&amp;gt; is initial.&lt;/P&gt;&lt;P&gt;SET CURSOR FIELD &amp;lt;input field2&amp;gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried putting the fields in the box and it works.&lt;/P&gt;&lt;P&gt;it does not depend on the sequesnce in which the fields have been dragged and dropped on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Sakshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 09:53:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hitting-tabs-in-module-pool-screen/m-p/7391772#M1545521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-11T09:53:57Z</dc:date>
    </item>
  </channel>
</rss>

