<?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: Select - option in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/2176698#M462385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vishy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         we can restrict the users using Messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Consider this Example,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF FIELD1 IS INITIAL AND FIELD2 IS INITIAL.&lt;/P&gt;&lt;P&gt;MESSAGE 'PLEASE ENTER YOUR NAME AND DOB AND PRESS ENTER' TYPE 'I'.&lt;/P&gt;&lt;P&gt;ENDIF.&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;Reward If Helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 May 2007 06:12:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-04T06:12:16Z</dc:date>
    <item>
      <title>Select - option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/2176693#M462380</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;How is it possible to make a select-option 'obligatory' based on some 'if-else' logic in simple ABAP code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vishy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 06:06:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/2176693#M462380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T06:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Select - option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/2176694#M462381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Why to write code straight away you can make it as Obligatory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options:s_bukrs for t001-bukrs no intervals no-extension&lt;/P&gt;&lt;P&gt;                                                     obligatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 06:08:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/2176694#M462381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T06:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Select - option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/2176695#M462382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can make the entry for the field obligatory by writing obligatory itself in the select-option like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options: s_matnr type matnr obligatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is no need for if endif logic..&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;jayant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 06:09:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/2176695#M462382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T06:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Select - option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/2176696#M462383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its better give like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : s_budat  FOR bkpf-budat obligatory,&lt;/P&gt;&lt;P&gt;                 s_dbacct FOR bseg-hkont obligatory,&lt;/P&gt;&lt;P&gt;                 s_cracct FOR bseg-hkont obligatory,&lt;/P&gt;&lt;P&gt;                 s_amt    FOR bseg-dmbtr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward for useful answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 06:10:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/2176696#M462383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T06:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Select - option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/2176697#M462384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishwanath , &lt;/P&gt;&lt;P&gt;  If you want to make a select option obligatory based on a condition then you can do it in the event AT SELECTION SCREEN , in the event if your condition is true then check if an entry is there in the select option , if it is not there then raise an error message.&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>Fri, 04 May 2007 06:11:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/2176697#M462384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T06:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Select - option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/2176698#M462385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vishy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         we can restrict the users using Messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Consider this Example,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF FIELD1 IS INITIAL AND FIELD2 IS INITIAL.&lt;/P&gt;&lt;P&gt;MESSAGE 'PLEASE ENTER YOUR NAME AND DOB AND PRESS ENTER' TYPE 'I'.&lt;/P&gt;&lt;P&gt;ENDIF.&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;Reward If Helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 06:12:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/2176698#M462385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T06:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Select - option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/2176699#M462386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishwanath,&lt;/P&gt;&lt;P&gt;                  &lt;/P&gt;&lt;P&gt;use this statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options : s_matnr for mara-matnr obligatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U  can use &amp;lt;b&amp;gt;Ranges&amp;lt;/b&amp;gt; to make them obligatory on some if..else condition&lt;/P&gt;&lt;P&gt;Read help on &amp;lt;b&amp;gt;'Ranges'.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hemant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 06:12:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/2176699#M462386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T06:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Select - option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/2176700#M462387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vishwanath&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this sample code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;*****************
*selection-screen
******************
SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
SELECTION-SCREEN SKIP 2.
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN COMMENT 25(23) text-002.
*SELECT-OPTIONS: s_lifnr FOR ekko-lifnr.
PARAMETERS:p_lifnr LIKE ekko-lifnr obligatory.
SELECTION-SCREEN END OF LINE.

SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN COMMENT 25(20) text-006.
*PARAMETERS:p_ebeln LIKE ekko-ebeln obligatory.
SELECT-OPTIONS:s_ebeln FOR ekko-ebeln OBLIGATORY.
SELECTION-SCREEN END OF LINE.

*SELECTION-SCREEN BEGIN OF LINE.
*SELECTION-SCREEN COMMENT 25(23) text-003.
*PARAMETERS:p_ekorg LIKE ekko-ekorg.
*SELECTION-SCREEN END OF LINE.

SELECTION-SCREEN BEGIN OF LINE.
*SELECTION-SCREEN COMMENT 25(20) text-004.
*PARAMETERS:p_werks LIKE ekpo-werks obligatory.
*SELECT-OPTIONS: S_werks FOR ekpo-werks obligatory.
SELECTION-SCREEN END OF LINE.


