<?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: CALL Transaction Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/3175865#M755801</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;there is no fix because this is not an error. Processing "Save" (or "Back", "Exit" etc.) at the end of a CALL TRANSACTION will always return to the caller, which can then prepare and call the next transaction, if so desired.&lt;/P&gt;&lt;P&gt;Not sure what you are trying to do, so I cannot recommend a workaround.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Dec 2007 09:25:58 GMT</pubDate>
    <dc:creator>ThomasZloch</dc:creator>
    <dc:date>2007-12-13T09:25:58Z</dc:date>
    <item>
      <title>CALL Transaction Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/3175863#M755799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to ask if anyone could help me with my problem with CALL Transaction if I am correct that it's causing this problem. My problem is if I call a transaction and after I process my data in that transaction when I click save it doesnt return to the transactions main screen ( The screen displayed after the CALL transaction in my code ) it returns to my program... How can I fix this? your help will be much appreciated. Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael Nacionales&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2007 09:18:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/3175863#M755799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-13T09:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: CALL Transaction Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/3175864#M755800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use leave to transaction instead of call transaction&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2007 09:24:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/3175864#M755800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-13T09:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: CALL Transaction Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/3175865#M755801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;there is no fix because this is not an error. Processing "Save" (or "Back", "Exit" etc.) at the end of a CALL TRANSACTION will always return to the caller, which can then prepare and call the next transaction, if so desired.&lt;/P&gt;&lt;P&gt;Not sure what you are trying to do, so I cannot recommend a workaround.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2007 09:25:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/3175865#M755801</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2007-12-13T09:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: CALL Transaction Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/3175866#M755802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am passing some data through bdc. I think it wont work &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2007 09:27:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/3175866#M755802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-13T09:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: CALL Transaction Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/3175867#M755803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;after the call transaction of your BDC.. write Exit or leave program statement to avoid control getting back to the calling program screen...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2007 09:31:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/3175867#M755803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-13T09:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: CALL Transaction Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/3175868#M755804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see, I think this would be my last option if theres no other way... I would just call it again after call transaction.. the problem would just be after that second call transaction if it saves the process again it wont call the transaction again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2007 09:32:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/3175868#M755804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-13T09:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: CALL Transaction Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/3175869#M755805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;does it going to return it to the transaction I called?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2007 09:33:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/3175869#M755805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-13T09:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: CALL Transaction Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/3175870#M755806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;call transaction will return the control to the calling program once the BDC processing is done...&lt;/P&gt;&lt;P&gt;so when control comes back from the BDC session.. just give EXIT command or Leave Program command so the control will exit from the report as well... and this will avoid displaying the calling program screen after the BDC processing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2007 09:35:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/3175870#M755806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-13T09:35:24Z</dc:date>
    </item>
  </channel>
</rss>

