<?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/1201368#M131064</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;Case 1:&lt;/P&gt;&lt;P&gt;=======&lt;/P&gt;&lt;P&gt;"At-Selection screen" output Event is triggered before screen is diplayed to the user. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;========&lt;/P&gt;&lt;P&gt;You have two radio buttons and three input fields. Out of which one field is common to both the radio button and other button should be displayed depending up on the radio button selected, in this case you can make the 2nd and 3rd field visible/invisible depending up on the radio button selected. So when you click a radio button the event "At-Selection screen" will be triggered, so you can make the necessary field ( 2nd or 3rd) visible/invisible using this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is as similar to PBO(Process Before Output). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Case 2:&lt;/P&gt;&lt;P&gt;=======&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"At-selection screen ON....."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;=======&lt;/P&gt;&lt;P&gt;Suppose if you want to restrict a value that you are entering in the field on the screen then you can use this event,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At-selection screen &amp;lt;P_VAR&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the report starts an error dialog at this point, precisely these fields become ready for input again until you enter correct value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs,&lt;/P&gt;&lt;P&gt;Venkat Ramanan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Jan 2006 11:59:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-31T11:59:03Z</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/1201358#M131054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will you please let me know the difference between,&lt;/P&gt;&lt;P&gt;At-Selection screen output and&lt;/P&gt;&lt;P&gt;At-Selection screen on input ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2006 11:21:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/1201358#M131054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-31T11:21:15Z</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/1201359#M131055</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;At-Selection screen output Event is triggered before screen is diplayed to the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At-Selection screen input Event is triggered after user has made an entry on the screen and has initiated an action thereafter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Sumeet Mishra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2006 11:24:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/1201359#M131055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-31T11:24: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/1201360#M131056</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;AT SELECTION-SCREEN OUTPUT&lt;/P&gt;&lt;P&gt;event is triggered. This event block allows you to modify the selection screen directly before it is&lt;/P&gt;&lt;P&gt;displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: TEST1(10) MODIF ID SC1,&lt;/P&gt;&lt;P&gt;TEST2(10) MODIF ID SC2,&lt;/P&gt;&lt;P&gt;TEST3(10) MODIF ID SC1,&lt;/P&gt;&lt;P&gt;TEST4(10) MODIF ID SC2.&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-GROUP1 = 'SC1'.&lt;/P&gt;&lt;P&gt;SCREEN-INTENSIFIED = '1'.&lt;/P&gt;&lt;P&gt;MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;CONTINUE.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;IF SCREEN-GROUP1 = 'SC2'.&lt;/P&gt;&lt;P&gt;SCREEN-INTENSIFIED = '0'.&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;2.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>Tue, 31 Jan 2006 11:25:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/1201360#M131056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-31T11:25:19Z</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/1201361#M131057</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;event is used to validate screen table fields. it is triggred after selection screen is loaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is no event "at selection-screen on input".&lt;/P&gt;&lt;P&gt;but there is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"at selection-screen on para/select-option"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2006 11:25:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/1201361#M131057</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-01-31T11:25:37Z</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/1201362#M131058</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;&amp;lt;b&amp;gt;At-Selection screen output&amp;lt;/b&amp;gt;&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;P&gt;&lt;/P&gt;&lt;P&gt;Cheers:-)&lt;/P&gt;&lt;P&gt;Mithlesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2006 11:25:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/1201362#M131058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-31T11:25:44Z</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/1201363#M131059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; They are like PBO and PAI sections of normal Module pool programming.&lt;/P&gt;&lt;P&gt;Generally Any Dynamic screen modifications like making fields disable/enable etc are done in at selection-screen output.&lt;/P&gt;&lt;P&gt;All the validations on the entered values are done in at selection screen on input.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2006 11:26:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/1201363#M131059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-31T11:26:50Z</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/1201364#M131060</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;At-Selection screen output Event is used for changing the screen elements after the user presses ENTER. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At-Selection screen  Event is triggered after user has made an entry on the screen and has initiated an action thereafter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Nelson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2006 11:27:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/1201364#M131060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-31T11:27:02Z</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/1201365#M131061</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;at slection-screen output is like 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;&lt;/P&gt;&lt;P&gt;but i don't know what is this for&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;at selection-screen on input.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but at selection-screen on field is there,&lt;/P&gt;&lt;P&gt;you can validate a particular field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2006 11:27:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/1201365#M131061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-31T11:27:57Z</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/1201366#M131062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think there is no SELECTION-SCREEN on INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Possible types:&lt;/P&gt;&lt;P&gt;... &lt;SPAN __jive_macro_name="OUTPUT"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;  | { ON {para|selcrit} } &lt;/P&gt;&lt;P&gt;  | { ON END OF selcrit } &lt;/P&gt;&lt;P&gt;  | { ON BLOCK block } &lt;/P&gt;&lt;P&gt;  | { ON RADIOBUTTON GROUP radi } &lt;/P&gt;&lt;P&gt;  | { } &lt;/P&gt;&lt;P&gt;  | { ON {HELP-REQUEST|VALUE-REQUEST} &lt;/P&gt;&lt;P&gt;  |   FOR {para|selcrit-low|selcrit-high} } &lt;/P&gt;&lt;P&gt;  | { ON EXIT-COMMAND }.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At slection-screen output - Processing Before Output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2006 11:28:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/1201366#M131062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-31T11:28:20Z</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/1201367#M131063</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 output event is fired &lt;/P&gt;&lt;P&gt;     before selection screen is displayed.&lt;/P&gt;&lt;P&gt;     This event can be used to disable certain fields&lt;/P&gt;&lt;P&gt;     on selection screen.It is similar to PBO of&lt;/P&gt;&lt;P&gt;     module pool.&lt;/P&gt;&lt;P&gt;         loop at screen.&lt;/P&gt;&lt;P&gt;           if screen-name = 'MATNR'.&lt;/P&gt;&lt;P&gt;             screen-enable = 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 on input event is fired upon&lt;/P&gt;&lt;P&gt;    user entering some values similar to PAI of module &lt;/P&gt;&lt;P&gt;    pool.&lt;/P&gt;&lt;P&gt;     This event can be used to validate data entered&lt;/P&gt;&lt;P&gt;     by user is valid or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      select single matnr into mara-matnr from mara&lt;/P&gt;&lt;P&gt;                           where matnr = p_matnr.&lt;/P&gt;&lt;P&gt;        if sy-subrc eq 0.&lt;/P&gt;&lt;P&gt;          message e000 with 'invalid data'.&lt;/P&gt;&lt;P&gt;         endif.   &lt;/P&gt;&lt;P&gt;         &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2006 11:29:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/1201367#M131063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-31T11:29:04Z</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/1201368#M131064</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;Case 1:&lt;/P&gt;&lt;P&gt;=======&lt;/P&gt;&lt;P&gt;"At-Selection screen" output Event is triggered before screen is diplayed to the user. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;========&lt;/P&gt;&lt;P&gt;You have two radio buttons and three input fields. Out of which one field is common to both the radio button and other button should be displayed depending up on the radio button selected, in this case you can make the 2nd and 3rd field visible/invisible depending up on the radio button selected. So when you click a radio button the event "At-Selection screen" will be triggered, so you can make the necessary field ( 2nd or 3rd) visible/invisible using this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is as similar to PBO(Process Before Output). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Case 2:&lt;/P&gt;&lt;P&gt;=======&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"At-selection screen ON....."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;=======&lt;/P&gt;&lt;P&gt;Suppose if you want to restrict a value that you are entering in the field on the screen then you can use this event,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At-selection screen &amp;lt;P_VAR&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the report starts an error dialog at this point, precisely these fields become ready for input again until you enter correct value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs,&lt;/P&gt;&lt;P&gt;Venkat Ramanan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2006 11:59:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/1201368#M131064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-31T11:59:03Z</dc:date>
    </item>
  </channel>
</rss>

