<?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: Call Transaction/Session Method-Best for Background Process in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-session-method-best-for-background-process/m-p/988365#M73551</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;-&amp;gt; try interface rfbibl00 (direct input) &lt;/P&gt;&lt;P&gt;for mass work in background&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Sep 2005 06:37:56 GMT</pubDate>
    <dc:creator>andreas_mann3</dc:creator>
    <dc:date>2005-09-07T06:37:56Z</dc:date>
    <item>
      <title>Call Transaction/Session Method-Best for Background Process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-session-method-best-for-background-process/m-p/988361#M73547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been working on a Transaction FB01 where datas have to be uploaded from text file from Application Server and inserted into the Transaction FB01. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This has to be performed as a Background Job. &lt;/P&gt;&lt;P&gt;Apart from No. of records or Error Handling, which Method suits for BackGround Processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; a) Call Transaction or&lt;/P&gt;&lt;P&gt; b) Session Method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks for the Hep.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anbalagan.V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2005 09:34:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-session-method-best-for-background-process/m-p/988361#M73547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-06T09:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction/Session Method-Best for Background Process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-session-method-best-for-background-process/m-p/988362#M73548</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;      You can go for Session method. I belive that is good for background execution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2005 09:37:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-session-method-best-for-background-process/m-p/988362#M73548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-06T09:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction/Session Method-Best for Background Process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-session-method-best-for-background-process/m-p/988363#M73549</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;Session method is good as you can see the log ( in case of error ) and reprocess the transaction which are in error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In call transaction there is no reprocessing or error log .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2005 06:03:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-session-method-best-for-background-process/m-p/988363#M73549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-07T06:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction/Session Method-Best for Background Process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-session-method-best-for-background-process/m-p/988364#M73550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Anbalagan.V,&lt;/P&gt;&lt;P&gt;           Call Trans is 3 to 4 times faster than the Session method. U can also create a errror session for all the errored Transaction in the call trans method. Go for call transaction method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vikas Madaan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2005 06:07:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-session-method-best-for-background-process/m-p/988364#M73550</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-07T06:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction/Session Method-Best for Background Process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-session-method-best-for-background-process/m-p/988365#M73551</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;-&amp;gt; try interface rfbibl00 (direct input) &lt;/P&gt;&lt;P&gt;for mass work in background&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2005 06:37:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-session-method-best-for-background-process/m-p/988365#M73551</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2005-09-07T06:37:56Z</dc:date>
    </item>
  </channel>
</rss>

