<?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: Submit and return in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442912#M1412574</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When he clicks the back button of the second program. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2009 10:26:37 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2009-11-25T10:26:37Z</dc:date>
    <item>
      <title>Submit and return</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442896#M1412558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guru's,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am calling a zprogram using &lt;STRONG&gt;SUBMIT&lt;/STRONG&gt; and &lt;STRONG&gt;Return&lt;/STRONG&gt;. I am skipping the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is when i press back button on the called program screen it brings me back to selection screen of the called program . I want to cm back to the screen from where i have called the zprogram.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can  i achieve that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2009 08:02:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442896#M1412558</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-25T08:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Submit and return</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442897#M1412559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using &lt;STRONG&gt;LEAVE PROGRAM&lt;/STRONG&gt; statement when you press &lt;EM&gt;BACK&lt;/EM&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2009 08:07:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442897#M1412559</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2009-11-25T08:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Submit and return</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442898#M1412560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SUBMIT PROGNAME  WITH dbname EQ v_fln1&lt;/P&gt;&lt;P&gt;                          EXPORTING LIST TO MEMORY&lt;/P&gt;&lt;P&gt;                         AND RETURN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2009 08:13:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442898#M1412560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-25T08:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Submit and return</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442899#M1412561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to handle the logic of back button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In logic of back button you can write :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leave to screen or Leave Program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Press F1 on leave.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2009 08:14:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442899#M1412561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-25T08:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Submit and return</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442900#M1412562</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 don't seem to get this issue. Sorry if I am getting your question wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you use this USING SELECTION-SCREEN?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2009 08:37:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442900#M1412562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-25T08:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Submit and return</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442901#M1412563</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;Have you tried using LEAVE TO SCREEN 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Avinash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2009 08:54:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442901#M1412563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-25T08:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Submit and return</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442902#M1412564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes i have tried everything thats mentioned above but none of this works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2009 08:58:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442902#M1412564</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-25T08:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Submit and return</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442903#M1412565</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;What is the code written after the SUBMIT Stmt??&lt;/P&gt;&lt;P&gt;Generally, the SUBMIT and RETURN will call the program and on BACK of the o/p of called prog, it continues to the next statemnt after SUBMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Teja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2009 09:12:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442903#M1412565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-25T09:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Submit and return</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442904#M1412566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi teja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My statement is as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SUBMIT ZREPORT WITH SELECTION-TABLE ITAB AND RETURN.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the report is displayed in ALV, when i press the back button on the ALV list it displays the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to come back to the next statement after SUBMIT and the selection screen should be skipped when i press the back button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2009 09:18:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442904#M1412566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-25T09:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Submit and return</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442905#M1412567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2009 09:31:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442905#M1412567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-25T09:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Submit and return</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442906#M1412568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI abapdev,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's a selection associated with ZREPORT which is getting skipped because i am using my submit like that. Once i click back on the ZREPORT  i want to skip the selection screen of ZREPORT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not concerned about the ZMAIN output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2009 09:40:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442906#M1412568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-25T09:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Submit and return</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442907#M1412569</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;Please see the below code which i did..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;calling program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

TABLES : mara.

PARAMETERS: p_matnr LIKE mara-matnr.

DATA : itab LIKE mara OCCURS 0 WITH HEADER LINE.

SELECT * FROM mara INTO TABLE itab UP TO 100 ROWS.

SUBMIT zytr3 AND RETURN.

LOOP AT itab.
  WRITE :/ itab-matnr.
ENDLOOP.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;called program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

TABLES : mara.

PARAMETERS: p_matnr LIKE mara-matnr.

DATA : itab LIKE mara OCCURS 0 WITH HEADER LINE.

SELECT * FROM mara INTO TABLE itab UP TO 100 ROWS.

LOOP AT itab.
  WRITE :/ itab-matnr.
ENDLOOP.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first i will get the output of called program and then calling program and then selection screen of calling program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2009 09:44:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442907#M1412569</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2009-11-25T09:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Submit and return</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442908#M1412570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your code is perfect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my problem is the called program is a dialog program and on the back button of that a code is already written. So i have to skip that code and have to come back to my calling screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nikhil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2009 09:50:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442908#M1412570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-25T09:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: Submit and return</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442909#M1412571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Save Our Environment. Save Yourself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Nikhil,&lt;/P&gt;&lt;P&gt;I afraid... this is not possible. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code is already existing in the called program and if you don't want that it means you have to change that called program.&lt;/P&gt;&lt;P&gt;And this will definitely have impact on the existing ZREPORT (ZREPORT might be run separately also).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- I'm not an environmentalist.  I'm an Earth warrior.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2009 09:57:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442909#M1412571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-25T09:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Submit and return</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442910#M1412572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if the first program has an transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;leave to TRANSACTION 'ZRR'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remove return from submit statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2009 10:12:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442910#M1412572</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-11-25T10:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Submit and return</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442911#M1412573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello KSD,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where does the OP write LEAVE TO TRANSACTION after SUBMIT AND RETURN ? Please enlighten us.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2009 10:16:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442911#M1412573</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-11-25T10:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Submit and return</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442912#M1412574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When he clicks the back button of the second program. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2009 10:26:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442912#M1412574</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-11-25T10:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Submit and return</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442913#M1412575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So he has to change the code of the "called" program &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt; Which is easy if this is a custom code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I doubt the OP has to live with this functionality else go for a CALL TRANSACTION(if it is a standard code), whatsay guys ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2009 10:29:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442913#M1412575</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-11-25T10:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: Submit and return</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442914#M1412576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;He also passes a selection set.&lt;/P&gt;&lt;P&gt;call transaction also will do.&lt;/P&gt;&lt;P&gt;But if its a standard code ... its hard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2009 11:00:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442914#M1412576</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-11-25T11:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Submit and return</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442915#M1412577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You modified your answer in time, good job &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2009 11:02:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/6442915#M1412577</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-11-25T11:02:36Z</dc:date>
    </item>
  </channel>
</rss>

