<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calltransaction/m-p/1838698#M356664</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sunil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I don't think that is possible with one call transaction statement ..but you can use one 2 call transaction statements one after the other. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jan 2007 14:05:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-22T14:05:24Z</dc:date>
    <item>
      <title>calltransaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calltransaction/m-p/1838697#M356663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it possible to process 2 transactions at a time in call transaction..?if possible...how?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 14:03:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calltransaction/m-p/1838697#M356663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T14:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: calltransaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calltransaction/m-p/1838698#M356664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sunil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I don't think that is possible with one call transaction statement ..but you can use one 2 call transaction statements one after the other. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 14:05:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calltransaction/m-p/1838698#M356664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T14:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: calltransaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calltransaction/m-p/1838699#M356665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;say u ahve data in internal tables....u can write call transaction statements...for 2 transactions...&lt;/P&gt;&lt;P&gt;call transaction &amp;lt;first one&amp;gt;..................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then...&lt;/P&gt;&lt;P&gt;call transaction &amp;lt;second one&amp;gt;................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, once the first one gets completed then the second one will get triggered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 14:07:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calltransaction/m-p/1838699#M356665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T14:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: calltransaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calltransaction/m-p/1838700#M356666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can call 2 transactions at a time, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just 2 Internal tables like BDCDATA and 2 for BDCMSGCOLL . and fill the data in 2 tables of BDECDATA. and then write the Call transaction for 2 t.codes using these 2 tables .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or else, if your requirment is like, if the record already exist then change it or else create it, then loop that internal table, and check the record which is existed or not, if existed then call Transaction 'T.code' else call Transaction 'T.code' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 14:07:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calltransaction/m-p/1838700#M356666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T14:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: calltransaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calltransaction/m-p/1838701#M356667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;try this. if it works........

populate the transaction in an internal table.

loop at it_tans.
  call transaction it_trans-trans.......
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 14:07:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calltransaction/m-p/1838701#M356667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T14:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: calltransaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calltransaction/m-p/1838702#M356668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is possible to process the data in more than one table at a time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just create a structure with required fields from required tablezs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the dictionary fields in MPP screen painter. and the remaining is the same as the MPP. If u want I'll send an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 14:08:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calltransaction/m-p/1838702#M356668</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T14:08:36Z</dc:date>
    </item>
  </channel>
</rss>

