<?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: Return back from Standard Transaction after error. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-back-from-standard-transaction-after-error/m-p/908231#M56526</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i assume you are doing &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set parameter and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if the value passed is wrong it would stop with a error message in the called transaction initial screen. Now if you hit back button it would come to your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if the called transaction is generating abort message then you will loose control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 15 May 2005 09:26:18 GMT</pubDate>
    <dc:creator>athavanraja</dc:creator>
    <dc:date>2005-05-15T09:26:18Z</dc:date>
    <item>
      <title>Return back from Standard Transaction after error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-back-from-standard-transaction-after-error/m-p/908227#M56522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am calling one SAP Standard transaction from my user -Y Transaction Screen , also passing some values to that screen (thru memory), Now if that standard screen gives some error (E) on any processing done by user on it, i want the control back to my original screen from where user went to that screen. Currently i am not able to get the control back,hence user is left with no choice to exit from entire program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how we can do it. If more clarification need do tell me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance.&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 May 2005 14:48:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-back-from-standard-transaction-after-error/m-p/908227#M56522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-14T14:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Return back from Standard Transaction after error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-back-from-standard-transaction-after-error/m-p/908228#M56523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call the BDC in 'N' mode, and collect all the error messages (BDCMSGCOLL) display in a list after complete processing instead of sumbitting in 'E' mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Murugesh AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 May 2005 14:55:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-back-from-standard-transaction-after-error/m-p/908228#M56523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-14T14:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Return back from Standard Transaction after error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-back-from-standard-transaction-after-error/m-p/908229#M56524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Murugesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please read the question carefully, I am not processing through BDC. It is my Y Transaction Screen , which call one SAP STandard screen. and on error i want control back to my Transaction Screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;RAj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 May 2005 14:57:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-back-from-standard-transaction-after-error/m-p/908229#M56524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-14T14:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Return back from Standard Transaction after error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-back-from-standard-transaction-after-error/m-p/908230#M56525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this Module poól development?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if yes, are you using 'CALL SCREEN' to invoke SAP screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards, Murugesh AS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 May 2005 15:45:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-back-from-standard-transaction-after-error/m-p/908230#M56525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-14T15:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Return back from Standard Transaction after error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-back-from-standard-transaction-after-error/m-p/908231#M56526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i assume you are doing &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set parameter and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if the value passed is wrong it would stop with a error message in the called transaction initial screen. Now if you hit back button it would come to your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if the called transaction is generating abort message then you will loose control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 May 2005 09:26:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-back-from-standard-transaction-after-error/m-p/908231#M56526</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-05-15T09:26:18Z</dc:date>
    </item>
  </channel>
</rss>

