<?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: In interview Quation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-interview-quation/m-p/2279531#M496216</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavankumar,&lt;/P&gt;&lt;P&gt;Thanks for helping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 May 2007 07:01:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-16T07:01:59Z</dc:date>
    <item>
      <title>In interview Quation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-interview-quation/m-p/2279527#M496212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When will you  decide in BDC which method should we use? why &lt;/P&gt;&lt;P&gt;please help .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards,&lt;/P&gt;&lt;P&gt;satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 06:54:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-interview-quation/m-p/2279527#M496212</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T06:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: In interview Quation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-interview-quation/m-p/2279528#M496213</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;There are three methods for BDC:&lt;/P&gt;&lt;P&gt;1. Session methon&lt;/P&gt;&lt;P&gt;2. Call transaction method&lt;/P&gt;&lt;P&gt;3. Dialog method : this is oblolete method now so not considered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general, Session method is slow but consistent and used for huge data upload. Call transction method is fast but will not perform as consitant as session method for huge data upload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also see few differences as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Session method. &lt;/P&gt;&lt;P&gt;1) synchronous processing. &lt;/P&gt;&lt;P&gt;2) can tranfer large amount of data. &lt;/P&gt;&lt;P&gt;3) processing is slower. &lt;/P&gt;&lt;P&gt;4) error log is created &lt;/P&gt;&lt;P&gt;5) data is not updated until session is processed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call transaction. &lt;/P&gt;&lt;P&gt;1) asynchronous processing &lt;/P&gt;&lt;P&gt;2) can transfer small amount of data &lt;/P&gt;&lt;P&gt;3) processing is faster. &lt;/P&gt;&lt;P&gt;4) errors need to be handled explicitly &lt;/P&gt;&lt;P&gt;5) data is updated automatically &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Session method is to populate the data by filling BDC structure and keep as session to process from SM37 to post in appropriate Transaction.&lt;/P&gt;&lt;P&gt;Call transaction method is to post the data directly into the Transaction from an Executable program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Session method SAP defined Function modules. in session method, no sy-subrc is returned due to the basic characteristic of session method. 'Call transaction' always returns Sy-subrc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jogdand M B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 07:01:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-interview-quation/m-p/2279528#M496213</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T07:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: In interview Quation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-interview-quation/m-p/2279529#M496214</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;  Suppose we want to upload the data only one time and we never use to upload then at that time we have to go for LSMW. We want to upload the data frequently then we have to go for Call transaction or Session method. In that the records to upload is low  then call transaction is useful. And the data we have to upload is very large then we have to chose Session method. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 09:03:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-interview-quation/m-p/2279529#M496214</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T09:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: In interview Quation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-interview-quation/m-p/2279530#M496215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi satya.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is one more method called DIRECT INPUT METHOD in this method it does not process the screen but directly updates the database tables these are sap standerd data transfer program &lt;/P&gt;&lt;P&gt;ex: RMDATIND Transfer Material Master Data by Direct Input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as for your question is concerned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have very less data to be uploded and quickly or on line you can go for &lt;/P&gt;&lt;P&gt;Call Transaction method(on line) sycronous process here you have your program take care of error because no error log is created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to shedule the program and you have very large amount of data to be uploded &lt;/P&gt;&lt;P&gt;you can go for session method/batch Input(asyncronus process) which can be sheduled for later period when there is less load on the system and Can be planned and submitted in the background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why go for session method/batch Input ?&lt;/P&gt;&lt;P&gt;To Create Master Data&lt;/P&gt;&lt;P&gt;To move data from legacy System and replace Legacy system with SAP&lt;/P&gt;&lt;P&gt;To develop interface with legacy system using flat file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Rules For Batch Input&lt;/P&gt;&lt;P&gt;Data  should be checked and validated before being transferred into the SAP system&lt;/P&gt;&lt;P&gt;Therefore Data should be entered through online Program or Transaction which we know has got automatic Validation and programmed validation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Pavankumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 10:58:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-interview-quation/m-p/2279530#M496215</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T10:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: In interview Quation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-interview-quation/m-p/2279531#M496216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavankumar,&lt;/P&gt;&lt;P&gt;Thanks for helping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 07:01:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-interview-quation/m-p/2279531#M496216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T07:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: In interview Quation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-interview-quation/m-p/2279532#M496217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ravi,&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 07:02:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-interview-quation/m-p/2279532#M496217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T07:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: In interview Quation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-interview-quation/m-p/2279533#M496218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jogdand,&lt;/P&gt;&lt;P&gt;Thanks for useful answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 07:06:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-interview-quation/m-p/2279533#M496218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T07:06:20Z</dc:date>
    </item>
  </channel>
</rss>

