<?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: creating a table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-table/m-p/3461578#M831765</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; Is there any requirment will be there to create a table in dataditionary are we use standard tables&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes There may be a requirement to create a custom table at data dictionary level.because if you go for some companies which are having tin number,container number,like that there is no field existing in sap to fulfill this requirement.&lt;/P&gt;&lt;P&gt;so definitly we have to go for custom table to store this data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;swami.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Feb 2008 07:46:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-28T07:46:42Z</dc:date>
    <item>
      <title>creating a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-table/m-p/3461571#M831758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any requirment will be there to create a table in dataditionary are we use standard tables&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 12:10:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-table/m-p/3461571#M831758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-26T12:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: creating a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-table/m-p/3461572#M831759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes there are requirements  to create a table in dataditionary  according to clients need.&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;again yes  standard tables are for use only&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 12:14:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-table/m-p/3461572#M831759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-26T12:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: creating a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-table/m-p/3461573#M831760</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;yes we can create and that is depends on clients requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create a transparent database table, you must have the domains and data elements ready with you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Go to transaction SE11 (by typing SE11 or /nSE11 in the command field).&lt;/P&gt;&lt;P&gt;2.	Create a domain for every field of the table as follows:&lt;/P&gt;&lt;P&gt;Type in the domain name (beginning with z) and press &amp;#145;CREATE&amp;#148;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give a descriptive short text and key in the datatype, number of characters etc. for the definition of the domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save the domain as a local object (development class = $TMP).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activate the domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create all the domains you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Now create a datatype for each domain created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Key in a name for the datatype and press &amp;#145;CREATE&amp;#146;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.A popup comes up. Select &amp;#145;data element&amp;#146; and press &amp;#145;ENTER&amp;#146;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.Give a descriptive short text. Give the name of the domain for which this data element is being created and press &amp;#145;ENTER&amp;#146;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.Click on the &amp;#145;FIELD LABEL&amp;#146; tab and give an appropriate field label.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Save as local object and activate the data element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.To create the database table, enter the name of the table and click on &amp;#145;CREATE&amp;#146;.&lt;/P&gt;&lt;P&gt;Note that the table name must start with Z and must not have the underscore (_) character in the second or third place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Now enter the following parameters on the screen that comes up:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Delivery Class: The delivery class controls the transport of table data when installing or upgrading, in a client copy and when transporting between customer systems. Give the delivery class As &amp;#145;C&amp;#146; for customer tables (Customer table, data is maintained by the customer only.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table Maintenance: If this flag is set, the data in the table can be changed with the Data Browser (Transaction SE16) if the user has the necessary authorization. Keep the box checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save the table. Now we shall see how to assign fields to the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.First click on the &amp;#145;FIELDS&amp;#146; tab and then on the &amp;#145;Data element/Direct type&amp;#146; button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now enter MANDT in the &amp;#145;FIELDS&amp;#146; column and MANDT in the &amp;#145;FIELD TYPE&amp;#146; column. Press &amp;#145;ENTER&amp;#146;. The &amp;#145;DATA TYPE&amp;#146;, &amp;#145;LENGTH&amp;#146; and &amp;#145;SHORT TEXT&amp;#146; fields get populated automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter &amp;#145;zd_hnk&amp;#146; in the &amp;#145;FIELDS&amp;#146; column and &amp;#145;ze_hnk&amp;#146; in the &amp;#145;FIELD TYPE&amp;#148; column. If you want to set any of the fields as key fields, you can do so by checking the &amp;#145;KEY&amp;#146; column for that field. Save the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.Now click on the button on the application toolbar that says &amp;#145;TECHNICAL SETTINGS&amp;#146;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter the data class and size category. Set the buffering parameters.&lt;/P&gt;&lt;P&gt;Save and return to the previous screen. Now, activate the table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 12:51:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-table/m-p/3461573#M831760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-26T12:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: creating a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-table/m-p/3461574#M831761</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;yes some times we need to create a tables in datadictionary those table are called ZTABLES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the procedure to create Ztables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb6e446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb6e446011d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Go to SE11 Transaction.&lt;/P&gt;&lt;P&gt;2.Give Table name starts with Z or Y letter --&amp;gt;click create.&lt;/P&gt;&lt;P&gt;3.Give short description &amp;amp; Delivery class as "A", &amp;amp; Data Browser as "Display/Maintenace Allowed".&lt;/P&gt;&lt;P&gt;4.Click Field tab,give MANDT in field &amp;amp; Data element, click primary key check box &amp;amp; initial values and give Enter on dataelement.&lt;/P&gt;&lt;P&gt;5. Give field name which u want, this s primary key field. so click key check box &amp;amp; initial values, give data element name starts with Z or Y double click on that data element,popwindow wil come, in that click yes, give ur package name&lt;DEL&gt;&amp;gt;save, it wil ask to create data element, so click yes.Then give short description, in Data type tab click we can choose either Domain or Buil-in type.If u want domain,select domain give any name starts with Z or Y, double click on that&lt;/DEL&gt;&amp;gt;yes &lt;DEL&gt;&amp;gt;Save.It wil ask to Create domain&lt;/DEL&gt;&amp;gt;yes. Give short desc, give required data type, No.Chars &amp;amp; Output length --&amp;gt;Save --&amp;gt; Activate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: We can use old domain values or we can create new domains.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. In data element page, click Field label tab. Give short, medium, Long &amp;amp; Heading values &lt;DEL&gt;&amp;gt;save&lt;/DEL&gt;&amp;gt;Activate.&lt;/P&gt;&lt;P&gt;7.Go to main table page, Give other fields which u want, here no need to give primary key. Do the same steps as told previously.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7.Go to Technical Setting at the top of the page.Give the Data class "APPL0". Select Size category as 0 or anything which u want --&amp;gt;click Save button --&amp;gt; Go back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8.Activate the main table --&amp;gt;Save.&lt;/P&gt;&lt;P&gt;9.Go to Utilities --&amp;gt;Table contents --&amp;gt; Create Entries. Then Create the Records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on Utilities --&amp;gt; Table Maintainance Generator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Authorization Group &amp;amp;NC&amp;amp;.&lt;/P&gt;&lt;P&gt;and provide function group for table maintainance ( u can create a function group in se37 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;click on Find Scr Number button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select Propose Screen Number and Continue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then Create... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save and Back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activate the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create a TCODE for a custom table, follow the steps below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Go to transaction SE93 ,&lt;/P&gt;&lt;P&gt;2.Give the name of ur tcode say zxxxx, for maintaining your ztable. &lt;/P&gt;&lt;P&gt;3. Click on create button,now a page opens.&lt;/P&gt;&lt;P&gt;4. Choose the radio button Transaction with parameters (PARAMETER TRANSACTION) . &lt;/P&gt;&lt;P&gt;5. In the next screen enter transaction as : SM30 &lt;/P&gt;&lt;P&gt;7. Also check allthe three check boxes for the GUI support.&lt;/P&gt;&lt;P&gt;8. Scroll down you will find a table control for default values &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name of the screen field | value &lt;/P&gt;&lt;P&gt;___________________________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VIEWNAME | your ztable name &lt;/P&gt;&lt;P&gt;UPDATE | X &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save your work. Thus ur Tcode is created.&lt;/P&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;regards&lt;/P&gt;&lt;P&gt;sreelatha gullapalli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 07:20:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-table/m-p/3461574#M831761</guid>
      <dc:creator>sreelatha_gullapalli</dc:creator>
      <dc:date>2008-02-27T07:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: creating a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-table/m-p/3461575#M831762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;      We can create Z tables using SE11. se11-&amp;gt;create. After creating, maintain techinical settings in Se11. Go to Sm30. this is for table maintenance. We can add entries to the created z tables here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Hope this clears ur doubt.&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;Ramya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 09:21:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-table/m-p/3461575#M831762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T09:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: creating a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-table/m-p/3461576#M831763</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;Yes we can  creat table in dictionary according to the client requiremets  for example if  he ask to maitain separate address table then we need to create, mostly the standard tables are being used .&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;kavitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 10:51:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-table/m-p/3461576#M831763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T10:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: creating a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-table/m-p/3461577#M831764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt; Actually we use standard tables only.if client asked differenty then we have to create the tables in the data dictionary.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 07:10:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-table/m-p/3461577#M831764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-28T07:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: creating a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-table/m-p/3461578#M831765</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; Is there any requirment will be there to create a table in dataditionary are we use standard tables&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes There may be a requirement to create a custom table at data dictionary level.because if you go for some companies which are having tin number,container number,like that there is no field existing in sap to fulfill this requirement.&lt;/P&gt;&lt;P&gt;so definitly we have to go for custom table to store this data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;swami.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 07:46:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-table/m-p/3461578#M831765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-28T07:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: creating a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-table/m-p/3461579#M831766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most of the casses we can use the standard tables, but very few times the standard tables are not suitable to our requirement at that time we need to create the user defined tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 10:54:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-table/m-p/3461579#M831766</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-28T10:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: creating a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-table/m-p/3461580#M831767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Many times we use the STANDARD tables .&lt;/P&gt;&lt;P&gt;sometimes if there is any client requirement,then we need to create Tables.&lt;/P&gt;&lt;P&gt;Tables are created in SE11 transaction.&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;Vineela&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 09:12:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-table/m-p/3461580#M831767</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T09:12:04Z</dc:date>
    </item>
  </channel>
</rss>

