<?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: Inbound Idoc programing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-programing/m-p/5677711#M1290758</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mac ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yeah The inbound idoc is basically get in to sap and processed thr a i/b function module. but if you want only error idocs . It will be stored in thge tables. that u can view thr WE02 txn and you can process it manually using WE19 , sometimes using BD87 txn also .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In WE19 txn , u can see in debug and fix the bug also . there it will show whether any standard Fun.Mod is used .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arun .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 May 2009 11:01:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-25T11:01:01Z</dc:date>
    <item>
      <title>Inbound Idoc programing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-programing/m-p/5677706#M1290753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will be getting the IDOCS from an external system which is also on SAP.&lt;/P&gt;&lt;P&gt;What I need to do is to get these IDOCS which are called Erroreneous IDOCS.&lt;/P&gt;&lt;P&gt;From the IDOC numbers I am able to see the message types and idoc types and data in the segments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What all the steps and configurations I need to do for reading an IDOC data from segments and update on of the tables with the received data.&lt;/P&gt;&lt;P&gt;Do I need to write any inbound function module if so how. Please do let me know the steps and even what configurations I need to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mac.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2009 05:03:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-programing/m-p/5677706#M1290753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-25T05:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound Idoc programing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-programing/m-p/5677707#M1290754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to do below  settings and steps .&lt;/P&gt;&lt;P&gt;Define segments: WE31 &lt;/P&gt;&lt;P&gt;Create new basic idoc type: WE30 &lt;/P&gt;&lt;P&gt;Create message type: WE81 &lt;/P&gt;&lt;P&gt;Link message type to IDOC basis type: WE82 &lt;/P&gt;&lt;P&gt;Create RDC destination: SM59 &lt;/P&gt;&lt;P&gt;Create logical system: SALE &lt;/P&gt;&lt;P&gt;Create port: WE21                                 "Declare Port&lt;/P&gt;&lt;P&gt;Create partner profile: WE20                  "Add port to Partner profile&lt;/P&gt;&lt;P&gt;Set up distribution model (If necessary): BD64&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>Mon, 25 May 2009 06:38:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-programing/m-p/5677707#M1290754</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-25T06:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound Idoc programing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-programing/m-p/5677708#M1290755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if your using the standard IDOC , assign the  partner profile: WE20  tcode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2009 07:00:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-programing/m-p/5677708#M1290755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-25T07:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound Idoc programing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-programing/m-p/5677709#M1290756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan,&lt;/P&gt;&lt;P&gt;   External system means , yu can use EDI...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; please check the following steps :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase : 1&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ALE Configuation settings :&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;Create logical system: SALE &lt;/P&gt;&lt;P&gt;Create RDC destination: SM59 &lt;/P&gt;&lt;P&gt;Create port: WE21 "Declare Port&lt;/P&gt;&lt;P&gt;Create partner profile: WE20 "Add port to Partner profile&lt;/P&gt;&lt;P&gt;Set up distribution model (If necessary): BD64&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase : 2&lt;/P&gt;&lt;P&gt; *&lt;STRONG&gt;Define segments: WE31&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; *&lt;STRONG&gt;Create new basic idoc type: WE30&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; *&lt;STRONG&gt;Create message type: WE81&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; *&lt;STRONG&gt;Link message type to IDOC basis type: WE82&lt;/STRONG&gt;* &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note : Sap has provided huge standard idocs and message types , so my suggestion is no need to create new idocs and message types.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase : 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you finished first two phases , then generate the program, we have three ways to develop the program. standard alone , messagetype and change pointers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should be call : master_idoc_distrubute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inbound means : use the tranx codes : bd11 receiveing mat, bd13 receiveing cust,bd15...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once u finish, check we02 and we05....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reg,&lt;/P&gt;&lt;P&gt;Siva prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2009 07:14:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-programing/m-p/5677709#M1290756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-25T07:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound Idoc programing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-programing/m-p/5677710#M1290757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   Just create inbound partner profile in transaction WE20 for your message type. You can find the message type and idoc type from idoc's control record.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;1. If it is standard message type and idoc then find the corresponding process code(function module) from WE64 and assign it in partner profile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If message type is standard and basic type is enhanced(z&amp;lt;basic type&amp;gt;) then find the customer-exit for the processing fumction module and write your logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. If message type is customized message type then write the processing FM and create processing code in WE42. And link that FM to this processing code here.&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;Asit Purbey.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2009 07:55:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-programing/m-p/5677710#M1290757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-25T07:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound Idoc programing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-programing/m-p/5677711#M1290758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mac ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yeah The inbound idoc is basically get in to sap and processed thr a i/b function module. but if you want only error idocs . It will be stored in thge tables. that u can view thr WE02 txn and you can process it manually using WE19 , sometimes using BD87 txn also .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In WE19 txn , u can see in debug and fix the bug also . there it will show whether any standard Fun.Mod is used .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arun .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2009 11:01:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-programing/m-p/5677711#M1290758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-25T11:01:01Z</dc:date>
    </item>
  </channel>
</rss>

