<?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 Pushbuttons on selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbuttons-on-selection-screen/m-p/7130706#M1512381</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    As per my requirement I have to createtwo pushbuttons on my selection screen , BUTT1 and BUTT2. That I have created.&lt;/P&gt;&lt;P&gt;on BUTT1 I have to fill selection screen fields with some values, that is no problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem  : on BUTT2 I have to generate a ALV report.  &lt;/P&gt;&lt;P&gt;my code so far is as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN PUSHBUTTON (20) W_BUTN1 USER-COMMAND BUTTON1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN PUSHBUTTON (25) W_BUTN2 USER-COMMAND BUTTON2.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At selection screen.&lt;/P&gt;&lt;P&gt;I'm checking sccrfields-ucomm here...   for &lt;/P&gt;&lt;P&gt;if BUTT1 &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;filling the screen field values.  &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;elseif BUTT2.&lt;/P&gt;&lt;P&gt;flag = 1.      &lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start-of-selection.&lt;/P&gt;&lt;P&gt;if flag = 1.    &lt;/P&gt;&lt;P&gt;Extract data from tables and  display ALV report.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not able to achieve BUTT2 functionality of displaying ALV report. Where should I code for BUTT2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Jul 2010 15:27:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-16T15:27:34Z</dc:date>
    <item>
      <title>Pushbuttons on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbuttons-on-selection-screen/m-p/7130706#M1512381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    As per my requirement I have to createtwo pushbuttons on my selection screen , BUTT1 and BUTT2. That I have created.&lt;/P&gt;&lt;P&gt;on BUTT1 I have to fill selection screen fields with some values, that is no problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem  : on BUTT2 I have to generate a ALV report.  &lt;/P&gt;&lt;P&gt;my code so far is as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN PUSHBUTTON (20) W_BUTN1 USER-COMMAND BUTTON1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN PUSHBUTTON (25) W_BUTN2 USER-COMMAND BUTTON2.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At selection screen.&lt;/P&gt;&lt;P&gt;I'm checking sccrfields-ucomm here...   for &lt;/P&gt;&lt;P&gt;if BUTT1 &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;filling the screen field values.  &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;elseif BUTT2.&lt;/P&gt;&lt;P&gt;flag = 1.      &lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start-of-selection.&lt;/P&gt;&lt;P&gt;if flag = 1.    &lt;/P&gt;&lt;P&gt;Extract data from tables and  display ALV report.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not able to achieve BUTT2 functionality of displaying ALV report. Where should I code for BUTT2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 15:27:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbuttons-on-selection-screen/m-p/7130706#M1512381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-16T15:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Pushbuttons on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbuttons-on-selection-screen/m-p/7130707#M1512382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;At selection screen.
I'm checking sccrfields-ucomm here... for
if BUTT1
* filling the screen field values.
elseif BUTT2.
PERFORM extact_data_and_display. "&amp;gt; Extract data from tables and  display ALV report.
endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember, you are not executing the report, hence it is not going to trigger start-of-selection&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 15:51:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbuttons-on-selection-screen/m-p/7130707#M1512382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-16T15:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Pushbuttons on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbuttons-on-selection-screen/m-p/7130708#M1512383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would want to make your buttons part of a group.  I do something like this (greatly simplified here):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; type-pools: abap.

 . . .
          parameters: p_b1 radiobutton group zzzz default 'X',
                               p_b2 radiobutton group zzzz.

at selection-screen...
* do what is needed to fill fields...etc
. . .
start-of-selection.
  case abap_true.
    when p_b1.
   * do what you want to do for button 1.
   when p_b2.
  * do something for button2
