<?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 usin bdc session in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-transaction-usin-bdc-session/m-p/3354102#M804630</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;multiple transaction is possible using session method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have one BDC_OPEN_GROUP, multiple BDC_INSERT s and one BDC_CLOSE_GROUP.&lt;/P&gt;&lt;P&gt;You should have multiple BDC_INSERT s for multiple transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function BDC_OPENGROUP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Build BDC data and cal lBDC_INSERT for transaction 1 &lt;/P&gt;&lt;P&gt;Build BDC data and cal lBDC_INSERT for transaction 2 &lt;/P&gt;&lt;P&gt;Build BDC data and cal lBDC_INSERT for transaction 3 &lt;/P&gt;&lt;P&gt;paas the tcodes to bdc_insert.&lt;/P&gt;&lt;P&gt;call function BDC_CLOSE_GROUP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jan 2008 04:41:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-23T04:41:12Z</dc:date>
    <item>
      <title>multiple transaction usin bdc session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-transaction-usin-bdc-session/m-p/3354099#M804627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how can i run multiple transaction using bdc session method.&lt;/P&gt;&lt;P&gt;one more ques is that how can we record errors in call transaction method.&lt;/P&gt;&lt;P&gt;plz reply with coding so tat it can be seen by doing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2008 10:10:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-transaction-usin-bdc-session/m-p/3354099#M804627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-22T10:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: multiple transaction usin bdc session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-transaction-usin-bdc-session/m-p/3354100#M804628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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;Please try the following methods for record errors in call transaction method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.BDCMSGCALL&lt;/P&gt;&lt;P&gt;2.FORMAT_MESSAGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls Reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Prabakaran Dhatchanamoorthy on Jan 22, 2008 1:13 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Prabakaran Dhatchanamoorthy on Jan 22, 2008 1:27 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2008 12:12:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-transaction-usin-bdc-session/m-p/3354100#M804628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-22T12:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: multiple transaction usin bdc session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-transaction-usin-bdc-session/m-p/3354101#M804629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using internal table first u need to use BDC_OPEN_GROUP and then BDC_INSERT and then BDC_CLOSE_GROUP... Once use the same logic above for running for another transaction and so...on&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2008 12:32:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-transaction-usin-bdc-session/m-p/3354101#M804629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-22T12:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: multiple transaction usin bdc session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-transaction-usin-bdc-session/m-p/3354102#M804630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;multiple transaction is possible using session method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have one BDC_OPEN_GROUP, multiple BDC_INSERT s and one BDC_CLOSE_GROUP.&lt;/P&gt;&lt;P&gt;You should have multiple BDC_INSERT s for multiple transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function BDC_OPENGROUP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Build BDC data and cal lBDC_INSERT for transaction 1 &lt;/P&gt;&lt;P&gt;Build BDC data and cal lBDC_INSERT for transaction 2 &lt;/P&gt;&lt;P&gt;Build BDC data and cal lBDC_INSERT for transaction 3 &lt;/P&gt;&lt;P&gt;paas the tcodes to bdc_insert.&lt;/P&gt;&lt;P&gt;call function BDC_CLOSE_GROUP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2008 04:41:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-transaction-usin-bdc-session/m-p/3354102#M804630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-23T04:41:12Z</dc:date>
    </item>
  </channel>
</rss>

