<?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: Multiple Transaction Calling in BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-transaction-calling-in-bdc/m-p/2015851#M411933</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Madan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have to prepare the BDC information for each transaction separately and call the transactions separately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However if you are creating a batch input session, you can have different transactions inserted into it. So you will do BDC_OPEN_GROUP for creating the session, and then do BDC_INSERT for inserting transaction MI01, another BDC_INSERT for MI04 and another BDC_INSERT for MI07 . Make sure that you refresh your BDCDATA internal table after each call. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Mar 2007 04:10:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-20T04:10:45Z</dc:date>
    <item>
      <title>Multiple Transaction Calling in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-transaction-calling-in-bdc/m-p/2015847#M411929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Requirement is related to MI01,MI04,MI07 BDC is required for these transactions with in a single program is it possible through CALL-TRANSACTION mothod or we have to go for the SESSION method please suggest in that way to resolve the issue and send me the example code also.&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>Tue, 20 Mar 2007 03:43:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-transaction-calling-in-bdc/m-p/2015847#M411929</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T03:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Transaction Calling in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-transaction-calling-in-bdc/m-p/2015848#M411930</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;&lt;/P&gt;&lt;P&gt;no its not possible through call transactio method.for multiple transactions u should go for session method only.&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;regards,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 03:48:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-transaction-calling-in-bdc/m-p/2015848#M411930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T03:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Transaction Calling in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-transaction-calling-in-bdc/m-p/2015849#M411931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Barath can you little bit specific how we can use that in session method?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 03:56:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-transaction-calling-in-bdc/m-p/2015849#M411931</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T03:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Transaction Calling in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-transaction-calling-in-bdc/m-p/2015850#M411932</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;in ur bdc program u'll use BDC_OPEN_GROUP for opening session.&lt;/P&gt;&lt;P&gt;BDC_CLOSE_GROUP for closing the session.&lt;/P&gt;&lt;P&gt;in between these two u'll use the FM BDC_INSERT once.&lt;/P&gt;&lt;P&gt;for multiple transactions u've to call this method for multiple times.&lt;/P&gt;&lt;P&gt;for this FM u need to provide the TCODE and BDC DATA TABLE both are different for differnt transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think this info is enough for u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 04:04:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-transaction-calling-in-bdc/m-p/2015850#M411932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T04:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Transaction Calling in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-transaction-calling-in-bdc/m-p/2015851#M411933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Madan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have to prepare the BDC information for each transaction separately and call the transactions separately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However if you are creating a batch input session, you can have different transactions inserted into it. So you will do BDC_OPEN_GROUP for creating the session, and then do BDC_INSERT for inserting transaction MI01, another BDC_INSERT for MI04 and another BDC_INSERT for MI07 . Make sure that you refresh your BDCDATA internal table after each call. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 04:10:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-transaction-calling-in-bdc/m-p/2015851#M411933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T04:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Transaction Calling in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-transaction-calling-in-bdc/m-p/2015852#M411934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;By call transaction you an call any number of transactions in one program .&lt;/P&gt;&lt;P&gt;If 1 internal table contains all the data in requisite format use it else have different internal table for different transactions to avoid confusion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to capture the messages of each transaction have different message handling internal tables and refresh it after every loop.&lt;/P&gt;&lt;P&gt;But if 1 transaction gives error then the transaction after that will not be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Niketa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 05:40:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-transaction-calling-in-bdc/m-p/2015852#M411934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T05:40:28Z</dc:date>
    </item>
  </channel>
</rss>

