<?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: AT SLECTION-SCREEN in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-slection-screen/m-p/1785761#M338395</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AT SELECTION_SCREEN OUTPUT is executed at the PBO of the selection screen after the user presses ENTER key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this one can LOOP AT SCREEN and modify the screen properties.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Dec 2006 11:01:08 GMT</pubDate>
    <dc:creator>Sathish</dc:creator>
    <dc:date>2006-12-13T11:01:08Z</dc:date>
    <item>
      <title>AT SLECTION-SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-slection-screen/m-p/1785757#M338391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;what is the difference between AT SELECTION-SCREEN and AT SELECTION-SCREEN-OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PBO + AT SELECTION SCREEN = AT SELECTION SCREEN OUTPUT?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like based on 1st screen validations 2nd screen has to enable or disable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 10:56:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-slection-screen/m-p/1785757#M338391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T10:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: AT SLECTION-SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-slection-screen/m-p/1785758#M338392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN-OUTPUT = &amp;lt;b&amp;gt;PBO&amp;lt;/b&amp;gt; before sending the selection screen&lt;/P&gt;&lt;P&gt;AT SELECTION SCREEN = &amp;lt;b&amp;gt;PAI&amp;lt;/b&amp;gt; after user entered ENTER or executes report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 10:59:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-slection-screen/m-p/1785758#M338392</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2006-12-13T10:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: AT SLECTION-SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-slection-screen/m-p/1785759#M338393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To Put it simply&lt;/P&gt;&lt;P&gt;at selection screen output = PBO&lt;/P&gt;&lt;P&gt;AT SELECTION SCREEN = PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 10:59:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-slection-screen/m-p/1785759#M338393</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T10:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: AT SLECTION-SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-slection-screen/m-p/1785760#M338394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;at selection screen is when the screen is still in memory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then PBO happens&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then At selection screen on output is after the screen is displayed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 10:59:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-slection-screen/m-p/1785760#M338394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T10:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: AT SLECTION-SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-slection-screen/m-p/1785761#M338395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AT SELECTION_SCREEN OUTPUT is executed at the PBO of the selection screen after the user presses ENTER key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this one can LOOP AT SCREEN and modify the screen properties.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 11:01:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-slection-screen/m-p/1785761#M338395</guid>
      <dc:creator>Sathish</dc:creator>
      <dc:date>2006-12-13T11:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: AT SLECTION-SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-slection-screen/m-p/1785762#M338396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This simple program says all..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES: MKPF.&lt;/P&gt;&lt;P&gt;DATA: ITAB LIKE STANDARD TABLE OF MSEG.&lt;/P&gt;&lt;P&gt;PARAMETERS: P_MBLNR LIKE MKPF-MBLNR,&lt;/P&gt;&lt;P&gt;            P_DATE LIKE MKPF-CPUDT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;  LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;    IF SCREEN-NAME EQ 'P_MBLNR'.&lt;/P&gt;&lt;P&gt;      SCREEN-REQUIRED = 1.&lt;/P&gt;&lt;P&gt;      MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;  SELECT SINGLE * FROM MKPF WHERE MBLNR EQ P_MBLNR.&lt;/P&gt;&lt;P&gt;  IF SY-SUBRC NE 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    MESSAGE 'Not exists' TYPE 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 11:07:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-slection-screen/m-p/1785762#M338396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T11:07:03Z</dc:date>
    </item>
  </channel>
</rss>

