<?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: BAPI_SALESORDER_CREATEFROMDAT2 : Custom fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-custom-fields/m-p/7464364#M1554290</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check whether the value of ZHAZARDOUS_TEXT-ZZHAZ_KEY is initial or not then pass it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Dec 2010 12:58:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-12-16T12:58:12Z</dc:date>
    <item>
      <title>BAPI_SALESORDER_CREATEFROMDAT2 : Custom fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-custom-fields/m-p/7464363#M1554289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SD masters,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am using BAPI_SALESORDER_CREATEFROMDAT2  to create sales order but the table i use has the CUSTOM FIELDS may be upto 20...so before it creates sales order it asks me to for one field...EX  : HAZKEY which is my custom field...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have gone through the forums...and used the same logic which is given by forum...this is my logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these are my steps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) VBAK: In MY append structure I specifed  ZZFIELD with the data type as needed&lt;/P&gt;&lt;P&gt;2) BAPE_VBAK: In the append structure here also added the ZZFIELD with the data type as needed with limitations.  &lt;/P&gt;&lt;P&gt;3) BAPE_VBAKX: In the append structure added the field ZZFIELD of type BAPIUPDATE&lt;/P&gt;&lt;P&gt;4) VBAKKOZ: In the append structure here also added the ZZFIELD with the data type as needed with limitations &lt;/P&gt;&lt;P&gt;5) VBAKKOZX: In the append structure added the field ZZFIELD of type BAPIUPDATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;program logic&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;  CLEAR wa_bape_vbak.&lt;/P&gt;&lt;P&gt;  wa_bape_vbak-ZZHAZ_KEY     = ZHAZARDOUS_TEXT-ZZHAZ_KEY.&lt;/P&gt;&lt;P&gt;  wa_extensionin-structure = 'BAPE_VBAK'.&lt;/P&gt;&lt;P&gt;  wa_extensionin+30(960)   = wa_bape_vbak.&lt;/P&gt;&lt;P&gt;  append wa_extensionin to lt_extensionin.&lt;/P&gt;&lt;P&gt;  clear wa_extensionin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i pass the LT_EXTENSIONIN to BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It still asks me to pass the KEY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CAN ANYONE PLEASE LET ME KNOW WHERE I HAVE GONE WORNG...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;much appriciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you,&lt;/P&gt;&lt;P&gt;pasala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2010 06:25:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-custom-fields/m-p/7464363#M1554289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-16T06:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2 : Custom fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-custom-fields/m-p/7464364#M1554290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check whether the value of ZHAZARDOUS_TEXT-ZZHAZ_KEY is initial or not then pass it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2010 12:58:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-custom-fields/m-p/7464364#M1554290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-16T12:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2 : Custom fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-custom-fields/m-p/7464365#M1554291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you manjunath....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but their is value in ZHAZARDOUS_TEXT-ZZHAZ_KEY...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after having the value in ZHAZARDOUS_TEXT-ZZHAZ_KEY am passing to INT.TABLE....LT_EXTENSIONIN...and last am passing it to the BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But still when the BAPI runs it asks for the VBAK-ZZHAZ_KEY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;pasala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2010 15:03:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-custom-fields/m-p/7464365#M1554291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-16T15:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2 : Custom fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-custom-fields/m-p/7464366#M1554292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check following code . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA : wa_bape_vbakx TYPE BAPE_VBAKX .

wa_bape_vbak-VBELN = VBELN           " Order no 
wa_bape_vbak-ZZHAZ_KEY = ZHAZARDOUS_TEXT-ZZHAZ_KEY.
wa_extensionin-structure = 'BAPE_VBAK'.
wa_extensionin-VALUEPART1 = wa_bape_vbak.
append wa_extensionin to lt_extensionin.
clear wa_extensionin.

wa_bape_vbakx-VBELN = VBELN           " Order no 
wa_bape_vbakx-ZZHAZ_KEY = 'X'.
wa_extensionin-structure = 'BAPE_VBAKX'.
wa_extensionin-VALUEPART1 = wa_bape_vbakx.
append wa_extensionin to lt_extensionin.


