<?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: Problem Executing Custom Button On ALV Grid in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-executing-custom-button-on-alv-grid/m-p/7853531#M1592194</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your responses, I have put a breakpoint into the code and I have found that it is catching but the IF statements isnt being executed as the variable r_ucomm is empty, but it should say &amp;amp;PS which is the name of the function code I have added.  Have I missed a step out somewhere?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 May 2011 08:33:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-05-04T08:33:48Z</dc:date>
    <item>
      <title>Problem Executing Custom Button On ALV Grid</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-executing-custom-button-on-alv-grid/m-p/7853526#M1592189</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;I have used the hierarchical ALV grid function and I have added a button to the toolbar with the name &amp;amp;PS, I have activated the GUI Status and also added the line I_CALLBACK_USER_COMMAND  = 'user_command' into the ALV call.  I have created a function called user command IF r_ucomm EQ '&amp;amp;ETA' but when I click the button in the form nothing happens.  Have I missed a line of code somewhere?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Katie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2011 12:16:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-executing-custom-button-on-alv-grid/m-p/7853526#M1592189</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-03T12:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Executing Custom Button On ALV Grid</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-executing-custom-button-on-alv-grid/m-p/7853527#M1592190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where do you have this IF statement in your program (at user command, pai) ?  Have you tried putting a breakpoint there to see if it catches?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2011 15:34:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-executing-custom-button-on-alv-grid/m-p/7853527#M1592190</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-03T15:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Executing Custom Button On ALV Grid</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-executing-custom-button-on-alv-grid/m-p/7853528#M1592191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i`m not sure but try to write in upper case:&lt;/P&gt;&lt;P&gt;I_CALLBACK_USER_COMMAND = 'user_command' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2011 15:59:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-executing-custom-button-on-alv-grid/m-p/7853528#M1592191</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-03T15:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Executing Custom Button On ALV Grid</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-executing-custom-button-on-alv-grid/m-p/7853529#M1592192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change 'user_command' to 'USER_COMMAND' (upper case) and make sure it is spelled the same in both cases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2011 15:59:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-executing-custom-button-on-alv-grid/m-p/7853529#M1592192</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-03T15:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Executing Custom Button On ALV Grid</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-executing-custom-button-on-alv-grid/m-p/7853530#M1592193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you place a debug point in the user command routine and check it ??? I hope youar copying &amp;amp; modifying the standard PF status, if so assign it to the program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2011 16:18:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-executing-custom-button-on-alv-grid/m-p/7853530#M1592193</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2011-05-03T16:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Executing Custom Button On ALV Grid</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-executing-custom-button-on-alv-grid/m-p/7853531#M1592194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your responses, I have put a breakpoint into the code and I have found that it is catching but the IF statements isnt being executed as the variable r_ucomm is empty, but it should say &amp;amp;PS which is the name of the function code I have added.  Have I missed a step out somewhere?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2011 08:33:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-executing-custom-button-on-alv-grid/m-p/7853531#M1592194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-04T08:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Executing Custom Button On ALV Grid</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-executing-custom-button-on-alv-grid/m-p/7853532#M1592195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now its clear that its the problem with the custom GUI status.If you are using a custom pf status the you have set the "I_CALLBACK_PF_STATUS_SET in you function module parameter as you did for user command. Please make sure that its activated properly and assigned to your program( this can be checked via se80 providing your program name ).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2011 08:39:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-executing-custom-button-on-alv-grid/m-p/7853532#M1592195</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2011-05-04T08:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Executing Custom Button On ALV Grid</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-executing-custom-button-on-alv-grid/m-p/7853533#M1592196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have checked that it is activated and that is is assigned to the correct program.  when I called the ALV function I set the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      i_callback_pf_status_set = 'SET_PF_STATUS'&lt;/P&gt;&lt;P&gt;      i_callback_user_command  = 'USER_COMMAND'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I have created 2 forms, one to set the PF Status and One for the User command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM set_pf_status USING rt_extab TYPE slis_t_extab.&lt;/P&gt;&lt;P&gt;  DESCRIBE TABLE rt_extab. "Avoid Extended Check Warning&lt;/P&gt;&lt;P&gt;  SET PF-STATUS 'STANDARD'.&lt;/P&gt;&lt;P&gt;ENDFORM. "Set_pf_status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  user_command&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM user_command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: r_ucomm LIKE sy-ucomm.&lt;/P&gt;&lt;P&gt;  r_ucomm = sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF r_ucomm EQ '&amp;amp;PS'.&lt;/P&gt;&lt;P&gt;      BREAK-POINT.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The button is showing ok, but r_ucomm isnt getting assigned as anything when the button is clicked.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2011 12:41:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-executing-custom-button-on-alv-grid/m-p/7853533#M1592196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-04T12:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Executing Custom Button On ALV Grid</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-executing-custom-button-on-alv-grid/m-p/7853534#M1592197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if this would even work but I guess you could give it a try.  Try this out and see if you have any luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;FORM user_command using r_ucomm like sy-ucomm.

 IF r_ucomm EQ '&amp;amp;PS'.
