<?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: How to Terminate or leave program at Calling program. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-terminate-or-leave-program-at-calling-program/m-p/715780#M33169</link>
    <description>&lt;P&gt;Hi Kali, following &lt;A href="https://help.sap.com/doc/abapdocu_750_index_htm/7.50/en-US/abendynpro_flow_logic_glosry.htm" target="_blank"&gt;SAP information&lt;/A&gt; as well as try to test and debug it. however, is the best way to understand and solve it.&lt;/P&gt;</description>
    <pubDate>Thu, 09 Aug 2018 15:09:43 GMT</pubDate>
    <dc:creator>roberto_forti</dc:creator>
    <dc:date>2018-08-09T15:09:43Z</dc:date>
    <item>
      <title>How to Terminate or leave program at Calling program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-terminate-or-leave-program-at-calling-program/m-p/715777#M33166</link>
      <description>&lt;P&gt;I am facing one problem.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;I am calling standard tcode : Now I am calling module pool program &lt;BR /&gt;Like Call transaction ztcode.&lt;BR /&gt;here user may press canecl button, Now i am Where i was written call transaction ,I came to here. Here my problem is now i want to exit from the program. &lt;BR /&gt;here two possible things. &lt;BR /&gt;If user press cancel i need to exit from the program from (Call transaction ) program.&lt;BR /&gt;else.&lt;BR /&gt;nothing, it will do what it's own work.How to get sy-ucomm at (Call transaction) program.&lt;BR /&gt;I tried import and export. Export passing sy-ucomm but at import it is not importing , I was written call transaction at Standard function module (enhancement point). &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;At module pool program &lt;BR /&gt;MOVE:ok_code TO t_syucomm.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; EXPORT t_syucomm TO MEMORY ID sy-uname.&lt;BR /&gt; LEAVE PROGRAM.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;At calling program&lt;BR /&gt;import t_syucomm to t_syucomm1 from MEMORY id sy-uname.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;Nothing import at calling program. &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;Once i press cancel at module pool, Need to terminate from the module pool and calling program too. &lt;BR /&gt;Any information please update me.&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;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;/P&gt;
  &lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 09 Aug 2018 04:22:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-terminate-or-leave-program-at-calling-program/m-p/715777#M33166</guid>
      <dc:creator>former_member196331</dc:creator>
      <dc:date>2018-08-09T04:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to Terminate or leave program at Calling program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-terminate-or-leave-program-at-calling-program/m-p/715778#M33167</link>
      <description>&lt;P&gt;Hi, Have you searched about ABAP Statements in the Screen Flow Logic?&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Thu, 09 Aug 2018 13:57:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-terminate-or-leave-program-at-calling-program/m-p/715778#M33167</guid>
      <dc:creator>roberto_forti</dc:creator>
      <dc:date>2018-08-09T13:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to Terminate or leave program at Calling program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-terminate-or-leave-program-at-calling-program/m-p/715779#M33168</link>
      <description>&lt;P&gt;Leave program, Or Set screen 0 , leave to screen 0&lt;/P&gt;
  &lt;P&gt;Call screen '100'.leave list processing. &lt;/P&gt;
  &lt;P&gt;Is there any thing pending.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Aug 2018 14:14:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-terminate-or-leave-program-at-calling-program/m-p/715779#M33168</guid>
      <dc:creator>former_member196331</dc:creator>
      <dc:date>2018-08-09T14:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to Terminate or leave program at Calling program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-terminate-or-leave-program-at-calling-program/m-p/715780#M33169</link>
      <description>&lt;P&gt;Hi Kali, following &lt;A href="https://help.sap.com/doc/abapdocu_750_index_htm/7.50/en-US/abendynpro_flow_logic_glosry.htm" target="_blank"&gt;SAP information&lt;/A&gt; as well as try to test and debug it. however, is the best way to understand and solve it.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Aug 2018 15:09:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-terminate-or-leave-program-at-calling-program/m-p/715780#M33169</guid>
      <dc:creator>roberto_forti</dc:creator>
      <dc:date>2018-08-09T15:09:43Z</dc:date>
    </item>
  </channel>
</rss>

