<?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: Screen enhancement on VL02N adding additional fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-enhancement-on-vl02n-adding-additional-fields/m-p/5270012#M1216681</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created an implementation ZLE_SHP_TAB of BADI Def LE_SHP_TAB_CUST_HEAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; have designed a subscreen on se51 with name ' ZSAPMV50A' and scr no 9999.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the method ACTIVATE_TAB_PAGE of the implementation I have written the folowing code &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
ef_caption = 'Test Tab'.
ef_program = 'ZSAPMV50A' .
ef_dynpro = '9999'.
ef_position = '13'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have activate the implementation but i dont find changes happening on t code VL01n/VL02N.&lt;/P&gt;&lt;P&gt;I dont find the extra tab page coming up.&lt;/P&gt;&lt;P&gt;did i commit any mistake plz help and guide me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ranjith N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Mar 2009 05:51:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-19T05:51:57Z</dc:date>
    <item>
      <title>Screen enhancement on VL02N adding additional fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-enhancement-on-vl02n-adding-additional-fields/m-p/5270006#M1216675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had a requirement where in the client needs some additional fields on VL01N/VL02N.&lt;/P&gt;&lt;P&gt;The list of User exits and BADI are available for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe BADI LE_SHP_TAB_CUST_HEAD could be used for my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when I open the BADI definition it displays the following tabs Interface, Fcode and Subscreen on SE18.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when I create a implementation on SE19 for the same I dont get the Fcode and Subscreen tabs.&lt;/P&gt;&lt;P&gt;Now how do I create the subscreens for the same and go ahead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If some other options are available please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You views and feedbacks would be highly appreciated and considered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ranjith N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2009 13:25:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-enhancement-on-vl02n-adding-additional-fields/m-p/5270006#M1216675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-17T13:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Screen enhancement on VL02N adding additional fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-enhancement-on-vl02n-adding-additional-fields/m-p/5270007#M1216676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the documentation of the underlying interface IF_EX_LE_SHP_TAB_CUST_HEAD of BADI LE_SHP_TAB_CUST_HEAD in SE24.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2009 13:45:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-enhancement-on-vl02n-adding-additional-fields/m-p/5270007#M1216676</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2009-03-17T13:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Screen enhancement on VL02N adding additional fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-enhancement-on-vl02n-adding-additional-fields/m-p/5270008#M1216677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naimesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;I have gone through the documentation of the interface F_EX_LE_SHP_TAB_CUST_HEAD.&lt;/P&gt;&lt;P&gt;I can even use the method ACTIVATE_TAB_PAGE to activate the additional tab pages.&lt;/P&gt;&lt;P&gt;But how do I have additonal fields on the subscreen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ranjith N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2009 13:57:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-enhancement-on-vl02n-adding-additional-fields/m-p/5270008#M1216677</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-17T13:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Screen enhancement on VL02N adding additional fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-enhancement-on-vl02n-adding-additional-fields/m-p/5270009#M1216678</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 suppose it is clear from Documentation in case you are still not getting the tab , try to send these thing in Activate_tab_page .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a module pool program ZTEST_123 (not even Function group is req) and a subscreen 9001  and put some fields.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;ef_caption = 'New Tab'.&lt;/P&gt;&lt;P&gt;ef_program = 'ZTEST_123' . &lt;/P&gt;&lt;P&gt;ef_dynpro   = '9001'&lt;/P&gt;&lt;P&gt;ef_position = '2'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And activate implement and check.. This should work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you&lt;/P&gt;&lt;P&gt;Rj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2009 14:07:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-enhancement-on-vl02n-adding-additional-fields/m-p/5270009#M1216678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-17T14:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Screen enhancement on VL02N adding additional fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-enhancement-on-vl02n-adding-additional-fields/m-p/5270010#M1216679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your feedback was reaaly valuable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried what you said the badi implementation is activated but i dont see any change on VL02N with some additional tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please elaborate if possible that could of great help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On VL02N change outbound delivery header there is a tab named global trade which has no fields or contents&lt;/P&gt;&lt;P&gt;is it possible to add some fields into that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ranjith N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2009 05:20:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-enhancement-on-vl02n-adding-additional-fields/m-p/5270010#M1216679</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-18T05:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Screen enhancement on VL02N adding additional fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-enhancement-on-vl02n-adding-additional-fields/m-p/5270011#M1216680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Just a small correction...&lt;/P&gt;&lt;P&gt;Can you change the screen type as subscreen and Directly place the fields instead of a sub screen.This is the only requisite for the exit ,, can you tell what all things you did so that we can help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2009 04:35:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-enhancement-on-vl02n-adding-additional-fields/m-p/5270011#M1216680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-19T04:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Screen enhancement on VL02N adding additional fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-enhancement-on-vl02n-adding-additional-fields/m-p/5270012#M1216681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created an implementation ZLE_SHP_TAB of BADI Def LE_SHP_TAB_CUST_HEAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; have designed a subscreen on se51 with name ' ZSAPMV50A' and scr no 9999.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the method ACTIVATE_TAB_PAGE of the implementation I have written the folowing code &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
