<?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: BADI Implementation is not getting triggered in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-is-not-getting-triggered/m-p/5674517#M1290099</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amol,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually we Call FM 'BAPI_TRANSACTION_COMMIT' after calling the any BAPI otherwise it does not saves the data in database. But if the documentation says that this BAPI itself giving call to COMMIT work so don't call BAPI_TRANSACTION_COMMIT explicitly, dont use the FM 'BAPI_TRANSACTION_COMMIT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can try using both, with or without BAPI_TRANSACTION_COMMIT, whichever helps. : )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jun 2009 11:02:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-03T11:02:37Z</dc:date>
    <item>
      <title>BADI Implementation is not getting triggered</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-is-not-getting-triggered/m-p/5674508#M1290090</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 have created Z implementation for BADI --&amp;gt; MB_DOCUMENT_BADI&lt;/P&gt;&lt;P&gt;My implementation name is Z_ORDER_STATUS_UPDT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i am facing problem in which my BADI implementation is not getting triggered &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note ...I have ensured these things before testing&lt;/P&gt;&lt;P&gt;1. Putting break point on CL_EXITHANDLER , I have checked BADI name after pressing 'SAVE' on transaction MIGO ...BADI name that i got is MB_DOCUMENT_BADI&lt;/P&gt;&lt;P&gt;2. Then i have created implementation for that BADI.&lt;/P&gt;&lt;P&gt;3. Activated both code and Implementation.&lt;/P&gt;&lt;P&gt;4. I have put the break point in my code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but still my BADI is not getting triggered &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i searched from SE15, i got these active implementation's for MB_DOCUMENT_BADI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/BEV2/ED_MM_DOC_UPD &lt;/P&gt;&lt;P&gt;/ISDFPS/MB_DOC_UPD_1&lt;/P&gt;&lt;P&gt;/SAPTRX/MM_MATDOC   &lt;/P&gt;&lt;P&gt;CIN_MB_57FC_SAVE    &lt;/P&gt;&lt;P&gt;CIN_MB_CREATE_PART1 &lt;/P&gt;&lt;P&gt;FRE_MB_DOCUMENT_BADI&lt;/P&gt;&lt;P&gt;Z_ORDER_STATUS_UPDT &lt;/P&gt;&lt;P&gt;ZPUR_DOCUMENT_BADI  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In all above implementation only 'Multiple Use' option is checked&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in above scenario&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Amol Deshpande on May 30, 2009 7:54 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 May 2009 06:04:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-is-not-getting-triggered/m-p/5674508#M1290090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-30T06:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: BADI Implementation is not getting triggered</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-is-not-getting-triggered/m-p/5674509#M1290091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try to write the following code in method "MB_DOCUMENT_BEFORE_UPDATE" of your implementation.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;message s001(ZABC) with 'Test BADI'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Put a breakpoint at this mssage statement and check if you come to this breakpoint when executing MIGO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Firoz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 May 2009 11:40:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-is-not-getting-triggered/m-p/5674509#M1290091</guid>
      <dc:creator>Firoz_Ashraf</dc:creator>
      <dc:date>2009-05-31T11:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: BADI Implementation is not getting triggered</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-is-not-getting-triggered/m-p/5674510#M1290092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai amol did u activated the project u have implemetned, there is  a button for a activatign the  implemtnign project check once&lt;/P&gt;&lt;P&gt;m.a&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2009 04:21:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-is-not-getting-triggered/m-p/5674510#M1290092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-01T04:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: BADI Implementation is not getting triggered</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-is-not-getting-triggered/m-p/5674511#M1290093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amol,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Multiple use BADI can activate more than one implementation. There is no sequence control for the multiple active implementation. Hence the logic put in should not have dependency on the&lt;/P&gt;&lt;P&gt;execution sequence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First please check whether the BADI is activated or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If activated, then check whether you have checked the field Multiple use while creating the BADI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Manish  Bisht on Jun 1, 2009 7:25 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Manish  Bisht on Jun 1, 2009 7:26 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2009 05:13:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-is-not-getting-triggered/m-p/5674511#M1290093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-01T05:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: BADI Implementation is not getting triggered</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-is-not-getting-triggered/m-p/5674512#M1290094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before testing I have ensured that my BADI implementation is activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now working on same issue i got some information. (Please correct me if i am wrong)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. method 'MB_DOCUMENT_UPDATE' in my implementation belongs to Update task&lt;/P&gt;&lt;P&gt;   and though we put break point, it will never go to that statement. (because of Update Task)]&lt;/P&gt;&lt;P&gt;2. According to Firoj, I have put break point in method 'MB_DOCUMENT_BEFORE_UPDATE'&lt;/P&gt;&lt;P&gt;    Now program is halting at break point.&lt;/P&gt;&lt;P&gt;3. To check whether my method is getting triggered or not, I have inserted Message staement with type 'A'  (Abandon) and then after executing SM13 i got to know that my method is getting called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now some more problem has occurred.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(P. S. -- Actually my requirement is, i want to update user status for Process Order from 'ZREL' to ZISU' when any goods issue done against process order)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In method 'MB_DOCUMENT_UPDATE' i am using one BAPI that is 'BAPI_PROCORD_SETUSERSTATUS'&lt;/P&gt;&lt;P&gt;to update User Status for Process order.&lt;/P&gt;&lt;P&gt;But when i am going to create goods issue against process order then its giving me error "Update was terminated" . I have also checked ST22. there i am getting message " Invalid COMMIT WORK in an update function module"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not witting any explicit commit statement there. but BAPI itself is triggering COMMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am writing that code under method 'MB_DOCUMENT_UPDATE' because i want to updated status only after creation of material document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest any solution to above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 09:46:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-is-not-getting-triggered/m-p/5674512#M1290094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-02T09:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: BADI Implementation is not getting triggered</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-is-not-getting-triggered/m-p/5674513#M1290095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amol,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below are responses to your questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.  method 'MB_DOCUMENT_UPDATE' in my implementation belongs to Update task - You can put breakpoint at the starting of the method or Set &lt;STRONG&gt;External breakpoint&lt;/STRONG&gt; inside the method, it will stop at the break-point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. "Update was terminated"  - Avoid including statements or call function modules that carry out a database commit inside the BADI. because if the BADI is called between updation of database, your FM that causes a database commit will interfere in the processing and will tries commit unfinished jobs in the database. Thats why you are getting the Dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope, this will solve your queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 10:03:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-is-not-getting-triggered/m-p/5674513#M1290095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-02T10:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: BADI Implementation is not getting triggered</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-is-not-getting-triggered/m-p/5674514#M1290096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks, I have gone through your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still some queries.&lt;/P&gt;&lt;P&gt;1. How to set External Break point in BADI method (expecting path).&lt;/P&gt;&lt;P&gt;2. I am not getting any proper space to insert BAPI i.e. 'BAPI_PROCORD_SETUSERSTATUS'&lt;/P&gt;&lt;P&gt;    that BAPI should be called only after successful creation of Good issue from tcode MIGO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find more info about my requirement.&lt;/P&gt;&lt;P&gt;In transaction COR2 user can able to maintain User Status manually. Now if that status is 'ZREL' then he can allow to do goods issue from MIGO. As soon as user has made goods issue against process order user status for that process should change from 'ZREL' to 'ZISU'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So where i have to put that BADI ? or any other solution ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 11:21:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-is-not-getting-triggered/m-p/5674514#M1290096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-02T11:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: BADI Implementation is not getting triggered</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-is-not-getting-triggered/m-p/5674515#M1290097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amol,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Can you check whether there is any exit that triggers after the successful creation of Good. Put a breakpoint on the exits and check whether they triggers after the creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are many exits for MIGO, you can check which one is applicable in your case&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MB_CF001  Customer Function Exit in the Case of Updating a Mat. Doc.&lt;/P&gt;&lt;P&gt;MBCF0002  Customer function exit: Segment text in material doc. item&lt;/P&gt;&lt;P&gt;MBCF0005  Material document item for goods receipt/issue slip&lt;/P&gt;&lt;P&gt;MBCF0006  Customer function for WBS element&lt;/P&gt;&lt;P&gt;MBCF0007  Customer function exit: Updating a reservation&lt;/P&gt;&lt;P&gt;MBCF0009  Filling the storage location field&lt;/P&gt;&lt;P&gt;MBCF0010  Customer exit: Create reservation BAPI_RESERVATION_CREATE1&lt;/P&gt;&lt;P&gt;MBCF0011  Read from RESB and RKPF for print list in  MB26&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. if you want to change the status after the successful creation of Good issue from tcode MIGO. You can create a task and link it with the event that was created whenever a Good is issued from MIGO. In this task you can update the status of the process. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you got your answer. If not, please let me know.&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;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 11:40:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-is-not-getting-triggered/m-p/5674515#M1290097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-02T11:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: BADI Implementation is not getting triggered</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-is-not-getting-triggered/m-p/5674516#M1290098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have solved the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution: I have inserted all my code under method 'MB_DOCUMENT_BEFORE_UPDATE' (which is being called before Update task) instead of 'MB_DOCUMENT_UPDATE'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now everything is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But while testing i got one unexpected behavior.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i am doing goods issue from MIGO against Process order. for first time my BAPI -&amp;gt; 'BAPI_PROCORD_SETUSERSTATUS' is not updating JEST table (to change status for process order) &lt;/P&gt;&lt;P&gt;but when i am doing it for second time it is updating the status in JEST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked documentation for BAPI_PROCORD_SETUSERSTATUS&lt;/P&gt;&lt;P&gt;and it says, that this BAPI itself giving call to COMMIT work so don't call BAPI_TRANSACTION_COMMIT explicitly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it related to Database commit ?&lt;/P&gt;&lt;P&gt;I am not getting any clue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2009 10:46:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-is-not-getting-triggered/m-p/5674516#M1290098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-03T10:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: BADI Implementation is not getting triggered</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-is-not-getting-triggered/m-p/5674517#M1290099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amol,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually we Call FM 'BAPI_TRANSACTION_COMMIT' after calling the any BAPI otherwise it does not saves the data in database. But if the documentation says that this BAPI itself giving call to COMMIT work so don't call BAPI_TRANSACTION_COMMIT explicitly, dont use the FM 'BAPI_TRANSACTION_COMMIT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can try using both, with or without BAPI_TRANSACTION_COMMIT, whichever helps. : )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2009 11:02:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-is-not-getting-triggered/m-p/5674517#M1290099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-03T11:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: BADI Implementation is not getting triggered</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-is-not-getting-triggered/m-p/5674518#M1290100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Closing this thread because partially i was succeeded in getting solution...but still facing unexpected behavior (refer to mine last replies) while updating User status in table JEST&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 09:03:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-is-not-getting-triggered/m-p/5674518#M1290100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-10T09:03:55Z</dc:date>
    </item>
  </channel>
</rss>

