<?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 behaviour in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-behaviour/m-p/9564126#M1754546</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If there is an explicit commit in the transaction, BDC is terminated immediately.&amp;nbsp; If this is true of your process, there is nothing (for practical purposes) that you can do to make your proposed solution work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jul 2013 18:42:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-07-03T18:42:55Z</dc:date>
    <item>
      <title>Call Transaction behaviour</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-behaviour/m-p/9564118#M1754538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my program I am passing on some values to Call Transaction 'CJ9C' using bdc_data. The objective is the called transaction should show result to the user and then the control should be returned to the calling program once user presses back button. However its not happeneing and the called transaction does NOT show anything to user but the control immediately returns to the calling program.&lt;/P&gt;&lt;P&gt;I tried sevaral options from ctu_param but its not happeneing.&lt;/P&gt;&lt;P&gt;Any clues would be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 20:12:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-behaviour/m-p/9564118#M1754538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-01T20:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction behaviour</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-behaviour/m-p/9564119#M1754539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Post the code that calls the transaction. Make sure you used the mode 'A' to call BDC in foreground and check in debugging whether the control is transferred to the called transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 20:17:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-behaviour/m-p/9564119#M1754539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-01T20:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction behaviour</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-behaviour/m-p/9564120#M1754540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am posting sample code for your reference which calls CO02 with user values and returns to calling program on pressing back. Check if it is useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bdcdata&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;program &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'SAPLCOKO1'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bdcdata&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;dynpro &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'110'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bdcdata&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;dynbegin &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'X'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bdcdata&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;fnam &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'CAUFVD-AUFNR'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bdcdata&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;fval &lt;SPAN class="L0S55"&gt;= production_order&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;APPEND &lt;/SPAN&gt;bdcdata&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bdcdata&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;fnam &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'BDC_OKCODE'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bdcdata&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;fval &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'=ENTE'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;. "Enter command&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;APPEND &lt;/SPAN&gt;bdcdata&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; opt&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;dismode &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'E'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TRANSACTION &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'CO02' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;USING &lt;/SPAN&gt;bdcdata OPTIONS &lt;SPAN class="L0S52"&gt;FROM &lt;/SPAN&gt;opt&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 03:17:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-behaviour/m-p/9564120#M1754540</guid>
      <dc:creator>Arun_Prabhu_K</dc:creator>
      <dc:date>2013-07-02T03:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction behaviour</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-behaviour/m-p/9564121#M1754541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using call transaction in side loop?? and when you loop start are you refreshing BDCDATA structure???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post your code once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;buz_sap&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 05:21:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-behaviour/m-p/9564121#M1754541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-02T05:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction behaviour</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-behaviour/m-p/9564122#M1754542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;Thanks for the response and sorry for not responding. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Arun,&lt;/P&gt;&lt;P&gt;yes the code is similar to what you have given. &lt;/P&gt;&lt;P&gt;One important thing that I fogto to add in earliar posting is that the same code works FINE in background and NOT in foreground.&lt;/P&gt;&lt;P&gt;In foregreaound if I use 'A' mode it at least shows me it is going inside the code of CJ9C but if I use anyother mode , it is not even showing me its going insde.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2013 13:45:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-behaviour/m-p/9564122#M1754542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-03T13:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction behaviour</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-behaviour/m-p/9564123#M1754543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please use addition MESSAGES INTO msg_tab and see if you get any message after call transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TRANSACTION &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'CO02' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;USING &lt;/SPAN&gt;bdcdata OPTIONS &lt;SPAN class="L0S52"&gt;FROM &lt;/SPAN&gt;opt&lt;STRONG&gt;&amp;nbsp; MESSAGES INTO msg_tab&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2013 14:00:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-behaviour/m-p/9564123#M1754543</guid>
      <dc:creator>former_member188827</dc:creator>
      <dc:date>2013-07-03T14:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction behaviour</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-behaviour/m-p/9564124#M1754544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I observed its not even going into code of CJ9C, the messages table is empty.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2013 18:30:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-behaviour/m-p/9564124#M1754544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-03T18:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction behaviour</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-behaviour/m-p/9564125#M1754545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it working in&amp;nbsp;&amp;nbsp; Foreground ?&amp;nbsp;&amp;nbsp; - End to End ?&amp;nbsp;&amp;nbsp;&amp;nbsp; OR&lt;/P&gt;&lt;P&gt;it is working in background only...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, kindly update your sample code... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly, how you are supplying data to BDC...&amp;nbsp; How are you reading the file?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that,&amp;nbsp; any GUI functions like upload/download does not work in Background....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2013 18:38:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-behaviour/m-p/9564125#M1754545</guid>
      <dc:creator>venkateswaran_k</dc:creator>
      <dc:date>2013-07-03T18:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction behaviour</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-behaviour/m-p/9564126#M1754546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If there is an explicit commit in the transaction, BDC is terminated immediately.&amp;nbsp; If this is true of your process, there is nothing (for practical purposes) that you can do to make your proposed solution work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2013 18:42:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-behaviour/m-p/9564126#M1754546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-03T18:42:55Z</dc:date>
    </item>
  </channel>
</rss>

