<?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: BDC call transaction method in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call-transaction-method/m-p/1234709#M140403</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sangetha,&lt;/P&gt;&lt;P&gt; In BDC usually CALL TRANSACTION is called only outside the loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Only to popultae all the necessary data we use LOOP and then call it once at the end..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;satesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Mar 2006 03:57:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-31T03:57:08Z</dc:date>
    <item>
      <title>BDC call transaction method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call-transaction-method/m-p/1234706#M140400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should 'call transaction' be called inside the loop or outside the loop in BDC?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Mar 2006 03:49:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call-transaction-method/m-p/1234706#M140400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-31T03:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: BDC call transaction method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call-transaction-method/m-p/1234707#M140401</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;It depends on the requirement.&lt;/P&gt;&lt;P&gt;You may call two different call transaction while you validate a record at looping internal table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if the record exits, perform change_material_mm02 else perform create_material_mm01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have an example code/requirement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Mar 2006 03:52:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call-transaction-method/m-p/1234707#M140401</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2006-03-31T03:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: BDC call transaction method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call-transaction-method/m-p/1234708#M140402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sangeeta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at your data table and fill the BDCDATA table.&lt;/P&gt;&lt;P&gt;You do a call transaction outside the loop by passing the BDCDATA table to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Mar 2006 03:53:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call-transaction-method/m-p/1234708#M140402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-31T03:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: BDC call transaction method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call-transaction-method/m-p/1234709#M140403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sangetha,&lt;/P&gt;&lt;P&gt; In BDC usually CALL TRANSACTION is called only outside the loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Only to popultae all the necessary data we use LOOP and then call it once at the end..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;satesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Mar 2006 03:57:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call-transaction-method/m-p/1234709#M140403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-31T03:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: BDC call transaction method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call-transaction-method/m-p/1234710#M140404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It can be anything. Let us say I have an internal table containing data for only one sales order. So I build the BDC data inside the loop and then do a call transaction VA01 outside the loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if the same internal table has data for several sales order, then I do the call transaction inside the loop only but do it only at some logical control break such as AT NEW, AT END or some custom control break.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be wrong just to say one way or the other without knowing what is the content of the internal table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Mar 2006 04:04:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call-transaction-method/m-p/1234710#M140404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-31T04:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: BDC call transaction method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call-transaction-method/m-p/1234711#M140405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sangeeta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pl go thro the following document.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/abap/bdcconcept.pdf" target="test_blank"&gt;http://www.sappoint.com/abap/bdcconcept.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It will be helpful to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Elini.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Mar 2006 04:46:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call-transaction-method/m-p/1234711#M140405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-31T04:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: BDC call transaction method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call-transaction-method/m-p/1234712#M140406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sangeeta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It depends on the scenario in which  your going to call the transaction. Consider a situation in which I was required to write a BDC program for Task List dependency editor (IA06 transaction). Every Task List can have a number of operations and operation can have suboperations. I was required to call the transaction for only the Task List Number and not for individual operations and suboperations. In such a scenario , we populate the BDCDATA internal table inside a loop . The process of calling the transaction can be done in the loop itself (using some flags and ON CHANGE and IF statements) or after the Task List Number changes exit the loop(using the EXIT statement) and then do the call transaction. So its just the ease with which you can implement your logic, that you call the transaction inside the loop or outside the loop. The only thing to be remembered is that BDCDATA internal table should be populated before you call the transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Mar 2006 04:55:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call-transaction-method/m-p/1234712#M140406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-31T04:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: BDC call transaction method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call-transaction-method/m-p/1234713#M140407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to put it simply....it depends on the data that is available to you....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have data for which you will need to execute a given transaction multiple times,you call it inside the loop, else u will need to do it only once ...:-)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;PJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Mar 2006 05:22:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call-transaction-method/m-p/1234713#M140407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-31T05:22:36Z</dc:date>
    </item>
  </channel>
</rss>

