<?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 About Return Parameters with Submit Statement.... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-return-parameters-with-submit-statement/m-p/4137989#M989485</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frenz...,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a ZProg1 I am Submitting few parameters to another ZProg2(output is a Form print) using Submit and Reuturn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If ZProg2 does't give any out put(I mean printout) how will I know it in ZProg1. Is the any Return Paramenters where we can know whether ZProg2 executed successful or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;welcome to all Suggestions .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jul 2008 03:13:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-18T03:13:16Z</dc:date>
    <item>
      <title>About Return Parameters with Submit Statement....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-return-parameters-with-submit-statement/m-p/4137989#M989485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frenz...,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a ZProg1 I am Submitting few parameters to another ZProg2(output is a Form print) using Submit and Reuturn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If ZProg2 does't give any out put(I mean printout) how will I know it in ZProg1. Is the any Return Paramenters where we can know whether ZProg2 executed successful or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;welcome to all Suggestions .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 03:13:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-return-parameters-with-submit-statement/m-p/4137989#M989485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T03:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: About Return Parameters with Submit Statement....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-return-parameters-with-submit-statement/m-p/4137990#M989486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No,&lt;/P&gt;&lt;P&gt;If reqd. you can set a flag and use EXPORT stmt to export that flag from Prg2.&lt;/P&gt;&lt;P&gt;In Prg1 use Import stmt to import the flag after the SUBMIT and RETURN stmt. check the flag and raise error if reqd.&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;Subramanian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Subramanian PL on Jul 17, 2008 8:16 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 03:16:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-return-parameters-with-submit-statement/m-p/4137990#M989486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T03:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: About Return Parameters with Submit Statement....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-return-parameters-with-submit-statement/m-p/4137991#M989487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suneel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Along with the zprog1 pass a variable to the second zprog2 and try to modify it in zprog2 , when zprog2 is successful.&lt;/P&gt;&lt;P&gt;On return to the program zprog1, check the value of that variable. If it has been successfully modified then the second zprog has been successfully executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or if you have any other program variables passed to the zprog2 fro zprog1, check the values of those.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra Sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 03:21:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-return-parameters-with-submit-statement/m-p/4137991#M989487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T03:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: About Return Parameters with Submit Statement....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-return-parameters-with-submit-statement/m-p/4137992#M989488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Subramanian and Chandra Sekhar..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me try wht all the things mentioned by You both..And Come back to You..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 03:36:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-return-parameters-with-submit-statement/m-p/4137992#M989488</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T03:36:15Z</dc:date>
    </item>
  </channel>
</rss>

