<?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>Question Re: raising error message in a programme in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/raising-error-message-in-a-programme/qaa-p/1232541#M523064</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THE EASIEST SYNTAX IS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE 'ERROR' TYPE 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE 'XXXXXXXXXXXXXXX' TYPE 'W'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE &amp;lt;'MESSAGE'&amp;gt; TYPE  &amp;lt;'S'/'I'/'E'/'W'/'A'/'X'&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Apr 2006 10:22:17 GMT</pubDate>
    <dc:creator>hymavathi_oruganti</dc:creator>
    <dc:date>2006-04-18T10:22:17Z</dc:date>
    <item>
      <title>raising error message in a programme</title>
      <link>https://community.sap.com/t5/technology-q-a/raising-error-message-in-a-programme/qaq-p/1232530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I need to know a way in order to raise an error message in programme i.e when there is an error in the programme and if I run this program it should raise an error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Madhu.S.N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Feb 2024 21:04:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/raising-error-message-in-a-programme/qaq-p/1232530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2024-02-03T21:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: raising error message in a programme</title>
      <link>https://community.sap.com/t5/technology-q-a/raising-error-message-in-a-programme/qaa-p/1232531#M523054</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;Use message statament for a message of type E or A (if you want a abend message)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF ERROR&lt;/P&gt;&lt;P&gt;  MESSAGE E.....&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 10:08:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/raising-error-message-in-a-programme/qaa-p/1232531#M523054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-18T10:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: raising error message in a programme</title>
      <link>https://community.sap.com/t5/technology-q-a/raising-error-message-in-a-programme/qaa-p/1232532#M523055</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;  If &amp;lt;some condition&amp;gt;&lt;/P&gt;&lt;P&gt;    message E000 with 'error message'.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;GSR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 10:08:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/raising-error-message-in-a-programme/qaa-p/1232532#M523055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-18T10:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: raising error message in a programme</title>
      <link>https://community.sap.com/t5/technology-q-a/raising-error-message-in-a-programme/qaa-p/1232533#M523056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Madhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you run the program with syntax error, system is giving error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What type of checking you need. ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 10:08:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/raising-error-message-in-a-programme/qaa-p/1232533#M523056</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2006-04-18T10:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: raising error message in a programme</title>
      <link>https://community.sap.com/t5/technology-q-a/raising-error-message-in-a-programme/qaa-p/1232534#M523057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; When do u want to raise an error? Under what conditions? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 10:08:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/raising-error-message-in-a-programme/qaa-p/1232534#M523057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-18T10:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: raising error message in a programme</title>
      <link>https://community.sap.com/t5/technology-q-a/raising-error-message-in-a-programme/qaa-p/1232535#M523058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Check out help on Keyword 'Message', u will get the detailed info about it's usage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds,&lt;/P&gt;&lt;P&gt;Akshay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 10:10:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/raising-error-message-in-a-programme/qaa-p/1232535#M523058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-18T10:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: raising error message in a programme</title>
      <link>https://community.sap.com/t5/technology-q-a/raising-error-message-in-a-programme/qaa-p/1232536#M523059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As per my understanding to your doubt,&lt;/P&gt;&lt;P&gt;You can use 'if sy-subrc &amp;lt;&amp;gt; 0' and raise an error message with message id including 'E'. &lt;/P&gt;&lt;P&gt;&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;Rakesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 10:13:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/raising-error-message-in-a-programme/qaa-p/1232536#M523059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-18T10:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: raising error message in a programme</title>
      <link>https://community.sap.com/t5/technology-q-a/raising-error-message-in-a-programme/qaa-p/1232537#M523060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Naimesh&lt;/P&gt;&lt;P&gt;My question is that the program is syntatically correct and when i run the program if any run time error occurs i&lt;/P&gt;&lt;P&gt;have raise a message in common words.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 10:13:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/raising-error-message-in-a-programme/qaa-p/1232537#M523060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-18T10:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: raising error message in a programme</title>
      <link>https://community.sap.com/t5/technology-q-a/raising-error-message-in-a-programme/qaa-p/1232538#M523061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhu,&lt;/P&gt;&lt;P&gt;Following program will be useful to know how to display a message whenever the program encounters a error according to cortain condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: z type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: x type i,&lt;/P&gt;&lt;P&gt;            y type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if x = space or y = space.&lt;/P&gt;&lt;P&gt;MESSAGE E000(ZVAI).&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  enter valuse in all required fields.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;z = x + y.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            write:/ 'The sum is ', z.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To select a message from a message class, you have to create a message class first and then samve some messages in that class using SE91.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the program, to display the message between if and endif statements, click the PATTERN button and select the MESSAGE radio button and enter the required details there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be useful for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vaitheeswaran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 10:16:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/raising-error-message-in-a-programme/qaa-p/1232538#M523061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-18T10:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: raising error message in a programme</title>
      <link>https://community.sap.com/t5/technology-q-a/raising-error-message-in-a-programme/qaa-p/1232539#M523062</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;See the previous answers, you can use the message nr. 208 of class 00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This message contains only &amp;amp; and you can replace it with your message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF ERROR&lt;/P&gt;&lt;P&gt;  MESSAGE E208(00) WITH 'ERROR!!!'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 10:17:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/raising-error-message-in-a-programme/qaa-p/1232539#M523062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-18T10:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: raising error message in a programme</title>
      <link>https://community.sap.com/t5/technology-q-a/raising-error-message-in-a-programme/qaa-p/1232540#M523063</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;write the statement :&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;message E001 with text-001.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on the program context, an error dialog appears &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here the program stops because of the eerror message, if you correct that and reexecute then this will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whateer you give in the TEXT-001, that will come as a message, and this message will show in the status bar...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you write this in the selection screen : -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selection screen processing terminates, and the selection screen is redisplayed. The screen fields specified through the additions to the AT SELECTION-SCREEN statement are ready for input. The user must enter a new value. The system then restarts the selection screen processing using the new values. You cannot use error messages with the ON HELP-REQUEST or ON VALUE-REQUEST additions. Instead, a runtime error occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 10:17:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/raising-error-message-in-a-programme/qaa-p/1232540#M523063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-18T10:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: raising error message in a programme</title>
      <link>https://community.sap.com/t5/technology-q-a/raising-error-message-in-a-programme/qaa-p/1232541#M523064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THE EASIEST SYNTAX IS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE 'ERROR' TYPE 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE 'XXXXXXXXXXXXXXX' TYPE 'W'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE &amp;lt;'MESSAGE'&amp;gt; TYPE  &amp;lt;'S'/'I'/'E'/'W'/'A'/'X'&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 10:22:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/raising-error-message-in-a-programme/qaa-p/1232541#M523064</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-04-18T10:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: raising error message in a programme</title>
      <link>https://community.sap.com/t5/technology-q-a/raising-error-message-in-a-programme/qaa-p/1232542#M523065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;runtime error can happen for different reasons. and if you dont catch them throw proper messages the system will dump.&lt;/P&gt;&lt;P&gt;to catch errors you have to use try catch block.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example if you are are doing a multiplication you know it for sure that the if the parameters are not numbers you will get convert_no_number error. to catch that you have to do that within try catch block to catch the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check out this link for more info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/a9/b8eef8fe9411d4b2ee0050dadfb92b/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/a9/b8eef8fe9411d4b2ee0050dadfb92b/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;P&gt;Reward points to helpful answers by choosing appropriate radiobutton in the answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 10:23:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/raising-error-message-in-a-programme/qaa-p/1232542#M523065</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-04-18T10:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: raising error message in a programme</title>
      <link>https://community.sap.com/t5/technology-q-a/raising-error-message-in-a-programme/qaa-p/1232543#M523066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Madhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can catch some runtime errors by CATCH SYSTEM-EXCEPTIONS except1 = rc1 ... exceptn = rcn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But Not all...!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer the help on CATCH..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 10:23:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/raising-error-message-in-a-programme/qaa-p/1232543#M523066</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2006-04-18T10:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: raising error message in a programme</title>
      <link>https://community.sap.com/t5/technology-q-a/raising-error-message-in-a-programme/qaa-p/1232544#M523067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ABAP runtime environment handles messages according to the type declared in the MESSAGE statement and the context in which the message was sent. The following message types exist: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A - Abend : Transaction terminated &lt;/P&gt;&lt;P&gt;E - Error : Error message &lt;/P&gt;&lt;P&gt;I - Info  : Information &lt;/P&gt;&lt;P&gt;S - Status  : Status message &lt;/P&gt;&lt;P&gt;W - Warning : Correction possible &lt;/P&gt;&lt;P&gt;X - Exit    : Transaction terminated with short dump &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The message appears in a dialog box and the program terminates. When the user has confirmed the message, control returns to the next- highest area. All the internal sessions are deleted from the stack. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) MESSAGE E0004(Message class) WITH 'Hugo'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) MESSAGE 'File not found.' TYPE 'E'. &lt;/P&gt;&lt;P&gt;   The text 'File not found.' is output as the error &lt;/P&gt;&lt;P&gt;   message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shakuntala&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: shakuntala Negi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 10:25:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/raising-error-message-in-a-programme/qaa-p/1232544#M523067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-18T10:25:42Z</dc:date>
    </item>
  </channel>
</rss>

