<?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: Reg Direct input method in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-direct-input-method/m-p/3380087#M811614</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yakub ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Welcome to SDN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link for sample code to upload Material Master data, Direct Input Program is &lt;STRONG&gt;RMDATIND&lt;/STRONG&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="954324"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Feb 2008 08:10:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-18T08:10:11Z</dc:date>
    <item>
      <title>Reg Direct input method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-direct-input-method/m-p/3380084#M811611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; Can you please provide documentation on Direct input method or any link which gives me overall idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yakub.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 07:49:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-direct-input-method/m-p/3380084#M811611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-18T07:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Reg Direct input method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-direct-input-method/m-p/3380085#M811612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://www.sap123.com/showthread.php?p=159" target="test_blank"&gt;http://www.sap123.com/showthread.php?p=159&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kishore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 07:51:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-direct-input-method/m-p/3380085#M811612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-18T07:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Reg Direct input method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-direct-input-method/m-p/3380086#M811613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Direct Input method&lt;/STRONG&gt; is used for bulk transfer of data into SAP system.It results in faster execution since no screens are processed and the SAP database will be updated directly using the standard function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Better example where direct input method will be used is... uploading the data for material master.....it includes lot of views so its very much difficult to capture all the views and record the tcode and map the data in such conditions its better to go with DI methods&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Advantages:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in session method or Call Transaction method while uploading the data u do the validation by fallowing the screen sequence and field sequence where as in Direct Input validations can be done set of code so this make the process very fast so its advantageous to upload large amout of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you always use the standard sap provided program for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here in Direct Input method very important thing is structure of flat file... so to know the structure first of all you have to download the data for one record into the internal table with the use of the same program then with the use of that structure u have to desing the flat file and upload the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 08:07:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-direct-input-method/m-p/3380086#M811613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-18T08:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Reg Direct input method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-direct-input-method/m-p/3380087#M811614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yakub ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Welcome to SDN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link for sample code to upload Material Master data, Direct Input Program is &lt;STRONG&gt;RMDATIND&lt;/STRONG&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="954324"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 08:10:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-direct-input-method/m-p/3380087#M811614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-18T08:10:11Z</dc:date>
    </item>
  </channel>
</rss>

