<?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 transactions and Batch input method. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transactions-and-batch-input-method/m-p/1940636#M388404</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;If I am getting it right you want to use both call transaction and bact input method........but why so?&lt;/P&gt;&lt;P&gt;Or you want to use any of the one and looking for difference then here it is -&lt;/P&gt;&lt;P&gt;Call transaction dont create a session for SM35 and directly execute the session.&lt;/P&gt;&lt;P&gt;Batch Input creates a session in SM35 which can be executed from report itself or can be scheduled/manually executed from SM35.&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>Tue, 20 Feb 2007 18:45:50 GMT</pubDate>
    <dc:creator>amit_khare</dc:creator>
    <dc:date>2007-02-20T18:45:50Z</dc:date>
    <item>
      <title>Call transactions and Batch input method.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transactions-and-batch-input-method/m-p/1940634#M388402</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; Developed Batch input program to transfer data from legacy system to flat file for vendor master data. The file was transferred using both Call transactions and Batch input method is it possible ?, if yes how ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2007 18:38:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transactions-and-batch-input-method/m-p/1940634#M388402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-20T18:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Call transactions and Batch input method.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transactions-and-batch-input-method/m-p/1940635#M388403</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 use the Both methods, &lt;/P&gt;&lt;P&gt;instead of explaining everything, i will suggest a way to you, just goto SHDB(Recording) and do the recording for that trasaction code, after completing the recording, save the recording and in the Initail screen of SHDB, you have a pushbutton called PROGRAM, select your recording and press the PROGRAM, so a Program will be generated, just execute that Program, you will get a selection screen, there you see this Program will have an option to run in Call transaction method and Session method, so see the code and understand it ..&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>Tue, 20 Feb 2007 18:44:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transactions-and-batch-input-method/m-p/1940635#M388403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-20T18:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Call transactions and Batch input method.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transactions-and-batch-input-method/m-p/1940636#M388404</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;If I am getting it right you want to use both call transaction and bact input method........but why so?&lt;/P&gt;&lt;P&gt;Or you want to use any of the one and looking for difference then here it is -&lt;/P&gt;&lt;P&gt;Call transaction dont create a session for SM35 and directly execute the session.&lt;/P&gt;&lt;P&gt;Batch Input creates a session in SM35 which can be executed from report itself or can be scheduled/manually executed from SM35.&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>Tue, 20 Feb 2007 18:45:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transactions-and-batch-input-method/m-p/1940636#M388404</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-02-20T18:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Call transactions and Batch input method.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transactions-and-batch-input-method/m-p/1940637#M388405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi jack,&lt;/P&gt;&lt;P&gt;    What is the need for using the two methods in a same program?&lt;/P&gt;&lt;P&gt;U have to select one among these two. I will list of the difference between these two.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;session method:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Data is not updated in database tabel unless session is processed.&lt;/P&gt;&lt;P&gt;2.no sy-subrc is returned.&lt;/P&gt;&lt;P&gt;3.Error log is created for error records.&lt;/P&gt;&lt;P&gt;4.updataion in database table is always synchronous.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction method:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Immediate updation in database table.&lt;/P&gt;&lt;P&gt;2.sy-subrc is returned.&lt;/P&gt;&lt;P&gt;3.Errors need to be handled explicitly.&lt;/P&gt;&lt;P&gt;4.Updation in database table can be synchronours or asynchronous.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2007 19:28:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transactions-and-batch-input-method/m-p/1940637#M388405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-20T19:28:49Z</dc:date>
    </item>
  </channel>
</rss>

