<?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: SM30 table view in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-view/m-p/7473710#M1555440</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Do what i am telling 1st and regenerate the table maintenance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thats enough to solve your problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Nov 2010 08:29:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-18T08:29:01Z</dc:date>
    <item>
      <title>SM30 table view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-view/m-p/7473698#M1555428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Created one custom table with 6 fileds in that i want to change start date and end date automatically delimit the date and i need to put first 3 fileds to be not editable and if user create the new entries then the third record should delimit with the first record&lt;/P&gt;&lt;P&gt;automatically it is in sm30 screen ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 12:20:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-view/m-p/7473698#M1555428</guid>
      <dc:creator>nagaraju_gaddam</dc:creator>
      <dc:date>2010-11-16T12:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 table view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-view/m-p/7473699#M1555429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can make your table time dependent, in order to do that, one of the date fields must be in the key and the other should be the first key of the non-key fields. The fields should have the data element BEGDA/ENDDA or VIM_BEGDA/ENDDA. In the table maintenaince generator you will have to go to Environment--&amp;gt; Generate time dependant. This will create a delimit button the status interface of the table maintenaince. Anyway, after that you will have to code a lot to do what you want, delimitation is not automatic, the only thing it does is delimit the record itself but won't have any influence in other records. So, most of the work will have to be done by coding in the modules created by the table maintenaince generator, a lot like infotype logic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 12:36:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-view/m-p/7473699#M1555429</guid>
      <dc:creator>PedroGuarita</dc:creator>
      <dc:date>2010-11-16T12:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 table view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-view/m-p/7473700#M1555430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My custom table contain the BK_CODE,CODE,RATE,DESCRIPTION,START_DATE,END_DATE first 3 are key fields ...in SM30 Screen when im creating the new entries &lt;/P&gt;&lt;P&gt;CITI   POSTCHRG  0.30  CITIPOSTCHARG  14.09.2010  31.07.2011(default)&lt;/P&gt;&lt;P&gt;CITI   CHKRECHR  0.30  CITICHKCHARG  14.09.2010  31.07.2011 (defaulf)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CITI   POSTCHRG  0.30  CITIPOSTCHARG  14.09.2010  31.12.9999&lt;/P&gt;&lt;P&gt;CITI   CHKRECHR  0.30  CITICHKTCHARG  14.09.2010  31.12.9999&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when user  creating new entries the start date and end date should change like ( date 15.11.2010 want to create)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CITI   POSTCHRG  0.30  CITIPOSTCHARG  14.09.2010  14.11.2010( No Overlaping)&lt;/P&gt;&lt;P&gt;CITI   POSTCHRG  0.30  CITIPOSTCHARG  15.11.2010  31.12.9999&lt;/P&gt;&lt;P&gt; this should be automatically done by the system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you send me sample code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 14:11:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-view/m-p/7473700#M1555430</guid>
      <dc:creator>nagaraju_gaddam</dc:creator>
      <dc:date>2010-11-16T14:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 table view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-view/m-p/7473701#M1555431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you help on above issue..i'm able to change the delimit but only the new record is showing in sm30 screen i need the delimit histroty also how can i do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 03:06:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-view/m-p/7473701#M1555431</guid>
      <dc:creator>nagaraju_gaddam</dc:creator>
      <dc:date>2010-11-18T03:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 table view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-view/m-p/7473702#M1555432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;i think you have to get data dump and resend with delimit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 06:17:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-view/m-p/7473702#M1555432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-18T06:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 table view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-view/m-p/7473703#M1555433</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;&lt;/P&gt;&lt;P&gt;yes..could you help on this ..with correct result, i need to change on the end date delimitation...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 06:52:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-view/m-p/7473703#M1555433</guid>
      <dc:creator>nagaraju_gaddam</dc:creator>
      <dc:date>2010-11-18T06:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 table view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-view/m-p/7473704#M1555434</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;&lt;/P&gt;&lt;P&gt;Just  i need to change in start date with different charges then it is delimit the old record and create the new record and shows the all the history in screen and end date should be default (31.12.9999)for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cust1      0.90      18.11.2010   31.12.9999&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after change:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cust1    0.87      27.11.2010   31.12.9999&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and shows all the records history in screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cust1     0.90      18.11.2010      26.11.2010&lt;/P&gt;&lt;P&gt;cust1     0.87      27.11.2010      31.12.9999&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 06:57:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-view/m-p/7473704#M1555434</guid>
      <dc:creator>nagaraju_gaddam</dc:creator>
      <dc:date>2010-11-18T06:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 table view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-view/m-p/7473705#M1555435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think your data in ztable and you have attached table maintenance view for that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st get all the records to the itab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECT * FROM ZTable into itab.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now change what you want in itab by looping&lt;/P&gt;&lt;P&gt;now modify your ZTable&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
