<?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: Selection screen field populate when user press enter button in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-field-populate-when-user-press-enter-button/m-p/12165086#M1978448</link>
    <description>&lt;P&gt;Thanks for answer  @Venkat &lt;/P&gt;&lt;P&gt;But here i am facing different issue that is, when i click enter the data is populating but when i click on execute button (F8) also data is populating but this should not happen, when i click on enter the fields data should be populated and when i click F8 different screen need to be execute.&lt;/P&gt;</description>
    <pubDate>Wed, 25 Mar 2020 12:05:54 GMT</pubDate>
    <dc:creator>former_member686690</dc:creator>
    <dc:date>2020-03-25T12:05:54Z</dc:date>
    <item>
      <title>Selection screen field populate when user press enter button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-field-populate-when-user-press-enter-button/m-p/12165083#M1978445</link>
      <description>&lt;P&gt;I had a requirement like.. ( selection screen report), not an module pool program.&lt;/P&gt;
  &lt;P&gt;Field 1: personnel number&lt;/P&gt;
  &lt;P&gt;field 2: first name&lt;/P&gt;
  &lt;P&gt;field 3: last name&lt;/P&gt;
  &lt;P&gt;field 4: date of birth&lt;/P&gt;
  &lt;P&gt;When i enter personnel number and click on enter the below fields value need to be populated.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 18:27:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-field-populate-when-user-press-enter-button/m-p/12165083#M1978445</guid>
      <dc:creator>former_member686690</dc:creator>
      <dc:date>2020-03-24T18:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen field populate when user press enter button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-field-populate-when-user-press-enter-button/m-p/12165084#M1978446</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You can write a code to populate in the following event.AT SELECTION-SCREEN.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PARAMETERS : P_pernr type PA0001-pernr,
             P_name1 type nam31,
             p_name2 type name2 .
AT SELECTION-SCREEN.
 select single sname , ename from pa0001 into (p_name1 , p_name2) where pernr = p_pernr &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;When you press Enter, AT SELECTION SCREEN event will be fired and you can handle the data populate here&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 24 Mar 2020 19:41:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-field-populate-when-user-press-enter-button/m-p/12165084#M1978446</guid>
      <dc:creator>venkateswaran_k</dc:creator>
      <dc:date>2020-03-24T19:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen field populate when user press enter button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-field-populate-when-user-press-enter-button/m-p/12165085#M1978447</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;manideep31&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;You can also handle this solution using F4. When you select the value for the first field using F4, subsequent fields will be filled during the same action.&lt;/P&gt;&lt;P&gt;Recommend you to go through the event:&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST ON PERNR. &lt;/P&gt;&lt;P&gt;* Call the below FM for the required field to be populated along with other fields.&lt;/P&gt;&lt;P&gt;CALL FUNCTION F4IF_INT_TABLE_VALUE_REQUEST.&lt;/P&gt;&lt;P&gt;Its own documentation will have a detailed information on how the FM can be used.&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2020 05:13:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-field-populate-when-user-press-enter-button/m-p/12165085#M1978447</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2020-03-25T05:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen field populate when user press enter button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-field-populate-when-user-press-enter-button/m-p/12165086#M1978448</link>
      <description>&lt;P&gt;Thanks for answer  @Venkat &lt;/P&gt;&lt;P&gt;But here i am facing different issue that is, when i click enter the data is populating but when i click on execute button (F8) also data is populating but this should not happen, when i click on enter the fields data should be populated and when i click F8 different screen need to be execute.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2020 12:05:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-field-populate-when-user-press-enter-button/m-p/12165086#M1978448</guid>
      <dc:creator>former_member686690</dc:creator>
      <dc:date>2020-03-25T12:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen field populate when user press enter button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-field-populate-when-user-press-enter-button/m-p/12165087#M1978449</link>
      <description>&lt;P&gt;Thanks for Answer  @satish kumar,  &lt;/P&gt;&lt;P&gt;yeah we can handle but business is expecting different mode &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; . &lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2020 12:07:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-field-populate-when-user-press-enter-button/m-p/12165087#M1978449</guid>
      <dc:creator>former_member686690</dc:creator>
      <dc:date>2020-03-25T12:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen field populate when user press enter button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-field-populate-when-user-press-enter-button/m-p/12165088#M1978450</link>
      <description>&lt;P&gt;Okay, then you add the IF statement as below&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;AT SELECTION-SCREEN.
 IF SY-UCOMM NE 'ONLI'.
 select single sname , ename from pa0001 into (p_name1 , p_name2) where pernr = p_pernr 
 ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 25 Mar 2020 12:17:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-field-populate-when-user-press-enter-button/m-p/12165088#M1978450</guid>
      <dc:creator>venkateswaran_k</dc:creator>
      <dc:date>2020-03-25T12:17:17Z</dc:date>
    </item>
  </channel>
</rss>

