<?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 Inbound IDOC function module ! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-function-module/m-p/3511442#M844673</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anybody tell me what are is the algorithm of the the inbound idoc function module ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tell me the steps in the program !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Mar 2008 12:15:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-11T12:15:56Z</dc:date>
    <item>
      <title>Inbound IDOC function module !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-function-module/m-p/3511442#M844673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anybody tell me what are is the algorithm of the the inbound idoc function module ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tell me the steps in the program !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 12:15:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-function-module/m-p/3511442#M844673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T12:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound IDOC function module !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-function-module/m-p/3511443#M844674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What exactly do you mean by an algorithm?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are a few example function modules in function group BDBG, like BAPI_IDOC_INPUT1 and BAPI_IDOC_INPUTP. It is this interface (import, export, tables parameters) you should use for you custom function module. This function module you than can link via de message type and the process type in transaction WE20 (maintain partner profiles).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your function module you than can do whatever it is you like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Micky.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 12:29:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-function-module/m-p/3511443#M844674</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-03-11T12:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound IDOC function module !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-function-module/m-p/3511444#M844675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bluefox,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step1: Check the recieving Logival system of the IDoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step2: Use Tcode WE20, Provide Logical System name and type as LS. Click on Inbounb Parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step3: Select The message type (Ex: MATMAS). Go for Details to find the Process Code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step4: Use Tcode WE42, Expand "ALE With FM", Now search for the requird procees code in the list and double click.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step5: This takes to a screen, where you can find the inbound function module. Double click on the same to view the source code of FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sunil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 12:44:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-function-module/m-p/3511444#M844675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T12:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound IDOC function module !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-function-module/m-p/3511445#M844676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use WE20, to get Process Code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto  WE42, and search for the requird procees code in ALE with Function Module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double click on the Process code to view the inbound Function Module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julian.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 12:46:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-function-module/m-p/3511445#M844676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T12:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound IDOC function module !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-function-module/m-p/3511446#M844677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am asking What an inbound function module does !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What should be my algorithm if I want to write a custom inbound function module ?????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 13:13:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-function-module/m-p/3511446#M844677</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T13:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound IDOC function module !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-function-module/m-p/3511447#M844678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like I said, your custom function module can do anything you want it to do..create a user, create a purchase order, or anything actually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no standard algorithm for this, it just depends on your requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're incoming (inbound) idoc has user data, you can use your function module to extract the data from the IDoc segments and use it to create a user in SAP, by calling BAPI_USER_CREATE (or something like that).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Micky.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 13:28:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-function-module/m-p/3511447#M844678</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-03-11T13:28:28Z</dc:date>
    </item>
  </channel>
</rss>

