<?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 scenario: Z inbound function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-scenario-z-inbound-function-module/m-p/6077101#M1356346</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to both of us.&lt;/P&gt;&lt;P&gt;Problem solved!!&lt;/P&gt;&lt;P&gt;Achim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Aug 2009 13:08:50 GMT</pubDate>
    <dc:creator>achim_pellen</dc:creator>
    <dc:date>2009-08-27T13:08:50Z</dc:date>
    <item>
      <title>Inbound scenario: Z inbound function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-scenario-z-inbound-function-module/m-p/6077098#M1356343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi chaps,&lt;/P&gt;&lt;P&gt;I have a standard Idoc Type that should be processed by an individual inbound function module.&lt;/P&gt;&lt;P&gt;The processcode is BAPI as the IDoc is mapped to a BAPI.&lt;/P&gt;&lt;P&gt;I thought I could use the message code or function. But the standard inbound function module BAPI_IDOC_INPUT1 is executed (at least in WE19) all the time.&lt;/P&gt;&lt;P&gt;Can somebody please tell me how I can trigger my Z inbound function module?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Achim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2009 17:45:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-scenario-z-inbound-function-module/m-p/6077098#M1356343</guid>
      <dc:creator>achim_pellen</dc:creator>
      <dc:date>2009-08-26T17:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound scenario: Z inbound function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-scenario-z-inbound-function-module/m-p/6077099#M1356344</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;You need to first create your own Inbound FM by Copying any standard Inbound FM so as to ensure that the Standard Interfaces of the FM should not get disturbed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this:&lt;/P&gt;&lt;P&gt;Goto WE57- Assign of Function Module to Logical Msg Type and IDOC Type.&lt;/P&gt;&lt;P&gt;Goto WE42 u2013 Define Inbound Process Code .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create your Own Partner Profile and give your Custom FM behind the Process Code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when you run WE19, give this Partner Profile Only to use your Own Inbound FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2009 18:27:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-scenario-z-inbound-function-module/m-p/6077099#M1356344</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-26T18:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound scenario: Z inbound function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-scenario-z-inbound-function-module/m-p/6077100#M1356345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Achim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to process the IDOC with the help of your custom function module, then you need to following things:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create the custom function module&lt;/P&gt;&lt;P&gt;2. Assign the function module to the Message Type in WE57 transaction&lt;/P&gt;&lt;P&gt;3. Define Setting for the custom function module in BD51 transaction&lt;/P&gt;&lt;P&gt;4. Create a new Process Code in WE42 transaction&lt;/P&gt;&lt;P&gt;5. Assign this new Process in the PArtner profile in WE20 transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you complete all the above steps then you can process your IDOC with your custom function module automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to use WE19 transaction to test the IDOC with your custom function module you can follow the below steps as well:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create your IDOC using WE19 transaction&lt;/P&gt;&lt;P&gt;2. Click the button Inbound Function module and then give your custom function module and click the tick mark in the pop up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By doing the above 2 steps you can test whether your function module is correctly working or not as well.&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>Thu, 27 Aug 2009 12:44:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-scenario-z-inbound-function-module/m-p/6077100#M1356345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-27T12:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound scenario: Z inbound function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-scenario-z-inbound-function-module/m-p/6077101#M1356346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to both of us.&lt;/P&gt;&lt;P&gt;Problem solved!!&lt;/P&gt;&lt;P&gt;Achim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2009 13:08:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-scenario-z-inbound-function-module/m-p/6077101#M1356346</guid>
      <dc:creator>achim_pellen</dc:creator>
      <dc:date>2009-08-27T13:08:50Z</dc:date>
    </item>
  </channel>
</rss>