endcase.
* do any necessary housekeeping.
. . .
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 15:52:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbuttons-on-selection-screen/m-p/7130708#M1512383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-16T15:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Pushbuttons on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbuttons-on-selection-screen/m-p/7130709#M1512384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For this you need to create a screen -9001 with custom container and write your ALV code in PBO/PAI for that screen.&lt;/P&gt;&lt;P&gt;Create the pf status =ALV via SE41 .Call screen will help you to get the ALV report.&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 'B1'.&lt;/P&gt;&lt;P&gt;      SET PF-STATUS  'ALV'.&lt;/P&gt;&lt;P&gt;      CALL SCREEN 9001.&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 16:43:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbuttons-on-selection-screen/m-p/7130709#M1512384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-16T16:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Pushbuttons on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbuttons-on-selection-screen/m-p/7130710#M1512385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can see sample example below ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;initialization.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Default Values&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  g_prog = sy-repid.&lt;/P&gt;&lt;P&gt;  sscrfields-functxt_01 = 'Update Rep - Sales order'.&lt;/P&gt;&lt;P&gt;  selection-screen function key 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;  case sscrfields-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    when 'Update Rep - Sales order' or 'FC01'.&lt;/P&gt;&lt;P&gt;      call transaction 'ZSCMU'.&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;You can write similarly and hope you understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 17:10:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbuttons-on-selection-screen/m-p/7130710#M1512385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-16T17:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Pushbuttons on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbuttons-on-selection-screen/m-p/7130711#M1512386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for replying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried selecting data and displaying ALV on AT SELECTION_SCREEN event. and it is working fine.&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;if BUTT1.&lt;/P&gt;&lt;P&gt;   select frm table and display dta i fields on selection screen.&lt;/P&gt;&lt;P&gt;elseif BUTT2.&lt;/P&gt;&lt;P&gt;    select data from table&lt;/P&gt;&lt;P&gt;    populate ALV table and display&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My concern is can write all my select queries in at selection-screen..    data selection shud be done in start-of-selection. But when I write in start-of-selection my ALV report is not displayed ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also on my ALV report I have to add 2 pushbuttons and do multiple selection of rows and based on rows selected execute the functionalities on 2 pushbuttons. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My ques is where shud I set my pf-status. since my report is generated directly after At selection-screen. never reaching start-of- selection. ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 18:49:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbuttons-on-selection-screen/m-p/7130711#M1512386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-16T18:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Pushbuttons on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbuttons-on-selection-screen/m-p/7130712#M1512387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why you want  to do this at selection screen.?&lt;/P&gt;&lt;P&gt;use start-of-selection.&lt;/P&gt;&lt;P&gt;if but2 = 'X'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Select&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;ALV&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;In PAI &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;processing on rows selected.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Jul 2010 07:06:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbuttons-on-selection-screen/m-p/7130712#M1512387</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2010-07-18T07:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pushbuttons on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbuttons-on-selection-screen/m-p/7130713#M1512388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i agree with  "boby thankachen"  you should be using a call screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can easily code the screen pf status and call it in the  - at selection screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Jul 2010 14:40:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbuttons-on-selection-screen/m-p/7130713#M1512388</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-18T14:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Pushbuttons on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbuttons-on-selection-screen/m-p/7130714#M1512389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u should write the code under aat selection screen output and loop the screen and modify it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example i will give you the code to display a parameter value when u select one radio button and change another value if u select another button.&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;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK bl1 WITH FRAME TITLE text-001. &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;SELECT-OPTIONS: so_expid FOR v_expid NO INTERVALS.     "ID expiry date &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS:     p_ictyp TYPE pa0185-ictyp. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: passport RADIOBUTTON GROUP rad1 DEFAULT 'X' USER-COMMAND ABC,          "passport &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            workperm RADIOBUTTON GROUP rad1,         " &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            iqama RADIOBUTTON GROUP rad1,          " &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            exit RADIOBUTTON GROUP rad1,        " &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            visa RADIOBUTTON GROUP rad1,        " &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            license RADIOBUTTON GROUP rad1,      " &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            insurid RADIOBUTTON GROUP rad1.      " &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;SELECTION-SCREEN END OF BLOCK bl1. &lt;/P&gt;&lt;P&gt;&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;  CASE 'X'. &lt;/P&gt;&lt;P&gt;    WHEN passport. &lt;/P&gt;&lt;P&gt;     p_ictyp = 'PP'. &lt;/P&gt;&lt;P&gt;    WHEN workperm. &lt;/P&gt;&lt;P&gt;      p_ictyp = '04'. &lt;/P&gt;&lt;P&gt;    WHEN iqama. &lt;/P&gt;&lt;P&gt;     p_ictyp = '03'. &lt;/P&gt;&lt;P&gt;    WHEN license. &lt;/P&gt;&lt;P&gt;     p_ictyp = '06'. &lt;/P&gt;&lt;P&gt;    WHEN exit. &lt;/P&gt;&lt;P&gt;    p_ictyp = '06'. &lt;/P&gt;&lt;P&gt;    WHEN visa. &lt;/P&gt;&lt;P&gt;      p_ictyp = '07'. &lt;/P&gt;&lt;P&gt;    WHEN insurid. &lt;/P&gt;&lt;P&gt;     p_ictyp = '05'. &lt;/P&gt;&lt;P&gt;  ENDCASE. &lt;/P&gt;&lt;P&gt;  LOOP AT SCREEN. &lt;/P&gt;&lt;P&gt;    IF screen-name CP 'p_ictyp'. &lt;/P&gt;&lt;P&gt;       screen-input = 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;======================================================================================================&lt;/P&gt;&lt;P&gt; Hope this may help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Jul 2010 17:24:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbuttons-on-selection-screen/m-p/7130714#M1512389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-18T17:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Pushbuttons on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbuttons-on-selection-screen/m-p/7130715#M1512390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pooja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Functionlity for BUTT2 can be achieved at START-OF-SELECTION event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This event is necessary to perform any data extraction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus, you can keep BUTT1 functionality as it is and for BUTT2, place your perform in start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Vishal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jul 2010 09:26:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbuttons-on-selection-screen/m-p/7130715#M1512390</guid>
      <dc:creator>vishal_sharda2</dc:creator>
      <dc:date>2010-07-20T09:26:46Z</dc:date>
    </item>
  </channel>
</rss>

