<?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: Re: direct input in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-direct-input/m-p/1078135#M96935</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There is no diff between Direct input and BDC because Direct input is one of the methods in BDC to transfer external data into SAP system.&lt;/P&gt;&lt;P&gt;In BDC you can transfer data into SAP system using 3 methods,&lt;/P&gt;&lt;P&gt;1.session&lt;/P&gt;&lt;P&gt;2.call transaction.&lt;/P&gt;&lt;P&gt;3.Direct input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In direct input the data is processed very quickly than other two methods since it wont create any sessions and no screens are processed rather data is transferred into SAP database directly..&lt;/P&gt;&lt;P&gt;Hope this will clear you doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Abdul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Dec 2005 08:29:03 GMT</pubDate>
    <dc:creator>abdul_hakim</dc:creator>
    <dc:date>2005-12-05T08:29:03Z</dc:date>
    <item>
      <title>Re: direct input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-direct-input/m-p/1078130#M96930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What is the difference between direct input and BDC.&lt;/P&gt;&lt;P&gt;What is the main advantage of using direct input method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;p.kp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2005 08:12:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-direct-input/m-p/1078130#M96930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-05T08:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Re: direct input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-direct-input/m-p/1078131#M96931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BDC you need to Navigate throgh screens&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But direct input it will update directly...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2005 08:14:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-direct-input/m-p/1078131#M96931</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-05T08:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Re: direct input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-direct-input/m-p/1078132#M96932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   I asked u the main advantage of direct input. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;p.kp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2005 08:19:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-direct-input/m-p/1078132#M96932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-05T08:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Re: direct input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-direct-input/m-p/1078133#M96933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BDC is a way in which we can record fields based on the requirements and we can get a structure out of recording.&lt;/P&gt;&lt;P&gt;Direct method is a program which already has structures created-so we don't need the recording part here-But we can map out flatfile fields with that of the structures and then upload the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The advantage here is the recording time is minimized&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2005 08:23:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-direct-input/m-p/1078133#M96933</guid>
      <dc:creator>kanthimathikris</dc:creator>
      <dc:date>2005-12-05T08:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Re: direct input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-direct-input/m-p/1078134#M96934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You asked diff also...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advantage is it will be faster than BDC...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen Navigation....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2005 08:25:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-direct-input/m-p/1078134#M96934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-05T08:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Re: direct input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-direct-input/m-p/1078135#M96935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There is no diff between Direct input and BDC because Direct input is one of the methods in BDC to transfer external data into SAP system.&lt;/P&gt;&lt;P&gt;In BDC you can transfer data into SAP system using 3 methods,&lt;/P&gt;&lt;P&gt;1.session&lt;/P&gt;&lt;P&gt;2.call transaction.&lt;/P&gt;&lt;P&gt;3.Direct input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In direct input the data is processed very quickly than other two methods since it wont create any sessions and no screens are processed rather data is transferred into SAP database directly..&lt;/P&gt;&lt;P&gt;Hope this will clear you doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Abdul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2005 08:29:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-direct-input/m-p/1078135#M96935</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2005-12-05T08:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Re: direct input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-direct-input/m-p/1078136#M96936</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;Direct Input uses system defined BDC programs.&lt;/P&gt;&lt;P&gt;so it is very fast and can process large data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2005 08:55:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-direct-input/m-p/1078136#M96936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-05T08:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Re: direct input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-direct-input/m-p/1078137#M96937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just to add one or two more aspects:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC does a CALL TRANSACTION. So each and every case (document, master data,...) is committed to the database on commit. The commit occurs after completion of the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Direct input will commit the data to the database when the commit is requested explicitly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During BDC and direct input relevant DB tables are locked, they can not be updated by other processes. After commit they are unlocked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus a program using direct input must care for intermittent commits to avoid an overflow of the lock tables. For master data, a lock table overflow may occur for more than (roughly) 2000 cases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although direct input does not do any screen input, the same routines are passed as BDC with (simulated) screen input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2005 09:24:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-direct-input/m-p/1078137#M96937</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2005-12-05T09:24:15Z</dc:date>
    </item>
  </channel>
</rss>