BREAK-POINT.
ENDIF.

ENDFORM.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2011 12:54:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-executing-custom-button-on-alv-grid/m-p/7853534#M1592197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-04T12:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Executing Custom Button On ALV Grid</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-executing-custom-button-on-alv-grid/m-p/7853535#M1592198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks but unfortunately it didn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2011 13:08:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-executing-custom-button-on-alv-grid/m-p/7853535#M1592198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-04T13:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Executing Custom Button On ALV Grid</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-executing-custom-button-on-alv-grid/m-p/7853536#M1592199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There must be something going on with your gui status.  You said that the button is visible, so your gui status must be set.  Have you tried creating a new button and changing the name to something like 'BUTTON'?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2011 13:16:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-executing-custom-button-on-alv-grid/m-p/7853536#M1592199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-04T13:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Executing Custom Button On ALV Grid</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-executing-custom-button-on-alv-grid/m-p/7853537#M1592200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have just added another button called &amp;amp;Button to the same GUI status in the same program, and I have clicked activate and also activated the program but when I run the program it isnt showing the new button......  So it must be something to do with the GUI Status.  Any ideas?  Thanks for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2011 13:44:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-executing-custom-button-on-alv-grid/m-p/7853537#M1592200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-04T13:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Executing Custom Button On ALV Grid</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-executing-custom-button-on-alv-grid/m-p/7853538#M1592201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've set up the GUI Status again from the beginning and added another button, the new buttons are showing ok but sy-ucomm is still empty - is there anything I need to do to get this filled in?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2011 14:11:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-executing-custom-button-on-alv-grid/m-p/7853538#M1592201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-04T14:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Executing Custom Button On ALV Grid</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-executing-custom-button-on-alv-grid/m-p/7853539#M1592202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try adding the callback program parameter to your FM call....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: lv_repid like sy-repid.

lv_repid = sy-repid.


CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY'
EXPORTING
i_callback_program       = lv_repid
i_callback_pf_status_set = 'SET_PF_STATUS'
i_callback_user_command  = 'USER_COMMAND'&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2011 14:40:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-executing-custom-button-on-alv-grid/m-p/7853539#M1592202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-04T14:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Executing Custom Button On ALV Grid</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-executing-custom-button-on-alv-grid/m-p/7853540#M1592203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the suggestion but Im afraid theres no change.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2011 14:54:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-executing-custom-button-on-alv-grid/m-p/7853540#M1592203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-04T14:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Executing Custom Button On ALV Grid</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-executing-custom-button-on-alv-grid/m-p/7853541#M1592204</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;What is the function type given for the Button which you have added in PF status, keep it space (' ' - normal application function) .&lt;/P&gt;&lt;P&gt;&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;Madhukar Shetty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2011 06:14:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-executing-custom-button-on-alv-grid/m-p/7853541#M1592204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-05T06:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Executing Custom Button On ALV Grid</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-executing-custom-button-on-alv-grid/m-p/7853542#M1592205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For this requirement, you have to copy the standard PF status of the ALV output. Do as below :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Go to SE41&lt;/P&gt;&lt;P&gt;2) Enter the program name as SAPLKKBL&lt;/P&gt;&lt;P&gt;3) In the field status enter STANDARD_FULLSCREEN&lt;/P&gt;&lt;P&gt;4) Click on STATUS button on the application toolbar.&lt;/P&gt;&lt;P&gt;5) Enter the name of your Program &amp;amp; a new status name.&lt;/P&gt;&lt;P&gt;6) Click on COPY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way the standard status will be copied to the custom status &amp;amp; call the same status in your program using SET PF STATUS statement. Then double click on the custom status name &amp;amp; you will be navigated to SE41, there you can add you new button on the application tool bar &amp;amp; assign a function code, which you can program by enabling the export parameter I_CALLBACK_USER_COMMAND of the Function module REUSE_ALV_GRID_DISPLAY. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a sample code snippet for your reference :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM USER_COMMAND USING L_UCOMM LIKE SY-UCOMM&lt;/P&gt;&lt;P&gt;LS_SELFIELD TYPE SLIS_SELFIELD.&lt;/P&gt;&lt;P&gt;CASE L_UCOMM.&lt;/P&gt;&lt;P&gt;WHEN 'your function code goes here'.&lt;/P&gt;&lt;P&gt;Do further processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way you will have the standard PF status alongwith your button as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 09:02:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-executing-custom-button-on-alv-grid/m-p/7853542#M1592205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-19T09:02:09Z</dc:date>
    </item>
  </channel>
</rss>

