<?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: How to simulate Enter when parameter lost focus in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-simulate-enter-when-parameter-lost-focus/m-p/11849305#M1958064</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've something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF sy-ucomm &amp;lt;&amp;gt; 'ONLI'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF ( ppes = 8 OR ppes = 10 ).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pidi = '3'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ENDIF.&lt;/P&gt;&lt;P&gt;&amp;nbsp; ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ppes is a parameter where people puts KGS and in case KGS are equal to 8 or equal to 10 then&lt;/P&gt;&lt;P&gt;pidi (another parameter) change to Korean language in case people press enter&amp;nbsp;&amp;nbsp; and, it works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want is to avoid is that people have to press Enter, they are not used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Sep 2016 07:48:17 GMT</pubDate>
    <dc:creator>former_member254358</dc:creator>
    <dc:date>2016-09-06T07:48:17Z</dc:date>
    <item>
      <title>How to simulate Enter when parameter lost focus</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-simulate-enter-when-parameter-lost-focus/m-p/11849303#M1958062</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 would like whether it's possible to simulate Enter when one parameter in the selection-screen lost focus?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on the value of this paramater another parameter is filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 07:17:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-simulate-enter-when-parameter-lost-focus/m-p/11849303#M1958062</guid>
      <dc:creator>former_member254358</dc:creator>
      <dc:date>2016-09-06T07:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to simulate Enter when parameter lost focus</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-simulate-enter-when-parameter-lost-focus/m-p/11849304#M1958063</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 do you mean with lost focus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a standard selection screen and you enter data and skip between parameter fields with the TAB key then there is no event and no communication from front end to back end, you can put a user command on a radio button or on a checkbox to force this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards, Rob Dielemans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 07:32:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-simulate-enter-when-parameter-lost-focus/m-p/11849304#M1958063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-06T07:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to simulate Enter when parameter lost focus</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-simulate-enter-when-parameter-lost-focus/m-p/11849305#M1958064</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've something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF sy-ucomm &amp;lt;&amp;gt; 'ONLI'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF ( ppes = 8 OR ppes = 10 ).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pidi = '3'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ENDIF.&lt;/P&gt;&lt;P&gt;&amp;nbsp; ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ppes is a parameter where people puts KGS and in case KGS are equal to 8 or equal to 10 then&lt;/P&gt;&lt;P&gt;pidi (another parameter) change to Korean language in case people press enter&amp;nbsp;&amp;nbsp; and, it works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want is to avoid is that people have to press Enter, they are not used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 07:48:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-simulate-enter-when-parameter-lost-focus/m-p/11849305#M1958064</guid>
      <dc:creator>former_member254358</dc:creator>
      <dc:date>2016-09-06T07:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to simulate Enter when parameter lost focus</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-simulate-enter-when-parameter-lost-focus/m-p/11849306#M1958065</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;Instead of an input parameter use a DrillDown box that will give you the possibility to "simulate" your Enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope to help&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 08:23:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-simulate-enter-when-parameter-lost-focus/m-p/11849306#M1958065</guid>
      <dc:creator>roberto_vacca2</dc:creator>
      <dc:date>2016-09-06T08:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to simulate Enter when parameter lost focus</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-simulate-enter-when-parameter-lost-focus/m-p/11849307#M1958066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 08:39:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-simulate-enter-when-parameter-lost-focus/m-p/11849307#M1958066</guid>
      <dc:creator>former_member254358</dc:creator>
      <dc:date>2016-09-06T08:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to simulate Enter when parameter lost focus</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-simulate-enter-when-parameter-lost-focus/m-p/11849308#M1958067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't you just want a function code automatically executed on changing a value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next statement is valid for checkbox, radiobutton, dropdown listbox :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS ... USER-COMMAND ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 19:06:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-simulate-enter-when-parameter-lost-focus/m-p/11849308#M1958067</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-09-06T19:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to simulate Enter when parameter lost focus</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-simulate-enter-when-parameter-lost-focus/m-p/11849309#M1958068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ultimately is the user who fill in the pidi parameter. It isn't mandatory that if ppes = 8 or ppes = 10 the pidi would be equal to 3, this is only a proposal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, the use puts 10 in ppes, then pidi changes to 3. This is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the user decides to change pidi to EN but, I think the pidi will change to 3 automaticaly again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the only solution is that pidi changes when the ENTER is pressed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 08:14:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-simulate-enter-when-parameter-lost-focus/m-p/11849309#M1958068</guid>
      <dc:creator>former_member254358</dc:creator>
      <dc:date>2016-09-07T08:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to simulate Enter when parameter lost focus</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-simulate-enter-when-parameter-lost-focus/m-p/11849310#M1958069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To avoid this you can put a conition within your handling for the listbox function code on field ppes.&lt;/P&gt;&lt;P&gt;Just check if pidi is initial. If true set pidi to 3. Else do nothing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 09:52:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-simulate-enter-when-parameter-lost-focus/m-p/11849310#M1958069</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-07T09:52:15Z</dc:date>
    </item>
  </channel>
</rss>