ef_caption = 'Test Tab'.
ef_program = 'ZSAPMV50A' .
ef_dynpro = '9999'.
ef_position = '13'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have activate the implementation but i dont find changes happening on t code VL01n/VL02N.&lt;/P&gt;&lt;P&gt;I dont find the extra tab page coming up.&lt;/P&gt;&lt;P&gt;did i commit any mistake plz help and guide me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ranjith N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2009 05:51:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-enhancement-on-vl02n-adding-additional-fields/m-p/5270012#M1216681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-19T05:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Screen enhancement on VL02N adding additional fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-enhancement-on-vl02n-adding-additional-fields/m-p/5270013#M1216682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created an implementation ZLE_SHP_TAB of BADI Def LE_SHP_TAB_CUST_HEAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have designed a subscreen on se51 with name ' ZSAPMV50A' and scr no 9999.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the method ACTIVATE_TAB_PAGE of the implementation I have written the folowing code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ef_caption = 'Test Tab'.&lt;/P&gt;&lt;P&gt;ef_program = 'ZSAPMV50A' .&lt;/P&gt;&lt;P&gt;ef_dynpro = '9999'.&lt;/P&gt;&lt;P&gt;ef_position = '13'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have activate the implementation but i dont find changes happening on t code VL01n/VL02N.&lt;/P&gt;&lt;P&gt;I dont find the extra tab page coming up.&lt;/P&gt;&lt;P&gt;did i commit any mistake plz help and guide me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ranjith N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2009 11:09:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-enhancement-on-vl02n-adding-additional-fields/m-p/5270013#M1216682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-19T11:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Screen enhancement on VL02N adding additional fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-enhancement-on-vl02n-adding-additional-fields/m-p/5270014#M1216683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nambiar,&lt;/P&gt;&lt;P&gt;I think that is all we need to do. It is working fine for me .&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Raj on Mar 19, 2009 5:23 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2009 14:51:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-enhancement-on-vl02n-adding-additional-fields/m-p/5270014#M1216683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-19T14:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Screen enhancement on VL02N adding additional fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-enhancement-on-vl02n-adding-additional-fields/m-p/5270015#M1216684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi NAmbir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in u r BADI u hvae a tab caleed sub screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add u r program details there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then the custom screen will be added to u r screen.&lt;/P&gt;&lt;P&gt;&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, 19 Mar 2009 17:14:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-enhancement-on-vl02n-adding-additional-fields/m-p/5270015#M1216684</guid>
      <dc:creator>tarangini_katta</dc:creator>
      <dc:date>2009-03-19T17:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Screen enhancement on VL02N adding additional fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-enhancement-on-vl02n-adding-additional-fields/m-p/5270016#M1216685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tarangani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes the BADI Def LE_SHP_TAB_CUST_HEAD has a tab called Interface, Fcode and Subscreens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I created the implementation of the BADI there is only interface tab the tab Fcode and Subscreens are not available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do I do here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ranjith N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2009 04:49:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-enhancement-on-vl02n-adding-additional-fields/m-p/5270016#M1216685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-20T04:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Screen enhancement on VL02N adding additional fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-enhancement-on-vl02n-adding-additional-fields/m-p/5270017#M1216686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nambir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have gone through the documentation of this BADI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN the documentation evrything is given clearly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just go through the documentation it is very helpful toyou.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can solve u r self this problem by reading documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2009 08:54:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-enhancement-on-vl02n-adding-additional-fields/m-p/5270017#M1216686</guid>
      <dc:creator>tarangini_katta</dc:creator>
      <dc:date>2009-03-20T08:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Screen enhancement on VL02N adding additional fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-enhancement-on-vl02n-adding-additional-fields/m-p/5270018#M1216687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;got a solution for this.&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2009 07:07:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-enhancement-on-vl02n-adding-additional-fields/m-p/5270018#M1216687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-24T07:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Screen enhancement on VL02N adding additional fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-enhancement-on-vl02n-adding-additional-fields/m-p/5270019#M1216688</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;Could you please tell me the step by step solution for this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mohit Khandelwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 11:12:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-enhancement-on-vl02n-adding-additional-fields/m-p/5270019#M1216688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-25T11:12:24Z</dc:date>
    </item>
  </channel>
</rss>

