<?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: CALL SCREEN error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-error/m-p/5067303#M1177358</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check if the screen that you are calling is active or not. If not activate the same, and try.&lt;/P&gt;&lt;P&gt;Also paste the piece of code where you are writing the call screen statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Feb 2009 12:08:51 GMT</pubDate>
    <dc:creator>former_member195383</dc:creator>
    <dc:date>2009-02-04T12:08:51Z</dc:date>
    <item>
      <title>CALL SCREEN error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-error/m-p/5067293#M1177348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii,&lt;/P&gt;&lt;P&gt;when i am calling another screen through call screen statement  from pbo of one screen then control doesn't go to pbo of  called screen. thanks .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 11:50:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-error/m-p/5067293#M1177348</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T11:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: CALL SCREEN error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-error/m-p/5067294#M1177349</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 calling the screen in PAI after an event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 11:54:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-error/m-p/5067294#M1177349</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T11:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: CALL SCREEN error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-error/m-p/5067295#M1177350</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;what is the use oof calling the next screen from the PBO of first screen . call it from the PAi of first screen or call the second scren directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mudit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 11:54:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-error/m-p/5067295#M1177350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T11:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: CALL SCREEN error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-error/m-p/5067296#M1177351</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;What exactly are you trying to do? You said you are using call screen in the pbo of another screen, that is the first screen is never displayed, then maybe make the second screen as the initial screen and do any processing that needs to be done in the pbo of this screen as user does not perform any function on the first screen. What exactly is the error message that you receive?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 11:54:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-error/m-p/5067296#M1177351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T11:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: CALL SCREEN error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-error/m-p/5067297#M1177352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rishav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What Call Screen does is:&lt;/P&gt;&lt;P&gt;Calling a single screen is a special case of embedding a screen sequence. If you want to prevent the called screen from covering the current screen completely, you can use the CALL SCREEN statement with the STARTING AT and ENDING AT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SCREEN 1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SCREEN 1000 STARTING AT 10 10 ENDING AT 20 20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mansi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 11:54:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-error/m-p/5067297#M1177352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T11:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: CALL SCREEN error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-error/m-p/5067298#M1177353</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;call screen screen-number .&lt;/P&gt;&lt;P&gt;Try giving options like starting at (col1) (line1)&lt;/P&gt;&lt;P&gt;                                ending at (col2) (line2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 11:57:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-error/m-p/5067298#M1177353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T11:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: CALL SCREEN error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-error/m-p/5067299#M1177354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1st of all there is no point in putting the call screen statement in the PBO of another screen. If you want the other screen, even before the 1st screen comes, then why should you put the 1st screen .&lt;/P&gt;&lt;P&gt;Directly keep the 2nd screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or in main program you can handle the occurance of screen 1 or screen 2, by using the call screen statement, putting the desired condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if &amp;lt;condition1&amp;gt;&lt;/P&gt;&lt;P&gt;call screen '2000'.&lt;/P&gt;&lt;P&gt;elseif &amp;lt;condition2&amp;gt;&lt;/P&gt;&lt;P&gt;call screen '3000'.&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;Or put in in PAI of the first screen, if your requirement is such that after entering some value in the 1st screen, the second screen should appear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 11:58:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-error/m-p/5067299#M1177354</guid>
      <dc:creator>former_member195383</dc:creator>
      <dc:date>2009-02-04T11:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: CALL SCREEN error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-error/m-p/5067300#M1177355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rishav&lt;/P&gt;&lt;P&gt;I think you havent given the next screen option in the first screen.&lt;/P&gt;&lt;P&gt;If your first screen number is 100 and second screen number is 200.&lt;/P&gt;&lt;P&gt;In the attributes of the first screen ,give the next screen as 200.&lt;/P&gt;&lt;P&gt;I think tis will work&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Menon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 11:58:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-error/m-p/5067300#M1177355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T11:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: CALL SCREEN error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-error/m-p/5067301#M1177356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry instead of pai , by mistake  i have written it pbo. actually when i am calling other screen trough call screen statement form pai of one screen then pai of another screen doesn't get executed .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 12:04:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-error/m-p/5067301#M1177356</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T12:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: CALL SCREEN error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-error/m-p/5067302#M1177357</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;call the screen from the PAI of the First Screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because any event get trigred from PAI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  ok_code = sy-ucomm.
  CASE: ok_code.
    WHEN 'NEWL'.       " call next screen
          CALL SCREEN '9003'.

   ENDCASE.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Arun Kayal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 12:08:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-error/m-p/5067302#M1177357</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T12:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: CALL SCREEN error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-error/m-p/5067303#M1177358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check if the screen that you are calling is active or not. If not activate the same, and try.&lt;/P&gt;&lt;P&gt;Also paste the piece of code where you are writing the call screen statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 12:08:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-error/m-p/5067303#M1177358</guid>
      <dc:creator>former_member195383</dc:creator>
      <dc:date>2009-02-04T12:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: CALL SCREEN error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-error/m-p/5067304#M1177359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;iam calling in thru same manner but when when we press any button display error "enter hexadecimal input : odd number of digit".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 12:12:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-error/m-p/5067304#M1177359</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T12:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: CALL SCREEN error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-error/m-p/5067305#M1177360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you are calling screen '100' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call screen '0100'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 12:13:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-error/m-p/5067305#M1177360</guid>
      <dc:creator>former_member195383</dc:creator>
      <dc:date>2009-02-04T12:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: CALL SCREEN error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-error/m-p/5067306#M1177361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;than&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check&lt;/P&gt;&lt;P&gt;Sy-ucomm in debugging mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think in case you are passing the name and the name that you have created on button is different&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will solve your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Arun kayal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 12:18:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-error/m-p/5067306#M1177361</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T12:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: CALL SCREEN error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-error/m-p/5067307#M1177362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;than&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check&lt;/P&gt;&lt;P&gt;Sy-ucomm in debugging mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think in case you are passing the name and the name that you have created on button is different&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will solve your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Arun Kayal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 12:19:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-error/m-p/5067307#M1177362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T12:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: CALL SCREEN error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-error/m-p/5067308#M1177363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rishav,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enter hexadecimal input : odd number of digit".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This message is displayed before it goes in the PAI of the second screen, then check if there is an input field on the second screen which has some invalid data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 12:22:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-error/m-p/5067308#M1177363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T12:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: CALL SCREEN error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-error/m-p/5067309#M1177364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Resum&lt;/P&gt;&lt;P&gt;- You execute the CALL SCREEN in one module of the PAI logic of first screen, not in PBO&lt;/P&gt;&lt;P&gt;- Then the PBO of the second screen is executed just before the second screen get displayed&lt;/P&gt;&lt;P&gt;- The data input check of the second screen must be in its PAI logic, not in PBO&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 12:22:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-error/m-p/5067309#M1177364</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-02-04T12:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: CALL SCREEN error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-error/m-p/5067310#M1177365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the case statement&lt;/P&gt;&lt;P&gt;In case tatement with when &lt;/P&gt;&lt;P&gt;pass the button name in CAPITAL letter&lt;/P&gt;&lt;P&gt;i think you can check it also...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
case sy-ucomm

when'NEW'   "check  it should be in capital letter 
                   " if you found in debbuging that the field name and button anemis same
                   " check the field name in your program it should be in CAPS.........

Call screen '9001'
endcase.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Hope it will solve the problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 15:11:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-error/m-p/5067310#M1177365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T15:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: CALL SCREEN error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-error/m-p/5067311#M1177366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem is solved . Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 11:08:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-error/m-p/5067311#M1177366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T11:08:53Z</dc:date>
    </item>
  </channel>
</rss>