MODIFY ZTable FROM TABLE itab.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Nelson Rodrigo on Nov 18, 2010 2:12 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 07:12:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-view/m-p/7473705#M1555435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-18T07:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 table view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-view/m-p/7473706#M1555436</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;&lt;/P&gt;&lt;P&gt;thanks for your reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still i have the problem in SM30 could you brief the senario how to resovle....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 07:23:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-view/m-p/7473706#M1555436</guid>
      <dc:creator>nagaraju_gaddam</dc:creator>
      <dc:date>2010-11-18T07:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 table view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-view/m-p/7473707#M1555437</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;you have two ways to do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. delete all the invalid data from your ztable by using sm30 and re upload with correct delimiter&lt;/P&gt;&lt;P&gt;2. over i mentioned thing&lt;/P&gt;&lt;P&gt;create a simple zprogram like &lt;/P&gt;&lt;P&gt;assume your table name is ZTABLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
REPORT  ZDELIMIT_UPDATE .

TABLES : ZTABLE.
DATA : IT_ZTABLE TYPE STANDARD TABLE OF ZTABLE.
DATA : WA_ZTABLE TYPE ZTABLE.


SELECT * FROM ZTABLE INTO TABLE IT_ZTABLE.
  
  LOOP AT IT_ZTABLE INTO WA_ZTABLE.
    WA_ZTABLE-ENDDATE = &amp;lt;WA_ZTABLE-ENDDATE&amp;gt; 'Do your change here
    MODIFY ZTABLE FROM WA_ZTABLE.
  ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will solve your problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 08:04:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-view/m-p/7473707#M1555437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-18T08:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 table view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-view/m-p/7473708#M1555438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nagaraju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to be delimited the date authomatically, you have write create Events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These events  make to save in table as per you write the code in Evnents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer how to write/create Events for Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AVSP.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 08:11:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-view/m-p/7473708#M1555438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-18T08:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 table view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-view/m-p/7473709#M1555439</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;Thanks for your reply..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still I'm facing the same problem in sm30 screen it is not showing the old record it is showing created record after delimit record only...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you tell me step by step from ztable to SM30...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Created ztable with (BK_CODE(P.K) ,CODE(P.K) , END_DATE(P.K), START_DATE ,RATE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after  that created Table maintanance generator and i given F.Group and authorization created screen and displaying the fields and after that environments-----&amp;gt;Generate Time Dep. for delimit &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i m creating the new records in SM30  its not showing the history..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 08:17:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-view/m-p/7473709#M1555439</guid>
      <dc:creator>nagaraju_gaddam</dc:creator>
      <dc:date>2010-11-18T08:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 table view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-view/m-p/7473710#M1555440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Do what i am telling 1st and regenerate the table maintenance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thats enough to solve your problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 08:29:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-view/m-p/7473710#M1555440</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-18T08:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 table view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-view/m-p/7473711#M1555441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nelson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply,Still after i regenerate the TMG also same problem it is not showing the histroy..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i searched alot in for this issue...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 14:28:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-view/m-p/7473711#M1555441</guid>
      <dc:creator>nagaraju_gaddam</dc:creator>
      <dc:date>2010-11-18T14:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 table view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-view/m-p/7473712#M1555442</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;To make entries into your two of the fields,&lt;/P&gt;&lt;P&gt;I think you can use events in your TMG.&lt;/P&gt;&lt;P&gt;Use event like &lt;STRONG&gt;05-Creating a new entry&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;And to make some fields non editable&lt;/P&gt;&lt;P&gt;*double click on the screen no and edit the properties in screen painter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anmol.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 14:42:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-view/m-p/7473712#M1555442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-18T14:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 table view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-view/m-p/7473713#M1555443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Helpful answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 01:28:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-view/m-p/7473713#M1555443</guid>
      <dc:creator>nagaraju_gaddam</dc:creator>
      <dc:date>2010-11-30T01:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 table view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-view/m-p/7473714#M1555444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Helpful answer&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 04:23:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-view/m-p/7473714#M1555444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-30T04:23:11Z</dc:date>
    </item>
  </channel>
</rss>