.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2010 17:16:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-custom-fields/m-p/7464366#M1554292</guid>
      <dc:creator>tushar_shukla</dc:creator>
      <dc:date>2010-12-16T17:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2 : Custom fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-custom-fields/m-p/7464367#M1554293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and check also whether you  are passing correct value to update indicator ORDER_HEADER_INX-UPDATEFLAG .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2010 17:22:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-custom-fields/m-p/7464367#M1554293</guid>
      <dc:creator>tushar_shukla</dc:creator>
      <dc:date>2010-12-16T17:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2 : Custom fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-custom-fields/m-p/7464368#M1554294</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;Check the below mentioned blog which will give you an elaborate idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/12152] &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Srini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2010 17:59:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-custom-fields/m-p/7464368#M1554294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-16T17:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2 : Custom fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-custom-fields/m-p/7464369#M1554295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Tushar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for the reply...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however....i am creating the sales order...so do we pass the VBELN?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;pasala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Dec 2010 10:03:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-custom-fields/m-p/7464369#M1554295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-17T10:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2 : Custom fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-custom-fields/m-p/7464370#M1554296</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;These notes will help you too:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Note 143580 - Information on SD BAPIs and customer enhancement concept&lt;/P&gt;&lt;P&gt;SAP Note 700795 - Enhancement category of BAPI enhancement structures&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The last note is useful because it explains you because the numeric fields doesn't work for these enhancements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Dec 2010 10:13:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-custom-fields/m-p/7464370#M1554296</guid>
      <dc:creator>eduardo_hinojosa</dc:creator>
      <dc:date>2010-12-17T10:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2 : Custom fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-custom-fields/m-p/7464371#M1554297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The customer also requires that these two fields can be maintained with the BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Maintain structure CUTEST in table VBAP&lt;/P&gt;&lt;P&gt;2. Because the BAPIs work with checkboxes, you must also define a CUTESTX checkbox for the customer structure. It should be structured like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field name       Data element&lt;/P&gt;&lt;P&gt;CFIELD1            CHAR1&lt;/P&gt;&lt;P&gt;CFIELD2          CHAR1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Define these customer structures in the structures VBAPKOZ und VBAPKOZX using INCLUDE or APPEND.&lt;/P&gt;&lt;P&gt;4. Add the customer structures to the BAPE_VBAP and BAPE_VBAPX BAPI structures using the APPEND technique.&lt;/P&gt;&lt;P&gt;5. Adjust the following structures for customer enhancements to table VBAK:&lt;/P&gt;&lt;P&gt;a) VBAKKOZ&lt;/P&gt;&lt;P&gt;b) VBAKKOZX&lt;/P&gt;&lt;P&gt;c) BAPE_VBAK&lt;/P&gt;&lt;P&gt;d) BAPE_VBAKX&lt;/P&gt;&lt;P&gt;6. Adjust the following structures for customer enhancements to table VBEK:&lt;/P&gt;&lt;P&gt;a) VBEPKOZ&lt;/P&gt;&lt;P&gt;b) VBEPKOZX&lt;/P&gt;&lt;P&gt;c) BAPE_VBEP&lt;/P&gt;&lt;P&gt;d) BAPE_VBEPX&lt;/P&gt;&lt;P&gt;7. Generally, the data should be added to the BAPI interface in the internal communication structures (VBAKKOM, and so on). There, you can process the data in the SD tables (VBAK, and so on).&lt;/P&gt;&lt;P&gt;8. If the EXTENSIONIN parameter contains customer data, you must complete at least the key fields in the relevant standard parameters.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;You want to change customer field VBAP-CFIELD2 for item 20 to "XYZ" in order 4711.&lt;/P&gt;&lt;P&gt;The following entries are expected:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Import:     BAPIVBELN-VBELN       = '0000004711'  Document number&lt;/P&gt;&lt;P&gt;                BAPISDHD1X-UPDATEFLAG = 'U'           UPDKZ for doc header&lt;/P&gt;&lt;P&gt;Tables:     BAPISDITM-ITM_NUMBER  = '000020'      Item number&lt;/P&gt;&lt;P&gt;            BAPISDITMX-ITM_NUMBER = '000020'      Item number&lt;/P&gt;&lt;P&gt;          + BAPISDITMX-UPDATEFLAG = 'U'           UPDKZ for item&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must complete the EXTENSION table as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STRUCTURE                          VALUEPART1       1234561234567890123&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPE_VBAP                       0000004711000020                 XYZ&lt;/P&gt;&lt;P&gt;BAPE_VBAPX                      0000004711000020               X&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Dec 2010 10:51:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-custom-fields/m-p/7464371#M1554297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-17T10:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2 : Custom fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-custom-fields/m-p/7464372#M1554298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For order creation, order no (VBELN) is not required.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Dec 2010 15:00:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-custom-fields/m-p/7464372#M1554298</guid>
      <dc:creator>tushar_shukla</dc:creator>
      <dc:date>2010-12-17T15:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2 : Custom fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-custom-fields/m-p/7464373#M1554299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Tushara,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for the reply...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have worked various ways but none of them seems to be working...IT STILL ASKS ME TO GIVE THE &lt;STRONG&gt;ZZHAZ_KEY&lt;/STRONG&gt; before it creates the ORDER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have read the document of FM and applied the same thing...am still missing something which i really dont get what it could be...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is different logic i used again..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;data: it_ret like BAPIRET2 occurs 0 with header line,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;      &lt;STRONG&gt;it_ext like BAPIPAREX occurs 0 with header line,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;      &lt;STRONG&gt;is_hdr like BAPISDH1.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Data : l_r_brsch TYPE bape_vbak.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;it_ext-STRUCTURE = 'BAPE_VBAK'.      "Strcture with the fields&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;l_r_brsch-ZZHAZ_KEY = '01'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;it_ext-valuepart1 = l_r_brsch.        "&amp;lt;&amp;lt; My ZZ_DISP field&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;append it_ext.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your expert knowledge would surely help out of this situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you,&lt;/P&gt;&lt;P&gt;pasala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Dec 2010 09:48:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-custom-fields/m-p/7464373#M1554299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-19T09:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2 : Custom fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-custom-fields/m-p/7464374#M1554300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the contribution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 07:39:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-custom-fields/m-p/7464374#M1554300</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-26T07:39:39Z</dc:date>
    </item>
  </channel>
</rss>

