<?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: Why we r not using direct input method ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-r-not-using-direct-input-method/m-p/2596832#M594802</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;by using direct input menthod we can upload data directly into database,&lt;/P&gt;&lt;P&gt;we can't do validations.&lt;/P&gt;&lt;P&gt;Using the Standard Programs the data will upload from the Legacy to SAP.&lt;/P&gt;&lt;P&gt;These standard Program will accept the Data file in a specific structural format.&lt;/P&gt;&lt;P&gt;we don't need transactions,screen flow so there is no change for validation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jul 2007 06:14:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-30T06:14:00Z</dc:date>
    <item>
      <title>Why we r not using direct input method ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-r-not-using-direct-input-method/m-p/2596828#M594798</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;  Why we r not using irect input method for uploading data to r/3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards as per answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jul 2007 04:21:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-r-not-using-direct-input-method/m-p/2596828#M594798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-28T04:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Why we r not using direct input method ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-r-not-using-direct-input-method/m-p/2596829#M594799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DIRECT INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About Direct Input&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In contrast to batch input, this technique does not create sessions, but stores the data directly. It does not simulate the online transaction. To enter the data into the corresponding database tables directly, the system calls a number of function modules that execute any necessary checks. In case of errors, the direct input technique provides a restart mechanism. However, to be able to activate the restart mechanism, direct input programs must be executed in the background only. Direct input checks the data thoroughly and then updates the database directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can start a Direct Input program in two ways;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start the program directly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the quickest way to see if the program works with your flat file. This option is possible with all direct input programs. If the program ends abnormally, you will not have any logs telling you what has or has not been posted. To minimize the chance of this happening, always use the check file option for the first run with your flat file. This allows you to detect format errors before transfer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Starting the program via the DI administration transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This transaction restarts the processing, if the data transfer program aborts. Since DI document are immediately posted into the SAP D/B, the restart option prevents the duplicate document posting that occurs during a program restart (i.e., without adjusting your flat file).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Direct input is usually done for standard data like material master, FI accounting document, SD sales order and Classification for which SAP has provided standard programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First time you work with the Direct Input administration program, you will need to do some preparation before you can transfer data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-	Create variant&lt;/P&gt;&lt;P&gt;-	Define job&lt;/P&gt;&lt;P&gt;-	Start job&lt;/P&gt;&lt;P&gt;-	Restart job&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Common batch input errors&lt;/P&gt;&lt;P&gt;-	The batch input BDCDATA structure tries to assign values to fields which do not exist in the current transaction screen.&lt;/P&gt;&lt;P&gt;-	The screen in the BDCDATA structure does not match the right sequence, or an intermediate screen is missing.&lt;/P&gt;&lt;P&gt;-	On exceptional occasions, the logic flow of batch input session does not exactly match that of manual online processing. Testing the sessions online can discover by this.&lt;/P&gt;&lt;P&gt;-	The BDCDATA structure contains fields, which are longer than the actual definition.&lt;/P&gt;&lt;P&gt;-	Authorization problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jul 2007 04:27:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-r-not-using-direct-input-method/m-p/2596829#M594799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-28T04:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Why we r not using direct input method ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-r-not-using-direct-input-method/m-p/2596830#M594800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Direct input method only applicable to master data like material master,customer master,vendor master,work center and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if suppose material master has some custom enhancement then we should not use direct input method,we need to write new program to upload the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the case of errors, the direct input technique has a facility to restart the entire mechanism. However, if you want to restart the entire mechanism in case you faced an error, then direct input programs must be executed in the background only. One has to use program RBMVSHOW or Transaction BMV0 to maintain and start these programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;other than this there is no drawbacks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jul 2007 04:54:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-r-not-using-direct-input-method/m-p/2596830#M594800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-28T04:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Why we r not using direct input method ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-r-not-using-direct-input-method/m-p/2596831#M594801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;d irect input method for uploading data to r/3  at a time single record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just testing field validtasion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3772969"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 05:53:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-r-not-using-direct-input-method/m-p/2596831#M594801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T05:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Why we r not using direct input method ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-r-not-using-direct-input-method/m-p/2596832#M594802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;by using direct input menthod we can upload data directly into database,&lt;/P&gt;&lt;P&gt;we can't do validations.&lt;/P&gt;&lt;P&gt;Using the Standard Programs the data will upload from the Legacy to SAP.&lt;/P&gt;&lt;P&gt;These standard Program will accept the Data file in a specific structural format.&lt;/P&gt;&lt;P&gt;we don't need transactions,screen flow so there is no change for validation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 06:14:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-r-not-using-direct-input-method/m-p/2596832#M594802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T06:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Why we r not using direct input method ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-r-not-using-direct-input-method/m-p/2596833#M594803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Direct Input (DI) programs work exactly similar to BI programs. But the only difference is, instead of processing screens they validate fields and directly load the data into tables using standard function modules. For this reason, DI programs are much faster (RMDATIND - Material Master DI program works at least 5 times faster) than the BDC counterpart and so ideally suited for loading large volume data. DI programs are not available for all application areas. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the BMVO,SXDB Transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 06:16:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-r-not-using-direct-input-method/m-p/2596833#M594803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T06:16:31Z</dc:date>
    </item>
  </channel>
</rss>

