<?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: Save test data without debug in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-test-data-without-debug/m-p/11458567#M1929669</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, you edited your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This blogpost looks like exactly the solution you need:&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="112883" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="Creating test data directory(variants in SE37) by programming" href="https://community.sap.com/" modifiedtitle="true" title="Creating test data directory(variants in SE37) by programming"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But I have no experience with this report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jan 2016 12:23:49 GMT</pubDate>
    <dc:creator>Tomas_Buryanek</dc:creator>
    <dc:date>2016-01-29T12:23:49Z</dc:date>
    <item>
      <title>Save test data without debug</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-test-data-without-debug/m-p/11458562#M1929664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know if is possible to make save test data from function module without debug?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.scn.sap.com/wiki/display/CRM/Saving+test+data+with+New+ABAP+Debugger" title="http://wiki.scn.sap.com/wiki/display/CRM/Saving+test+data+with+New+ABAP+Debugger"&gt;Saving test data with New ABAP Debugger - CRM - SCN Wiki&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me explain why I need it. In the company where I work there are some legacy systems (.net, java) that uses SAP Connector to consume RFCs. It works very well, but sometimes when something wrong happens, it's very annoying to debug it. Those systems uses dialog user, and I tried in a lot of ways debug it but the only way that's possible is when I insert a infinite loop in that function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To avoid do that everytime I need, I did a table and a class to check if RFC is "enabled" to debug in this table. (inserting that loop and allowing me to debug via SM50).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This idea could be better if I could save test data without need to enter in debug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 11:25:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-test-data-without-debug/m-p/11458562#M1929664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-29T11:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Save test data without debug</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-test-data-without-debug/m-p/11458563#M1929665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In SE37 enter function name -&amp;gt; Test/execute -&amp;gt; fill input data -&amp;gt; SAVE test data&lt;/P&gt;&lt;P&gt;Or you are searching for something else?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 11:33:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-test-data-without-debug/m-p/11458563#M1929665</guid>
      <dc:creator>Tomas_Buryanek</dc:creator>
      <dc:date>2016-01-29T11:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Save test data without debug</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-test-data-without-debug/m-p/11458564#M1929666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer, but I need something a bit different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any function module that I could use to save these data? I want to do that to avoid debug and get these data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the method code that I mentioned before:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;SPAN style="color: #0000ff;"&gt;METHOD&lt;/SPAN&gt; verificar_debug&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;DATA&lt;/SPAN&gt;:&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; t_stack &lt;SPAN style="color: #0000ff;"&gt;TYPE&lt;/SPAN&gt; abap_callstack&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;DATA&lt;/SPAN&gt;:&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; w_stack&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;TYPE&lt;/SPAN&gt; abap_callstack_line&lt;SPAN style="color: #800080;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; w_rfc_debug &lt;SPAN style="color: #0000ff;"&gt;TYPE&lt;/SPAN&gt; yrfc_debug&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;DATA&lt;/SPAN&gt;:&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; v_nome_rfc &lt;SPAN style="color: #0000ff;"&gt;TYPE&lt;/SPAN&gt; tfdir-funcname&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;CALL&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;FUNCTION&lt;/SPAN&gt; &lt;SPAN style="color: #4da616;"&gt;'SYSTEM_CALLSTACK'&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;EXPORTING&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; max_level&lt;SPAN style="color: #800080;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #3399ff;"&gt;0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;IMPORTING&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; callstack&lt;SPAN style="color: #800080;"&gt; = &lt;/SPAN&gt;t_stack&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;READ&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;TABLE&lt;/SPAN&gt; t_stack&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;INTO&lt;/SPAN&gt; w_stack&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;WITH&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;KEY&lt;/SPAN&gt; blocktype&lt;SPAN style="color: #800080;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #4da616;"&gt;'FUNCTION'&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt; sy-subrc&lt;SPAN style="color: #800080;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #3399ff;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; v_nome_rfc&lt;SPAN style="color: #800080;"&gt; = &lt;/SPAN&gt;w_stack-blockname&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;ELSE&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RETURN&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;EM style="color: #808080;"&gt;* Tabela de parametrização para loop infinito em RFCs&lt;/EM&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;SELECT&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;SINGLE&lt;/SPAN&gt; * &lt;SPAN style="color: #0000ff;"&gt;FROM&lt;/SPAN&gt; yrfc_debug&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;INTO&lt;/SPAN&gt; w_rfc_debug&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;WHERE&lt;/SPAN&gt; rfc&lt;SPAN style="color: #800080;"&gt; = &lt;/SPAN&gt;v_nome_rfc&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;WHILE&lt;/SPAN&gt; w_rfc_debug-debug &lt;SPAN style="color: #0000ff;"&gt;IS&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;NOT&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;INITIAL&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt; w_rfc_debug-debug &lt;SPAN style="color: #0000ff;"&gt;IS&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;INITIAL&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;EXIT&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;ENDWHILE&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;SPAN style="color: #0000ff;"&gt;ENDMETHOD&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/877164" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/877138" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/877163" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 11:57:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-test-data-without-debug/m-p/11458564#M1929666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-29T11:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Save test data without debug</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-test-data-without-debug/m-p/11458565#M1929667</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 you use a dialog user you can set an external break-point for another user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In se38 Utilities--&amp;gt;Settings&lt;/P&gt;&lt;P&gt;Then tab Abap editor, subtab Debugging&lt;/P&gt;&lt;P&gt;Change User to the RFc user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you place an external break-point, it will debug that user for an hour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards, Rob Dielemans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 12:04:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-test-data-without-debug/m-p/11458565#M1929667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-29T12:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Save test data without debug</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-test-data-without-debug/m-p/11458566#M1929668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thansk Rob, I've tried it several times and doesn't work in this case with system and communication user&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 12:12:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-test-data-without-debug/m-p/11458566#M1929668</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-29T12:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Save test data without debug</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-test-data-without-debug/m-p/11458567#M1929669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, you edited your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This blogpost looks like exactly the solution you need:&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="112883" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="Creating test data directory(variants in SE37) by programming" href="https://community.sap.com/" modifiedtitle="true" title="Creating test data directory(variants in SE37) by programming"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But I have no experience with this report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 12:23:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-test-data-without-debug/m-p/11458567#M1929669</guid>
      <dc:creator>Tomas_Buryanek</dc:creator>
      <dc:date>2016-01-29T12:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Save test data without debug</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-test-data-without-debug/m-p/11458568#M1929670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thiago,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can make use of ASSERT statement in your program. Please follow the below wiki&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.scn.sap.com/wiki/display/ABAP/Checkgroups" title="http://wiki.scn.sap.com/wiki/display/ABAP/Checkgroups"&gt;Checkgroups - ABAP Development - SCN Wiki&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The checkpoint group can be activated or de-activated on the fly using SAAB transaction. The inputs to the RFC function module can be saved as a log using assert statement. The log can be viewed later in SAAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/erp2005_ehp_04/helpdata/en/22/a6b241a1b33131e10000000a155106/content.htm?frameset=/en/9b/b1b64104e52f31e10000000a155106/frameset.htm&amp;amp;current_toc=/en/14/6d1c370c468b7be10000009b38f936/plain.htm&amp;amp;node_id=71&amp;amp;show_children=true#jump73" title="http://help.sap.com/erp2005_ehp_04/helpdata/en/22/a6b241a1b33131e10000000a155106/content.htm?frameset=/en/9b/b1b64104e52f31e10000000a155106/frameset.htm&amp;amp;current_toc=/en/14/6d1c370c468b7be10000009b38f936/plain.htm&amp;amp;node_id=71&amp;amp;show_children=true#jump73"&gt;Activatable Checkpoints - ABAP - Analysis Tools - SAP Library&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Karthikeyan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 12:53:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-test-data-without-debug/m-p/11458568#M1929670</guid>
      <dc:creator>karthikeyan_p3</dc:creator>
      <dc:date>2016-01-29T12:53:14Z</dc:date>
    </item>
  </channel>
</rss>

