<?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: direct input method in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/direct-input-method/m-p/3623887#M873049</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;use the below link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://aspalliance.com/articleViewer" target="test_blank"&gt;http://aspalliance.com/articleViewer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;sandhya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Mar 2008 07:06:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-20T07:06:01Z</dc:date>
    <item>
      <title>direct input method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/direct-input-method/m-p/3623884#M873046</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;     Can anyone explain me what is the use of direct input method over call transaction /  session method....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;subbu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 05:43:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/direct-input-method/m-p/3623884#M873046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T05:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: direct input method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/direct-input-method/m-p/3623885#M873047</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 method will be used when the number of records to be posted are very less and&lt;/P&gt;&lt;P&gt;Batch input method is used when there is huge amount of records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For batch input method u need to create a session but for direct input session will not be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both the methods use same business logic for posting the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it is helpful.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward points&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prasanna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 06:01:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/direct-input-method/m-p/3623885#M873047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T06:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: direct input method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/direct-input-method/m-p/3623886#M873048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Direct input Technique&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When transferring large volumes of data(more than 10000 transactions), you can achieve considerable improvements in performance with direct input. Like CALL TRANSACTION USING, direct input is a means of updating data immediately(no sessions are generated). However unlike CALL TRANSACTION USING or batch input, no screens are involved. Instead the data is imported by calling function modules which check the data and then transfer it directly to the database tables. Since direct input offers a restart mechanism in the case of an error, the programs can only run as background jobs. You manage and start these jobs  with the report RBMVSHOW or Transaction BMVO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RFBIBLOO&lt;/STRONG&gt;	     &lt;STRONG&gt;&lt;EM&gt;FI&lt;/EM&gt;&lt;/STRONG&gt;  	Can be switched between   direct input,batch input and CALL TRANSACTION. Posts documents.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RMDATIND&lt;/STRONG&gt;	    &lt;STRONG&gt;&lt;EM&gt;MM&lt;/EM&gt;&lt;/STRONG&gt;	Direct input. Imports material master records.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RVAFSSOO&lt;/STRONG&gt;	    &lt;STRONG&gt;&lt;EM&gt;SD&lt;/EM&gt;&lt;/STRONG&gt;	Direct input. Generates SD billing documents and FI follow-on documents from an external file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neenu Jose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Neenu Jose on Mar 20, 2008 4:33 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 03:33:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/direct-input-method/m-p/3623886#M873048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T03:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: direct input method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/direct-input-method/m-p/3623887#M873049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;use the below link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://aspalliance.com/articleViewer" target="test_blank"&gt;http://aspalliance.com/articleViewer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;sandhya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 07:06:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/direct-input-method/m-p/3623887#M873049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T07:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: direct input method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/direct-input-method/m-p/3623888#M873050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;direct input method is used to transfer the data through some standard program ,,there are some standard program avalaible in the sap system used to send the bulk of data at the time of upgradtion ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in batch input we use call tx and session method to transfer the data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 07:22:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/direct-input-method/m-p/3623888#M873050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T07:22:17Z</dc:date>
    </item>
  </channel>
</rss>

