<?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 selection screen output in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/1805605#M345802</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At-Selection screen output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This event is executed at PBO of the selection screen every time the user presses ENTER - in contrast to INITIALIZATION. Therefore, this event is not suitable for setting selection screen default values. Also, since AT SELECTION-SCREEN OUTPUT is first executed after the variant is imported (if a variant is used) and after adopting any values specified under SUBMIT in the WITH clause, changing the report parameters or the selection options in AT SELECTION-SCREEN OUTPUT would destroy the specified values. &lt;/P&gt;&lt;P&gt;&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;This is PAI--Process after Input...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Dec 2006 11:25:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-07T11:25:25Z</dc:date>
    <item>
      <title>At selection screen output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/1805604#M345801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is At selection screen output is PAI or PBO?&lt;/P&gt;&lt;P&gt;explain in detail&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 11:22:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/1805604#M345801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T11:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: At selection screen output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/1805605#M345802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At-Selection screen output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This event is executed at PBO of the selection screen every time the user presses ENTER - in contrast to INITIALIZATION. Therefore, this event is not suitable for setting selection screen default values. Also, since AT SELECTION-SCREEN OUTPUT is first executed after the variant is imported (if a variant is used) and after adopting any values specified under SUBMIT in the WITH clause, changing the report parameters or the selection options in AT SELECTION-SCREEN OUTPUT would destroy the specified values. &lt;/P&gt;&lt;P&gt;&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;This is PAI--Process after Input...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 11:25:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/1805605#M345802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T11:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: At selection screen output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/1805606#M345803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PBO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at below link.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/79/34a234d9b511d1950e0000e8353423/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/79/34a234d9b511d1950e0000e8353423/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 11:25:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/1805606#M345803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T11:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: At selection screen output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/1805607#M345804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PROCESS BEFORE OUTPUT (PBO) is automatically triggered after the PAI&lt;/P&gt;&lt;P&gt;processing of the previous screen and before the current screen is displayed. You&lt;/P&gt;&lt;P&gt;can program the PBO processing of the screen in this block. At the end of the PBO&lt;/P&gt;&lt;P&gt;processing, the screen is displayed.&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT (PAI) is triggered when the user chooses a function on&lt;/P&gt;&lt;P&gt;the screen. You can program the PAI processing of the screen in this block. At the&lt;/P&gt;&lt;P&gt;end of the PAI.&lt;/P&gt;&lt;P&gt;processing, the system either calls the next screen or carries on processing at the&lt;/P&gt;&lt;P&gt;point from which the screen was called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 11:26:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/1805607#M345804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T11:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: At selection screen output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/1805608#M345805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;check this links its usefull&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/79/34a234d9b511d1950e0000e8353423/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005vp/helpdata/en/79/34a234d9b511d1950e0000e8353423/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/9f/db9a2e35c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005vp/helpdata/en/9f/db9a2e35c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2494724"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpfull reward points&lt;/P&gt;&lt;P&gt;-charitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 11:33:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/1805608#M345805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T11:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: At selection screen output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/1805609#M345806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;At selection-screen comes under PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you can modify the screen.&lt;/P&gt;&lt;P&gt;This event is executed at PBO of the selection screen every time the user presses ENTER - in contrast to INITIALIZATION. Therefore, this event is not suitable for setting selection screen default values. Also, since AT SELECTION-SCREEN OUTPUT is first executed after the variant is imported (if a variant is used) and after adopting any values specified under SUBMIT in the WITH clause, changing the report parameters or the selection options in AT SELECTION-SCREEN OUTPUT would destroy the specified values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 11:33:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/1805609#M345806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T11:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: At selection screen output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/1805610#M345807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja , &lt;/P&gt;&lt;P&gt;  At Selction-Screen Output can be said to be equivalent to PBO .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now as PBO is the processing done before the screen is displayed in a module pool , in the same way for reports if you want to do some processing before the selection screen is displayed , you can write your code in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Few operations are &lt;/P&gt;&lt;P&gt;1. Assign initial values to input , but each time you go to selection screen there values will be assigned irrespective of the input you gave.&lt;/P&gt;&lt;P&gt;The scenario i am talking about is &lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;Selection Screen --&amp;gt; Program Execution --&amp;gt; Report --&amp;gt; Back to Seelction Screen&amp;lt;/u&amp;gt;.&lt;/P&gt;&lt;P&gt;If you assign intial value here irrespecive of what value you gave as input the value u assign in this event will be shown in the selectionscreen (2)&lt;/P&gt;&lt;P&gt;So it is better to use initialization to assign initial values , as it is executed only once&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. A more important purpose is suppose you have 2 radiobuttons and about 6 fields as input , when u select one radio button and u want 3 fields to be disable and other enabled , you write code to do this in at selection-screen output.&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>Thu, 07 Dec 2006 11:35:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/1805610#M345807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T11:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: At selection screen output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/1805611#M345808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The following is the program that should add two numbers when pushbutton is clicked. how to disable the input fields..pls fill the at selection-screen output part &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ZR6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SELECTION-SCREEN BEGIN OF BLOCK b1.&lt;/P&gt;&lt;P&gt; PARAMETERS : P1 TYPE I,&lt;/P&gt;&lt;P&gt;              P2 TYPE I,&lt;/P&gt;&lt;P&gt;              P3 TYPE I.&lt;/P&gt;&lt;P&gt; SELECTION-SCREEN END OF BLOCK b1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; selection-screen:   pushbutton /1(6) text-010 user-command cli1.&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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; CASE SY-UCOMM.&lt;/P&gt;&lt;P&gt; WHEN 'CLI1'.&lt;/P&gt;&lt;P&gt;      P3 = P1 + P2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2007 11:34:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/1805611#M345808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-13T11:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: At selection screen output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/1805612#M345809</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;thadsakuga10&lt;/SPAN&gt; You'd better ask your own question and share the whole code. This current question and answer are not about the error you mention.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 07:44:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/1805612#M345809</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-11-14T07:44:58Z</dc:date>
    </item>
  </channel>
</rss>

