<?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: Update program for BDC-FBCJ in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-program-for-bdc-fbcj/m-p/4740124#M1112069</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Sep 2009 07:54:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-18T07:54:10Z</dc:date>
    <item>
      <title>Update program for BDC-FBCJ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-program-for-bdc-fbcj/m-p/4740120#M1112065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Guru's,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam new to abap.. i created bdc recording using with T.Code: SHDB.. i want to create flat file upload programm for following bdc recording.. any can help me to create programm...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report ZTESTFBCJ&lt;/P&gt;&lt;P&gt;       no standard page heading line-size 255.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include bdcrecx1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform open_group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMFCJ0' '0100'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=CHCJ'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'F_DISPLAY_PERIOD_LO'&lt;/P&gt;&lt;P&gt;                              '03.11.2008'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'F_DISPLAY_PERIOD_HI'&lt;/P&gt;&lt;P&gt;                              '03.11.2008'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'ISCJ_E_POSTINGS-TRANSACT_NAME(02)'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMFCJ0' '0050'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'TCJ_C_JOURNALS-CAJO_NUMBER'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=OK50'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'TCJ_C_JOURNALS-COMP_CODE'&lt;/P&gt;&lt;P&gt;                              'a1sg'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'TCJ_C_JOURNALS-CAJO_NUMBER'&lt;/P&gt;&lt;P&gt;                              'a500'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMFCJ0' '0100'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=POST'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'F_DISPLAY_PERIOD_LO'&lt;/P&gt;&lt;P&gt;                              '03.11.2008'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'F_DISPLAY_PERIOD_HI'&lt;/P&gt;&lt;P&gt;                              '03.11.2008'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'ISCJ_E_POSTINGS-TRANSACT_NAME(02)'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ISCJ_E_POSTINGS-TRANSACT_NAME(02)'&lt;/P&gt;&lt;P&gt;                              'postage'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ISCJ_E_POSTINGS-H_PAYMENTS(02)'&lt;/P&gt;&lt;P&gt;                              '                    10'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ISCJ_E_POSTINGS-TAX_CODE(02)'&lt;/P&gt;&lt;P&gt;                              'p5'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ISCJ_E_POSTINGS-POSITION_TEXT(02)'&lt;/P&gt;&lt;P&gt;                              'test'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ISCJ_E_POSTINGS-POSTING_DATE(02)'&lt;/P&gt;&lt;P&gt;                              '03.11.2008'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ISCJ_E_POSTINGS-DOCUMENT_DATE(02)'&lt;/P&gt;&lt;P&gt;                              '03.11.2008'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ISCJ_E_POSTINGS-DOCUMENT_NUMBER(02)'&lt;/P&gt;&lt;P&gt;                              'test'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ISCJ_E_POSTINGS-KOSTL(02)'&lt;/P&gt;&lt;P&gt;                              'a3070020'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'F_LINE_SEL(02)'&lt;/P&gt;&lt;P&gt;                              'X'.&lt;/P&gt;&lt;P&gt;perform bdc_transaction using 'FBCJ'.&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;JK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2008 03:31:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-program-for-bdc-fbcj/m-p/4740120#M1112065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-05T03:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Update program for BDC-FBCJ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-program-for-bdc-fbcj/m-p/4740121#M1112066</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;For the Tcode FBCJ you enter the values manually in one sequence order then you take that value in the same order, create the flat file with values you have entered with separation of , or ;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1: After creating the flat file.&lt;/P&gt;&lt;P&gt;2: Take the flat file data into the internal table to the flat file to the interanal table you use the Function module GUI_UPLOAD.&lt;/P&gt;&lt;P&gt;3:If the file data is in the internal table then move the value to the particular field in you below mention code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2008 03:46:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-program-for-bdc-fbcj/m-p/4740121#M1112066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-05T03:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: Update program for BDC-FBCJ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-program-for-bdc-fbcj/m-p/4740122#M1112067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Proceed with the declaration of of structure, Internal tables and work area declarations for the defined structure and for holding error messages.&lt;/P&gt;&lt;P&gt;At selection screen call your flat file, using F4_FILENAME. Read your flat file using ALSM_EXCEL_TO_INTERNAL_TABLE if you flat file is excel else use GUI_UPLOAD for note pad.&lt;/P&gt;&lt;P&gt;Loop your records and call transaction. &lt;/P&gt;&lt;P&gt;Actually many examples are present in the forum.&lt;/P&gt;&lt;P&gt;Check for the sample example or else revert me back what is your issue by which i can help you. Take care of decimal places where there will be lot of issues while you prepare your flat file its just a caution. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;P&gt;VEnk@&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2008 03:55:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-program-for-bdc-fbcj/m-p/4740122#M1112067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-05T03:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Update program for BDC-FBCJ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-program-for-bdc-fbcj/m-p/4740123#M1112068</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;I created following code but unable to select file from input.. its showing error.. kinely help me  ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report ZTESTFBCJ&lt;/P&gt;&lt;P&gt;no standard page heading line-size 255.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables : TCJ_C_JOURNALS , ISCJ_E_POSTINGS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of bdcdata occurs 0,&lt;/P&gt;&lt;P&gt;      COMP_CODE    TYPE TCJ_C_JOURNALS-COMP_CODE,&lt;/P&gt;&lt;P&gt;      CAJO_NUMBER  TYPE TCJ_C_JOURNALS-CAJO_NUMBER,&lt;/P&gt;&lt;P&gt;      TRANSACT_NAME TYPE ISCJ_E_POSTINGS-TRANSACT_NAME,&lt;/P&gt;&lt;P&gt;      H_PAYMENTS   TYPE  ISCJ_E_POSTINGS-H_PAYMENTS,&lt;/P&gt;&lt;P&gt;      TAX_CODE     TYPE  ISCJ_E_POSTINGS-TAX_CODE,&lt;/P&gt;&lt;P&gt;      POSITION_TEXT TYPE ISCJ_E_POSTINGS-POSITION_TEXT,&lt;/P&gt;&lt;P&gt;      DOCUMENT_NUMBER TYPE ISCJ_E_POSTINGS-DOCUMENT_NUMBER,&lt;/P&gt;&lt;P&gt;      POSTING_DATE  TYPE ISCJ_E_POSTINGS-POSTING_DATE,&lt;/P&gt;&lt;P&gt;      DOCUMENT_DATE TYPE ISCJ_E_POSTINGS-DOCUMENT_DATE,&lt;/P&gt;&lt;P&gt;      KOSTL         TYPE ISCJ_E_POSTINGS-KOSTL,&lt;/P&gt;&lt;P&gt;      end of bdcdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : it_bdcdata type standard table of bdcdata.&lt;/P&gt;&lt;P&gt;data : wa_bdcdata type bdcdata.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN : BEGIN OF BLOCK blk WITH FRAME TITLE text.&lt;/P&gt;&lt;P&gt;PARAMETERS : p_file LIKE rlgrap-filename OBLIGATORY.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN : END OF BLOCK blk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'GUI_UPLOAD'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;filename = P_file&lt;/P&gt;&lt;P&gt;FLETYPE = 'ASC'&lt;/P&gt;&lt;P&gt;HAS_FIELD_SEPARATOR           = 'X'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables&lt;/P&gt;&lt;P&gt; data_tab =  it_bdcdata&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;FILE_OPEN_ERROR = 1&lt;/P&gt;&lt;P&gt;FILE_READ_ERROR = 2&lt;/P&gt;&lt;P&gt;NO_BATCH = 3&lt;/P&gt;&lt;P&gt;GUI_REFUSE_FILETRANSFER = 4&lt;/P&gt;&lt;P&gt;INVALID_TYPE = 5&lt;/P&gt;&lt;P&gt;NO_AUTHORITY = 6&lt;/P&gt;&lt;P&gt;UNKNOWN_ERROR = 7&lt;/P&gt;&lt;P&gt;BAD_DATA_FORMAT = 8&lt;/P&gt;&lt;P&gt;HEADER_NOT_ALLOWED = 9&lt;/P&gt;&lt;P&gt;SEPARATOR_NOT_ALLOWED = 10&lt;/P&gt;&lt;P&gt;HEADER_TOO_LONG = 11&lt;/P&gt;&lt;P&gt;UNKNOWN_DP_ERROR = 12&lt;/P&gt;&lt;P&gt;ACCESS_DENIED = 13&lt;/P&gt;&lt;P&gt;DP_OUT_OF_MEMORY = 14&lt;/P&gt;&lt;P&gt;DISK_FULL = 15&lt;/P&gt;&lt;P&gt;DP_TIMEOUT = 16&lt;/P&gt;&lt;P&gt;OTHERS = 17&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;     MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;     WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it_bdcdata  into wa_bdcdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*replace all the values entered during the recording with corresponding&lt;/P&gt;&lt;P&gt;*Wrk area fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMFCJ0' '0100'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'                        =CHCJ'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'F_DISPLAY_PERIOD_LO'&lt;/P&gt;&lt;P&gt;                          '03.11.2008'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'F_DISPLAY_PERIOD_HI'&lt;/P&gt;&lt;P&gt;                          '03.11.2008'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                           'ISCJ_E_POSTINGS-TRANSACT_NAME(02)'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPMFCJ0' '0050'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                          'TCJ_C_JOURNALS-CAJO_NUMBER'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                           '=OK50'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'TCJ_C_JOURNALS-COMP_CODE'&lt;/P&gt;&lt;P&gt;                           'a1sg'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'TCJ_C_JOURNALS-CAJO_NUMBER'&lt;/P&gt;&lt;P&gt;                             'a500'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPMFCJ0' '0100'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                           '=POST'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'F_DISPLAY_PERIOD_LO'&lt;/P&gt;&lt;P&gt;                           '03.11.2008'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'F_DISPLAY_PERIOD_HI'&lt;/P&gt;&lt;P&gt;                            '03.11.2008'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                            'ISCJ_E_POSTINGS-TRANSACT_NAME(02)'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'ISCJ_E_POSTINGS-TRANSACT_NAME(02)'&lt;/P&gt;&lt;P&gt;                            'postage'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'ISCJ_E_POSTINGS-H_PAYMENTS(02)'&lt;/P&gt;&lt;P&gt;                           ' 10'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'ISCJ_E_POSTINGS-TAX_CODE(02)'&lt;/P&gt;&lt;P&gt;                             'p5'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'ISCJ_E_POSTINGS-POSITION_TEXT(02)'&lt;/P&gt;&lt;P&gt;                             'test'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'ISCJ_E_POSTINGS-POSTING_DATE(02)'&lt;/P&gt;&lt;P&gt;                             '03.11.2008'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'ISCJ_E_POSTINGS-DOCUMENT_DATE(02)'&lt;/P&gt;&lt;P&gt;                             '03.11.2008'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'ISCJ_E_POSTINGS-DOCUMENT_NUMBER(02)'&lt;/P&gt;&lt;P&gt;                              'test'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'ISCJ_E_POSTINGS-KOSTL(02)'&lt;/P&gt;&lt;P&gt;                               'a3070020'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'F_LINE_SEL(02)'&lt;/P&gt;&lt;P&gt;                                'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction 'FBCJ' using it_BDCDATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;FORM BDC_DYNPRO USING PROGRAM DYNPRO.&lt;/P&gt;&lt;P&gt;CLEAR wa_BDCDATA.&lt;/P&gt;&lt;P&gt;wa_BDCDATA-PROGRAM = PROGRAM.&lt;/P&gt;&lt;P&gt;wa_BDCDATA-DYNPRO = DYNPRO.&lt;/P&gt;&lt;P&gt;wa_BDCDATA-DYNBEGIN = 'X'.&lt;/P&gt;&lt;P&gt;APPEND wa_BDCDATA to it_bdcdata.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Insert field&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;FORM BDC_FIELD USING FNAM FVAL.&lt;/P&gt;&lt;P&gt;CLEAR wa_BDCDATA.&lt;/P&gt;&lt;P&gt;wa_BDCDATA-FNAM = FNAM.&lt;/P&gt;&lt;P&gt;wa_BDCDATA-FVAL = FVAL.&lt;/P&gt;&lt;P&gt;APPEND wa_BDCDATA to it_bdcdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regardsJK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 04:41:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-program-for-bdc-fbcj/m-p/4740123#M1112068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T04:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Update program for BDC-FBCJ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-program-for-bdc-fbcj/m-p/4740124#M1112069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2009 07:54:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-program-for-bdc-fbcj/m-p/4740124#M1112069</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-18T07:54:10Z</dc:date>
    </item>
  </channel>
</rss>

