<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1742504#M322483</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;some of the operation which u can do on selection screen given in sap help file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;additions :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. ... ON psel &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. ... ON END OF sel &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. ... ON VALUE-REQUEST FOR psel_low_high &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. ... ON HELP-REQUEST FOR psel_low_high &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. ... ON RADIOBUTTON GROUP radi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. ... ON BLOCK block &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. ... OUTPUT &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else if u want to do operations of the check boxes and radio buttons then u can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just declare a variable &lt;/P&gt;&lt;P&gt;cursorfield(20) type c. &lt;/P&gt;&lt;P&gt;And a temporary variable to set the flag P_1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  get cursor field cursorfield.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if cursorfield = 'P_CHECK1'." p_check is the name of the checkbox on my screen.&lt;/P&gt;&lt;P&gt;      P_1 = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after this u can manipulate the screen contents as u want&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it will resolve ur problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vamsi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Jan 2007 04:45:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-02T04:45:56Z</dc:date>
    <item>
      <title>Selection-Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1742497#M322476</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;       Is it possible that any event[SELECTION SCREEN] can be fire on particular field immediate after leaving the focus to another field.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;If yes then pls let me know the complete steps.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rajnish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jan 2007 16:29:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1742497#M322476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-01T16:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1742498#M322477</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; In the selection-screen, there is no event after leaving the focus to another field..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The user has to press enter or F8 to trigger event the AT SELECTION-SCREEN &amp;amp; AT SELECTION-SCREEN OUTPUT event..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jan 2007 17:02:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1742498#M322477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-01T17:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1742499#M322478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajnish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try this event. AT SELECTION-SCREEN FIELD.&lt;/P&gt;&lt;P&gt;e.g. : AT SELECTION-SCREEN KUNNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jan 2007 17:15:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1742499#M322478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-01T17:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1742500#M322479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use event at selection screen on field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON &amp;lt;field&amp;gt;&lt;/P&gt;&lt;P&gt;is triggered when the contents of each individual input field are passed from the selection screen&lt;/P&gt;&lt;P&gt;to the ABAP program. The input field &amp;lt;field&amp;gt; can be checked in the corresponding event block.&lt;/P&gt;&lt;P&gt;If an error message occurs within this event block, the corresponding field is made ready for input&lt;/P&gt;&lt;P&gt;again on the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK PART1 WITH FRAME.&lt;/P&gt;&lt;P&gt;PARAMETERS: NUMBER1 TYPE I,&lt;/P&gt;&lt;P&gt;NUMBER2 TYPE I,&lt;/P&gt;&lt;P&gt;NUMBER3 TYPE I.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK PART1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK PART2 WITH FRAME.&lt;/P&gt;&lt;P&gt;PARAMETERS: NUMBER4 TYPE I,&lt;/P&gt;&lt;P&gt;NUMBER5 TYPE I,&lt;/P&gt;&lt;P&gt;NUMBER6 TYPE I.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK PART2.&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON BLOCK PART1.&lt;/P&gt;&lt;P&gt;IF NUMBER3 LT NUMBER2 OR&lt;/P&gt;&lt;P&gt;NUMBER3 LT NUMBER1 OR&lt;/P&gt;&lt;P&gt;NUMBER2 LT NUMBER1.&lt;/P&gt;&lt;P&gt;MESSAGE E020(HB).&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON BLOCK PART2.&lt;/P&gt;&lt;P&gt;IF NUMBER6 LT NUMBER5 OR&lt;/P&gt;&lt;P&gt;NUMBER6 LT NUMBER4 OR&lt;/P&gt;&lt;P&gt;NUMBER5 LT NUMBER4.&lt;/P&gt;&lt;P&gt;MESSAGE E030(HB).&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jan 2007 18:06:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1742500#M322479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-01T18:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1742501#M322480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try with this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;additions :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. ... ON psel &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. ... ON END OF sel &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. ... ON VALUE-REQUEST FOR psel_low_high &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. ... ON HELP-REQUEST FOR psel_low_high &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. ... ON RADIOBUTTON GROUP radi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. ... ON BLOCK block &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. ... OUTPUT &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2007 03:20:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1742501#M322480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-02T03:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1742502#M322481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rajnish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    There is no such event , after leaving the focus to another field.Only you have to press enter or press F8(execute)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2007 03:35:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1742502#M322481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-02T03:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1742503#M322482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi use &lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON FIELD event This even trigers when user click enter or F8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nagendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2007 04:01:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1742503#M322482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-02T04:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1742504#M322483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;some of the operation which u can do on selection screen given in sap help file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;additions :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. ... ON psel &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. ... ON END OF sel &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. ... ON VALUE-REQUEST FOR psel_low_high &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. ... ON HELP-REQUEST FOR psel_low_high &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. ... ON RADIOBUTTON GROUP radi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. ... ON BLOCK block &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. ... OUTPUT &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else if u want to do operations of the check boxes and radio buttons then u can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just declare a variable &lt;/P&gt;&lt;P&gt;cursorfield(20) type c. &lt;/P&gt;&lt;P&gt;And a temporary variable to set the flag P_1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  get cursor field cursorfield.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if cursorfield = 'P_CHECK1'." p_check is the name of the checkbox on my screen.&lt;/P&gt;&lt;P&gt;      P_1 = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after this u can manipulate the screen contents as u want&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it will resolve ur problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vamsi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2007 04:45:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1742504#M322483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-02T04:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1742505#M322484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks To All Of You....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 04:41:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1742505#M322484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T04:41:50Z</dc:date>
    </item>
  </channel>
</rss>

