<?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: reg call transaction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-call-transaction/m-p/1892499#M373419</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you cannot call multiple transaction using single CALL TRANSACTION statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but...you can use CALL TRANSACTION multiple times in a single program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 14 Jan 2007 08:45:33 GMT</pubDate>
    <dc:creator>Manohar2u</dc:creator>
    <dc:date>2007-01-14T08:45:33Z</dc:date>
    <item>
      <title>reg call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-call-transaction/m-p/1892498#M373418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls let me know whether is it posible to handle multiple transactions in call transaction ?&lt;/P&gt;&lt;P&gt;If yes,,,,,pls pls send the sample code for the above..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jan 2007 07:55:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-call-transaction/m-p/1892498#M373418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-14T07:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: reg call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-call-transaction/m-p/1892499#M373419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you cannot call multiple transaction using single CALL TRANSACTION statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but...you can use CALL TRANSACTION multiple times in a single program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jan 2007 08:45:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-call-transaction/m-p/1892499#M373419</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2007-01-14T08:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: reg call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-call-transaction/m-p/1892500#M373420</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;Please explain your problem in detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrds,&lt;/P&gt;&lt;P&gt;Mukul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jan 2007 13:43:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-call-transaction/m-p/1892500#M373420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-14T13:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: reg call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-call-transaction/m-p/1892501#M373421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;No you cannot do that in single call transaction but you can write multiple call transactions one after another in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpful replies&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jan 2007 15:09:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-call-transaction/m-p/1892501#M373421</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-01-14T15:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: reg call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-call-transaction/m-p/1892502#M373422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;welcome to SDN.&lt;/P&gt;&lt;P&gt;You cannot handle multiple transaction with CALL TRANSACTION.&lt;/P&gt;&lt;P&gt;Instead you can LOOP through it for handling multiple transaction.&lt;/P&gt;&lt;P&gt;Something like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT ITAB.&lt;/P&gt;&lt;P&gt; CALL TRANSACTION.....&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark all useful answers...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jan 2007 15:09:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-call-transaction/m-p/1892502#M373422</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2007-01-14T15:09:23Z</dc:date>
    </item>
  </channel>
</rss>