*SELECTION-SCREEN BEGIN OF LINE.
*SELECTION-SCREEN COMMENT 25(23) text-005.
*SELECT-OPTIONS:s_bedat FOR ekko-bedat.
*SELECTION-SCREEN END OF LINE.

SELECTION-SCREEN END OF BLOCK b1.

START-OF-SELECTION.
  PERFORM get_data.
  PERFORM field_catalog.
  PERFORM display_data.

END-OF-SELECTION.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards if helpfull&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;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 06:15:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/2176700#M462387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T06:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: Select - option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/2176701#M462388</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;Try this and reward points if it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables mara.&lt;/P&gt;&lt;P&gt;select-options s_matnr for mara-matnr obligatory.&lt;/P&gt;&lt;P&gt;initialization.&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;if screen-name = 'S_MATNR-HIGH'.&lt;/P&gt;&lt;P&gt;screen-required = '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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 06:18:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/2176701#M462388</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2007-05-04T06:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Select - option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/2176702#M462389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all for the overwhelming response, but the requirement is like:&lt;/P&gt;&lt;P&gt;there is a check box and a select-option in the same selection screen. Whenever the check box is checked, the select-option should be made obligatory. How can this be achieved? I hope this is more clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 06:45:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/2176702#M462389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T06:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Select - option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/2176703#M462390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishwanath , &lt;/P&gt;&lt;P&gt;  Here is a sample code for your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Tables : mard.

parameters : p_test as checkbox USER-COMMAND test  .
select-options : s_matnr for mard-matnr.
data : v_flag type c..


at selection-screen output.
clear v_flag.

 loop at screen.
  if screen-name = 'S_MATNR-LOW'.
 if p_test is initial.
    screen-REQUIRED = '0'.
 else.
    screen-REQUIRED = '1'.
 endif.
    MODIFY SCREEN.
  ENDIF.
 endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this has one shortcomming , once you make the select option obligatory by checking the check box , and then you uncheck the check box , the select option remains obligatory .&lt;/P&gt;&lt;P&gt;So a better solution would be as i said in my previous post , check if the check box is checked in the event AT SELECTION SCREEN and if if is checked then check is values have been entred in the select option.&lt;/P&gt;&lt;P&gt;Feel free to revert back in case of further queries.&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>Fri, 04 May 2007 06:55:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/2176703#M462390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T06:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Select - option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/2176704#M462391</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;Try this.After you pressed enter,you can see the fields are made obligatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables mara.&lt;/P&gt;&lt;P&gt;parameters c1 as checkbox .&lt;/P&gt;&lt;P&gt;select-options s_matnr for mara-matnr .&lt;/P&gt;&lt;P&gt;at selection-screen output.&lt;/P&gt;&lt;P&gt;if c1 = 'X'.&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;if ( screen-name = 'S_MATNR-HIGH' or screen-name = 'S_MATNR-LOW' ) .&lt;/P&gt;&lt;P&gt;screen-required = '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;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 07:05:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/2176704#M462391</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2007-05-04T07:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Select - option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/2176705#M462392</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;Another way is to do that with validations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables mara.&lt;/P&gt;&lt;P&gt;parameters c1 as checkbox .&lt;/P&gt;&lt;P&gt;select-options s_matnr for mara-matnr .&lt;/P&gt;&lt;P&gt;at selection-screen output.&lt;/P&gt;&lt;P&gt;if c1 = 'X' and s_matnr[] is initial.&lt;/P&gt;&lt;P&gt;message s000 with 'Enter values in s_matnr' .&lt;/P&gt;&lt;P&gt;leave list-processing.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;write 'Correct'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 10:07:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/2176705#M462392</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2007-05-07T10:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Select - option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/2176706#M462393</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;selection-screen : begin of block blk1 with frame title text-001.&lt;/P&gt;&lt;P&gt;select-option : s_werks for marc-werks obligatory,&lt;/P&gt;&lt;P&gt;                      s_matnr for mara-matnr obligatory.&lt;/P&gt;&lt;P&gt;selection-screen : end of block blk1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward with points if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 12:23:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/2176706#M462393</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T12:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Select - option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/2176707#M462394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can use keywords like no-intervals and no extension for select options to make as a parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex: s_matnr like mara-matnr no-intervals no extensions.&lt;/P&gt;&lt;P&gt;then s_matnr acts as a simple parameter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 12:40:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/2176707#M462394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T12:40:49Z</dc:date>
    </item>
  </channel>
</rss>

