<?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: table maintanance generator in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintanance-generator/m-p/3533217#M849991</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table Maintenance Generator is a tool which is into the ABAP Dic which allows you to generate a program which can be used to maintain entries in a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)Can display the sy-uname when there is entry&lt;/P&gt;&lt;P&gt;2)Can create your own module for checking validation &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using table maintenance, U can operate Ur table like INSERT/DELETE... &lt;/P&gt;&lt;P&gt;In the conventional way, U have 2 go 2 SE11 --&amp;gt; Utilities --&amp;gt; Table Contents --&amp;gt; Create entries/Display. &lt;/P&gt;&lt;P&gt;Where as in production/Qty systems, no user can have authorization 2 access T-code SE11.&lt;/P&gt;&lt;P&gt;U have 2 create a table maintenance 2 Ur table, and assign a custom T-code 2 the table. then the authorized people only can access Ur T-code/Table entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps: 1) SE11, Utilities--&amp;gt; Table maintenance --&amp;gt; give a Authorization Group, &lt;/P&gt;&lt;P&gt;Function group, Package and one step/two step. &lt;/P&gt;&lt;P&gt;save and activate Ur table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go 2 SE93, give a new T-code, create--&amp;gt; select Transaction with parameters(last radio button). &lt;/P&gt;&lt;P&gt;give Transaction as SM30. in the bottom default values , give the name of the screen field VIEWNAME and Value as Ur custom table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now Ur table is ready to access using the custom T-code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer thread&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="749187"&gt;&lt;/A&gt;&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;Vinayak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Mar 2008 07:13:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-13T07:13:40Z</dc:date>
    <item>
      <title>table maintanance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintanance-generator/m-p/3533214#M849988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;can u pls tell me what exactly the use of table maintanance generator ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help me on this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points will be rewarded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regsrds,&lt;/P&gt;&lt;P&gt;Rajan Mehta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 07:09:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintanance-generator/m-p/3533214#M849988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T07:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: table maintanance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintanance-generator/m-p/3533215#M849989</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; we can create database tables in SAP using transaction code &lt;/P&gt;&lt;P&gt;SE11. A table can be manipulated by a program or manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When creating table, you will find a check box 'Table maintenance allowed'. If we &lt;/P&gt;&lt;P&gt;check that option, we can manually enter entries using SE16 or table &lt;/P&gt;&lt;P&gt;maintenance generator screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SE16 is for data browser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to create table maintenance generator?&lt;/P&gt;&lt;P&gt;Go to SE11, give the table name and click on change. Then Go to utilities--&amp;gt; Table &lt;/P&gt;&lt;P&gt;maintenance generator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the table maintenance generator screen, we should give Authorization Group, &lt;/P&gt;&lt;P&gt;Function Group name (Function Group name can be same as table name), &lt;/P&gt;&lt;P&gt;Maintenance type can be one step or two step, usually we will create with one &lt;/P&gt;&lt;P&gt;step. we should give maintenance screen number. After clicking on create button, &lt;/P&gt;&lt;P&gt;a table maintenance generator will be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To check it go to SM30 . In SM30, we find display, Maintain options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can view the table contents by choosing Display and we can create table &lt;/P&gt;&lt;P&gt;entries by choosing Maintain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why we have to go for Table maintenance generator, when we can edit the table &lt;/P&gt;&lt;P&gt;by SE16 or SE11, utilities-&amp;gt;create entries?&lt;/P&gt;&lt;P&gt;Answer.&lt;/P&gt;&lt;P&gt;In the production system, end-users will not be having access to transaction &lt;/P&gt;&lt;P&gt;codes like SE11 and SE16. Developers will not be having access to many &lt;/P&gt;&lt;P&gt;transaction codes including the above two.&lt;/P&gt;&lt;P&gt;To view the contents of the database table, we will use SE16n in Production &lt;/P&gt;&lt;P&gt;system. Please find out the difference between SE16 and SE16n.&lt;/P&gt;&lt;P&gt;All these authorizations will be maintained by BASIS team, by creating access &lt;/P&gt;&lt;P&gt;profiles.&lt;/P&gt;&lt;P&gt;So in order to edit or create the contents of a database table, we should go for &lt;/P&gt;&lt;P&gt;table maintenance generator. In real time, authorizations will be maintained in &lt;/P&gt;&lt;P&gt;production system. (even in development and Test systems to some extent). &lt;/P&gt;&lt;P&gt;There is an audit like Sarbanes-Oxley Act for American clients, where every thing &lt;/P&gt;&lt;P&gt;will be audited by government agency. To know more about SOX, use the links on &lt;/P&gt;&lt;P&gt;the right hand side of this page.&lt;/P&gt;&lt;P&gt;The second reason is, we can edit or create multiple entries at a time, using table &lt;/P&gt;&lt;P&gt;maintenance generator.&lt;/P&gt;&lt;P&gt;Apart from that we have options like 'Enter conditions' in table maintenance &lt;/P&gt;&lt;P&gt;screen SM30. Please try to find out the use of those, by creating an example.&lt;/P&gt;&lt;P&gt;Table Maintenance generator: Difference between one step and two steps.&lt;/P&gt;&lt;P&gt;While creating table maintenance generator, we find below options:&lt;/P&gt;&lt;P&gt;1. When we choose one step, we have to give the screen number in Overview Screen field. &lt;/P&gt;&lt;P&gt;2. When we choose two step, we have to give both overview screen number and single screen number.&lt;/P&gt;&lt;P&gt;You can give any number for screen. Don&amp;#146;t give 1000 screen number. As this &lt;/P&gt;&lt;P&gt;number is reserved for selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we choose two step, two screens will be created for table maintenance. For &lt;/P&gt;&lt;P&gt;single step only one screen will be created.&lt;/P&gt;&lt;P&gt;When we choose two step, table maintenance will work as follows&lt;/P&gt;&lt;P&gt;Go to SM30, give the table name for which you have created table maintenance-&lt;/P&gt;&lt;P&gt;Overview screen will be displayed. To create entries, when you click on &amp;#145;new &lt;/P&gt;&lt;P&gt;entries&amp;#146;. Another screen will be displayed, where you give input and save. You can &lt;/P&gt;&lt;P&gt;enter one record at a time.&lt;/P&gt;&lt;P&gt;When we choose single step, table maintenance will work as follows:&lt;/P&gt;&lt;P&gt;Go to SM30; give table name for which you have created table maintenance-&lt;/P&gt;&lt;P&gt;Overview screen will be displayed; To create entries click on &amp;#145;new entries&amp;#146;, you can &lt;/P&gt;&lt;P&gt;enter the records on the same screen. You can enter multiple records at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We use single step generally, as it is user friendly.&lt;/P&gt;&lt;P&gt;To completely understand the difference and above points please do exercise by &lt;/P&gt;&lt;P&gt;creating table maintenance generator in both ways (using single step and two &lt;/P&gt;&lt;P&gt;step).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 07:11:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintanance-generator/m-p/3533215#M849989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T07:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: table maintanance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintanance-generator/m-p/3533216#M849990</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;STRONG&gt;Table Maintenance Generator&lt;/STRONG&gt; (TMG) is a tool which is used to create a equipment by which customized tables created by end users can be changed as required,such as making an entry to that table,deleating an entry etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SM30&lt;/STRONG&gt; is the transaction code to create table maintenance generator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Useful Link :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="383941"&gt;&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;rose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 07:13:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintanance-generator/m-p/3533216#M849990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T07:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: table maintanance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintanance-generator/m-p/3533217#M849991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table Maintenance Generator is a tool which is into the ABAP Dic which allows you to generate a program which can be used to maintain entries in a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)Can display the sy-uname when there is entry&lt;/P&gt;&lt;P&gt;2)Can create your own module for checking validation &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using table maintenance, U can operate Ur table like INSERT/DELETE... &lt;/P&gt;&lt;P&gt;In the conventional way, U have 2 go 2 SE11 --&amp;gt; Utilities --&amp;gt; Table Contents --&amp;gt; Create entries/Display. &lt;/P&gt;&lt;P&gt;Where as in production/Qty systems, no user can have authorization 2 access T-code SE11.&lt;/P&gt;&lt;P&gt;U have 2 create a table maintenance 2 Ur table, and assign a custom T-code 2 the table. then the authorized people only can access Ur T-code/Table entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps: 1) SE11, Utilities--&amp;gt; Table maintenance --&amp;gt; give a Authorization Group, &lt;/P&gt;&lt;P&gt;Function group, Package and one step/two step. &lt;/P&gt;&lt;P&gt;save and activate Ur table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go 2 SE93, give a new T-code, create--&amp;gt; select Transaction with parameters(last radio button). &lt;/P&gt;&lt;P&gt;give Transaction as SM30. in the bottom default values , give the name of the screen field VIEWNAME and Value as Ur custom table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now Ur table is ready to access using the custom T-code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer thread&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="749187"&gt;&lt;/A&gt;&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;Vinayak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 07:13:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintanance-generator/m-p/3533217#M849991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T07:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: table maintanance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintanance-generator/m-p/3533218#M849992</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;STRONG&gt;Table Maintenance Generator&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The Table Maintenance Generator is used to create table maintenance program to add, modify or delete records in the database table. This can be accessed using transaction SE54 or in SE11 using the menu Utilities-&amp;gt;Table Maintenance Generator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;One step, two step in Table Maintenance Generator&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This specifies the screens to be created in the Table Maintenance Program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Single step: Only overview screen is created i.e. the Table Maintenance Program will have only one screen where you can add, delete or edit records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two step: Two screens namely the overview screen and Single screen are created. The user can see the key fields in the first screen and can further go on to edit further details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 07:14:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintanance-generator/m-p/3533218#M849992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T07:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: table maintanance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintanance-generator/m-p/3533219#M849993</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;Table Maintenance Generator (TMG) is a tool which is used to create a equipment by which customized tables created by end users can be changed as required,such as making an entry to that table,deleating an entry etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SM30 is the transaction code to create table maintenance generator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you can update the table by running the t code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most of system configuration tables are views &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 07:15:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintanance-generator/m-p/3533219#M849993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T07:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: table maintanance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintanance-generator/m-p/3533220#M849994</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;Table maintanence generator is nothing but making a table available for adding records and deleting records.&lt;/P&gt;&lt;P&gt;The transaction code used is SM30.&lt;/P&gt;&lt;P&gt;follow below steps&lt;/P&gt;&lt;P&gt;1) go to se11 check table maintanance check box under&lt;/P&gt;&lt;P&gt;attributes tab&lt;/P&gt;&lt;P&gt;2) utilities-table maintanance Generator-&amp;gt;&lt;/P&gt;&lt;P&gt;create function group and assign it under&lt;/P&gt;&lt;P&gt;function group input box.&lt;/P&gt;&lt;P&gt;also assign authorization group default &amp;amp;NC&amp;amp; .&lt;/P&gt;&lt;P&gt;3)&lt;/P&gt;&lt;P&gt;select standard recording routine radio in table&lt;/P&gt;&lt;P&gt;table mainitainence generator to move table&lt;/P&gt;&lt;P&gt;contents to quality and production by assigning&lt;/P&gt;&lt;P&gt;it to request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) select maintenance type as single step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) maintainence screen as system generated numbers&lt;/P&gt;&lt;P&gt;this dialog box appears when you click on create&lt;/P&gt;&lt;P&gt;button&lt;/P&gt;&lt;P&gt;6) save and activate table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using sm30 you can create entries manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check these links&lt;/P&gt;&lt;P&gt;[&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1856183"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;[&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2545202"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;[&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2629253"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Maintenance type&lt;/P&gt;&lt;P&gt;It specifies when you insert the new record, dat to be filled for the new entry should come in same screen one step) or new screen should come for data entry(two step)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Maintenance Screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is screen which is displayed to user. you can edit the screen and set the attributes of screen as per your need.&lt;/P&gt;&lt;P&gt;e.g.-if you want one of fields as output only and in the pAI of screen you can populate the value&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Recording routine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;recording routine is same as your delivery class of table.&amp;gt;&lt;/P&gt;&lt;P&gt;if recording routine is no or use it means 'A'-no transport request number is asked while saving the entries.&amp;gt;&lt;/P&gt;&lt;P&gt;if it is standard -'C'it means it will ask for transport request number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&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;Dhruv Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 07:20:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintanance-generator/m-p/3533220#M849994</guid>
      <dc:creator>dhruv_shah3</dc:creator>
      <dc:date>2008-03-13T07:20:54Z</dc:date>
    </item>
  </channel>
</rss>

