<?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 data uploading through IDOC'S in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-uploading-through-idoc-s/m-p/4249561#M1014322</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 WANT TO UPLODA A DATA IN APPLICTION SERVER TO DATA BASE SERVER THROUGH  IDOC'S PLS GIVE ME THE   CODE (ASAP)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Jul 2008 05:04:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-29T05:04:37Z</dc:date>
    <item>
      <title>data uploading through IDOC'S</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-uploading-through-idoc-s/m-p/4249561#M1014322</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 WANT TO UPLODA A DATA IN APPLICTION SERVER TO DATA BASE SERVER THROUGH  IDOC'S PLS GIVE ME THE   CODE (ASAP)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 05:04:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-uploading-through-idoc-s/m-p/4249561#M1014322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T05:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: data uploading through IDOC'S</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-uploading-through-idoc-s/m-p/4249562#M1014323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vikash..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its better to break your question in smaaler parts and then post in SDN..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. how to read data from application server ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then how to create IDOC from data in itnernal table and so --on &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&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>Tue, 29 Jul 2008 05:48:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-uploading-through-idoc-s/m-p/4249562#M1014323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T05:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: data uploading through IDOC'S</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-uploading-through-idoc-s/m-p/4249563#M1014324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_community" href="https://community.sap.com/" __jive_macro_name="community" modifiedtitle="true" __default_attr="2022"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 06:55:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-uploading-through-idoc-s/m-p/4249563#M1014324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T06:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: data uploading through IDOC'S</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-uploading-through-idoc-s/m-p/4249564#M1014325</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;If you want to upload the data from a flat file into SAP through IDOC's then you need to do the following steps:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Identify the Basic type, Message Type &amp;amp; Process code depending upon the type of data you are receiving in the flat file&lt;/P&gt;&lt;P&gt;2. Create a partner profile in WE20 transaction by using the above details.&lt;/P&gt;&lt;P&gt;3. Read the data from the flat file and dump them into internal tables and validate the same.&lt;/P&gt;&lt;P&gt;4. Move the data from the internal tables to the idoc data records table, and also fill the IDOC control record.&lt;/P&gt;&lt;P&gt;5.  After filling the data correctly, call the function module &lt;STRONG&gt;IDOC_INBOUND_WRITE_TO_DB&lt;/STRONG&gt; by passing the data into the appropriate parameters.&lt;/P&gt;&lt;P&gt;6. Then an IDOC will generate for the data what you have received in the flat file and it will create a document successfully in SAP, if everything is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mahesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 08:19:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-uploading-through-idoc-s/m-p/4249564#M1014325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T08:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: data uploading through IDOC'S</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-uploading-through-idoc-s/m-p/4249565#M1014326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check sample program to upload data through IDOC.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://saptechnical.com/Tutorials/ALE/DataDistributeCustomIDOC/page1.htm" target="test_blank"&gt;http://saptechnical.com/Tutorials/ALE/DataDistributeCustomIDOC/page1.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 08:41:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-uploading-through-idoc-s/m-p/4249565#M1014326</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T08:41:10Z</dc:date>
    </item>
  </channel>
</rss>

