<?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: IDOC Query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-query/m-p/2103245#M438639</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in we42 itself double click ur z-process code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in that in identification field specify ur z-function module.&lt;/P&gt;&lt;P&gt;in processing type select Processing by function module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Apr 2007 10:19:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-16T10:19:40Z</dc:date>
    <item>
      <title>IDOC Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-query/m-p/2103243#M438637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody tell me how I can assign a z-function module to my own z-process code?&lt;/P&gt;&lt;P&gt;I created the process code via we41. But when i proceed further it only asks me to use anyone of the listed funtion modules in the next screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where can I assign my own z-func.modole to a z-process code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Faraz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 10:11:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-query/m-p/2103243#M438637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T10:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-query/m-p/2103244#M438638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just a correction to my question. I created the inbound process code via we42.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 10:13:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-query/m-p/2103244#M438638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T10:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-query/m-p/2103245#M438639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in we42 itself double click ur z-process code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in that in identification field specify ur z-function module.&lt;/P&gt;&lt;P&gt;in processing type select Processing by function module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 10:19:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-query/m-p/2103245#M438639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T10:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-query/m-p/2103246#M438640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When you create a process code in WE42, there is option to select, Processing with ALE Service or Processing with FUNCTION MODULE&lt;/P&gt;&lt;P&gt;If you select the second option, it will ask for the function module in the next screen,which you enter and save.&lt;/P&gt;&lt;P&gt;Before that you ensure that in WE57 you have assigned the Fun module to TYPE F to IDoc type, Message Type and Object Type(business).&lt;/P&gt;&lt;P&gt;and in BD51 define the setting for the fun module. like Input = 0.&lt;/P&gt;&lt;P&gt;just check the other steps:&lt;/P&gt;&lt;P&gt;First Create Partner Profile(WE20 Tcode) and Port Definition in WE19 Tcodes.&lt;/P&gt;&lt;P&gt;take the Basis help to create them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.First create segments in WE31 Tcode with the required dataelements&lt;/P&gt;&lt;P&gt;2.Create the Basic Idoc Type in WE30&lt;/P&gt;&lt;P&gt;   release the Segments and IDOC type.&lt;/P&gt;&lt;P&gt;3.Create Message type in We81&lt;/P&gt;&lt;P&gt;4.Assign the message type to IDOC type in WE82 T code&lt;/P&gt;&lt;P&gt;5.Create the process code in We41 (for Outbound) WE42 (for Inbound)&lt;/P&gt;&lt;P&gt;6.Create A fun module in SE37 starting with ZIDOC_OUTPUT_.. by copying some Inbound (for    Inbound) Outbound Fun module&lt;/P&gt;&lt;P&gt;7.Create  Workflow setting if needed ..&lt;/P&gt;&lt;P&gt;8. Assign the fun module to Idoc Type, Message Type and WF object (if it is there0&lt;/P&gt;&lt;P&gt;9.Define setting for fun module in BD51&lt;/P&gt;&lt;P&gt;10.Assign the Processs Code to Fun module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 10:21:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-query/m-p/2103246#M438640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T10:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-query/m-p/2103247#M438641</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;Assign the Z- function module in the transaction BD51.&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;L Appana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 10:26:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-query/m-p/2103247#M438641</guid>
      <dc:creator>Laxmana_Appana_</dc:creator>
      <dc:date>2007-04-16T10:26:42Z</dc:date>
    </item>
  </channel>
</rss>

