<?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: Problem in SUBMIT AND RETURN statment in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-submit-and-return-statment/m-p/5009950#M1166233</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;Actually i am calling a standard transaction in CRM to change the category. So after changing the category i wanted to come back to my zprogram... is it not possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used SUBMIT WITH parameters.... AND RETURN only.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Navaneeth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Jan 2009 12:15:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-02T12:15:33Z</dc:date>
    <item>
      <title>Problem in SUBMIT AND RETURN statment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-submit-and-return-statment/m-p/5009947#M1166230</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;I have the problem of after using the SUBMIT (the standard program) AND RETURN statment in my zprogram i am not able to continue my program execution automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the standard program execution i needs to press the BACK button to come to my zprogram excution. Could u please help me to avoid pressing this BACK button eventhough i have used SUBMIT AND RETURN statment?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;(After the execution of the submitted program it should automatically continue the execution of my zprogram without expecting the pressing of BACK button)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Navaneeth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2009 12:08:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-submit-and-return-statment/m-p/5009947#M1166230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-02T12:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in SUBMIT AND RETURN statment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-submit-and-return-statment/m-p/5009948#M1166231</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 there is any Output genrated and displayed to list in the called program then you need to manually press back to camoe back to your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is not ouput generated then the Program automatically comes back to program and executes from where the control has been left. For this you need to use the RETURN statement in SUBMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;submit (raldb-report) using selection-set raldb-variant
                                  with selection-table selection_table
                                  AND RETURN.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: avinash kodarapu on Jan 2, 2009 5:45 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2009 12:11:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-submit-and-return-statment/m-p/5009948#M1166231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-02T12:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in SUBMIT AND RETURN statment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-submit-and-return-statment/m-p/5009949#M1166232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, &lt;/P&gt;&lt;P&gt;donnot use select via selection screen in submit insted use with opion in submit as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;submit zprogram with s_kunnr in s_kuunr and return.&lt;/P&gt;&lt;P&gt;this will solve your problem.&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;anupama.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2009 12:12:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-submit-and-return-statment/m-p/5009949#M1166232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-02T12:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in SUBMIT AND RETURN statment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-submit-and-return-statment/m-p/5009950#M1166233</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;Actually i am calling a standard transaction in CRM to change the category. So after changing the category i wanted to come back to my zprogram... is it not possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used SUBMIT WITH parameters.... AND RETURN only.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Navaneeth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2009 12:15:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-submit-and-return-statment/m-p/5009950#M1166233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-02T12:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in SUBMIT AND RETURN statment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-submit-and-return-statment/m-p/5009951#M1166234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you do not care about the output of the submitted program, and you do not wish to show the output nor the selection screen of the submitted program, then you may bypass them like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SUBMIT zReport AND RETURN 
           EXPORTING LIST TO MEMORY.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2009 12:16:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-submit-and-return-statment/m-p/5009951#M1166234</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2009-01-02T12:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in SUBMIT AND RETURN statment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-submit-and-return-statment/m-p/5009952#M1166235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If control has been passed to the submitted program, meaning that you are doing something within that transaction via a screen, then there is no way to get back to your program without having some user interaction, such as hitting the "Back" button.  If I understand you correctly, you are doing a transaction in CRM and have to do some interaction, then in this case, you must trigger the end of that interaction, by clicking the "back" button.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you really using SUBMIT for a CRM transaction?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2009 12:19:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-submit-and-return-statment/m-p/5009952#M1166235</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2009-01-02T12:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in SUBMIT AND RETURN statment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-submit-and-return-statment/m-p/5009953#M1166236</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;could you please let me know the what kind of result is given by&lt;/P&gt;&lt;P&gt; the standard program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If suppose the standard program is giving any basic list then the list will be appeared and you need to &lt;/P&gt;&lt;P&gt;press the back button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Submit and return will work only when there is no interuption in executing your standard program i.e. your std. program should execute with out generating any kind of output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Phani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2009 12:19:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-submit-and-return-statment/m-p/5009953#M1166236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-02T12:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in SUBMIT AND RETURN statment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-submit-and-return-statment/m-p/5009954#M1166237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;try with submit zprogram with s_kunnr in s_kunnr to spool print_option.&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;anupama.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2009 12:19:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-submit-and-return-statment/m-p/5009954#M1166237</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-02T12:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in SUBMIT AND RETURN statment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-submit-and-return-statment/m-p/5009955#M1166238</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;Actually the CRM transaction which i am calling will change the category of the product and list the old category and the new assigned category. I dont want to see this list also. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Just wanted to come back to my program after the standard program execution without pressing the BACK button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tries SUBMIT .... AND RETURN EXPORTING LIST TO MEMORY statment also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could u pls help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Navaneeth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2009 12:28:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-submit-and-return-statment/m-p/5009955#M1166238</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-02T12:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in SUBMIT AND RETURN statment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-submit-and-return-statment/m-p/5009956#M1166239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have tried using the EXPORT LIST TO MEMORY and it still throws a list display?  That doesn't sound right....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2009 12:33:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-submit-and-return-statment/m-p/5009956#M1166239</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2009-01-02T12:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in SUBMIT AND RETURN statment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-submit-and-return-statment/m-p/5009957#M1166240</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;I am still not getting the output expected. Could u pls help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The output of the standard transaction is like a LOG display. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Navaneeth....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2009 12:51:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-submit-and-return-statment/m-p/5009957#M1166240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-02T12:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in SUBMIT AND RETURN statment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-submit-and-return-statment/m-p/5009958#M1166241</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;Actually the standard output is in GRID display for displaying the log. Not a list display. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Navaneeth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2009 13:17:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-submit-and-return-statment/m-p/5009958#M1166241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-02T13:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in SUBMIT AND RETURN statment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-submit-and-return-statment/m-p/5009959#M1166242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Navaneeth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through the below document and sample code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report zrich_0001.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;data: begin of itab occurs 0,&lt;/P&gt;&lt;P&gt;      datum type sy-datum,&lt;/P&gt;&lt;P&gt;      end of itab.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;ranges: r_datum for sy-datum.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;create some data in ITAB&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;itab-datum = sy-datum.&lt;/P&gt;&lt;P&gt;do 10 times.&lt;/P&gt;&lt;P&gt;  itab-datum = itab-datum  + 1.&lt;/P&gt;&lt;P&gt;  append itab.&lt;/P&gt;&lt;P&gt;enddo.&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;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Build the range&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;clear r_datum. refresh r_datum.&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;  r_datum-sign = 'I'.&lt;/P&gt;&lt;P&gt;  r_datum-option = 'EQ'.&lt;/P&gt;&lt;P&gt;  r_datum-low = itab-datum.&lt;/P&gt;&lt;P&gt;  append r_datum.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;submit zreport&lt;/P&gt;&lt;P&gt;    with s_datum in  r_datum&lt;/P&gt;&lt;P&gt;          and return.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Without selection screen appearance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;rspar TYPE TABLE OF rsparams,&lt;/P&gt;&lt;P&gt;wa_rspar LIKE LINE OF rspar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;passing all selection-screen values through rspar table .check the structure RSPARAMS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT demo_program_submit_rep1&lt;/P&gt;&lt;P&gt;WITH SELECTION-TABLE rspar&lt;/P&gt;&lt;P&gt;AND RETURN EXPORTING LIST TO MEMORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Using Variant created for the called program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT demo_program_submit_rep1 VIA SELECTION-SCREEN&lt;/P&gt;&lt;P&gt;USING SELECTION-SET 'VAR1'&lt;/P&gt;&lt;P&gt;AND RETURN.&lt;/P&gt;&lt;P&gt;SUBMIT demo_program_submit_rep1&lt;/P&gt;&lt;P&gt;USING SELECTION-SET 'VAR1'&lt;/P&gt;&lt;P&gt;AND RETURN EXPORTING LIST TO MEMORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.&lt;/P&gt;&lt;P&gt;Once you call the standard program from your program using those above statements, the table in &lt;/P&gt;&lt;P&gt;the standard report which is being displayed..same needs to be define in your program. &lt;/P&gt;&lt;P&gt;Then use following program to read the memory in the calling program &lt;/P&gt;&lt;P&gt;LIST_FROM_MEMORY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE_LIST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DISPLAY_LIST&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;Sreeni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2009 19:14:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-submit-and-return-statment/m-p/5009959#M1166242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-02T19:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in SUBMIT AND RETURN statment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-submit-and-return-statment/m-p/5009960#M1166243</link>
      <description>&lt;P&gt;This Works as expected..Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 18:02:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-submit-and-return-statment/m-p/5009960#M1166243</guid>
      <dc:creator>former_member150472</dc:creator>
      <dc:date>2022-02-02T18:02:06Z</dc:date>
    </item>
  </channel>
</rss>

