<?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: calltransaction without using session method in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calltransaction-without-using-session-method/m-p/2033148#M417407</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible.Call transaction and Session methods are two different BDC methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In call transaction also you can call different transactions.It will be called one after the other&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Mar 2007 08:55:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-13T08:55:30Z</dc:date>
    <item>
      <title>calltransaction without using session method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calltransaction-without-using-session-method/m-p/2033145#M417404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i saw one coding like this &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;perform tcode1&lt;/P&gt;&lt;P&gt;perform tcode2&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;form tcode1&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;loop at itab1.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;calltransaction Tcode1 using BDCDATA.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;form tcode2&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;loop at itab1.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;calltransaction Tcode2 using BDCDATA.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible to code in this way without using session method&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 08:45:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calltransaction-without-using-session-method/m-p/2033145#M417404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T08:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: calltransaction without using session method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calltransaction-without-using-session-method/m-p/2033146#M417405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is not possible with the call transaction&lt;/P&gt;&lt;P&gt;because multiple transations only possible with session method not with call transaction&lt;/P&gt;&lt;P&gt;(code worng)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;vijay pawar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 08:51:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calltransaction-without-using-session-method/m-p/2033146#M417405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T08:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: calltransaction without using session method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calltransaction-without-using-session-method/m-p/2033147#M417406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC can be run in two ways...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Synchronous and Asynhronous..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Synchronous --(Call transaction)&lt;/P&gt;&lt;P&gt;Asynchronous--(Using sessin method)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if u want the updates of the table to be immediate..&lt;/P&gt;&lt;P&gt;U go for call transaction..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ur question,&lt;/P&gt;&lt;P&gt;yes it can be done...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through the following site for more inforamtion..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://www.sap-img.com/bdc.htm"&amp;gt;http://www.sap-img.com/bdc.htm&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Simha.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all the helpful answers...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 08:54:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calltransaction-without-using-session-method/m-p/2033147#M417406</guid>
      <dc:creator>Simha_</dc:creator>
      <dc:date>2007-03-13T08:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: calltransaction without using session method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calltransaction-without-using-session-method/m-p/2033148#M417407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible.Call transaction and Session methods are two different BDC methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In call transaction also you can call different transactions.It will be called one after the other&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 08:55:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calltransaction-without-using-session-method/m-p/2033148#M417407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T08:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: calltransaction without using session method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calltransaction-without-using-session-method/m-p/2033149#M417408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is possible. But you have to take care that you pass the right BDCDATA internal table to the call transaction syntax. For which you can either declare separate BDCDATA internal tables or you can build BDCDATA internal tables and pass it through the parameter interface of the routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can update more than one transaction using CALL TRANSACTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;plz reward points to helpful answers&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 09:11:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calltransaction-without-using-session-method/m-p/2033149#M417408</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T09:11:46Z</dc:date>
    </item>
  </channel>
</rss>

