<?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: Doubt in IDOC's - Process Codes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-idoc-s-process-codes/m-p/2279798#M496294</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm confused as to whether this is an Inbound or Outbound process and they are very different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An Outbound IDOC process doesn't have a process code, you forward the IDOC to an tRFC port instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If memory serves me correctly, MASTER_IDOC_DISTRIBUTE is for outbound only&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 May 2007 10:27:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-18T10:27:28Z</dc:date>
    <item>
      <title>Doubt in IDOC's - Process Codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-idoc-s-process-codes/m-p/2279796#M496292</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;Currently i am working on an object related to IDOC generation. This is my first object in IDOC's. I am doing it from the scratch including creation of segments, IDOC type, message type, process codes...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this process, I am developing a function module that should be assigned to the process code. My doubt here is, is there any standard interface to the function module that we have  to assign to the process code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also giving the flow which i will be using in developing the Function module. Please go through it and kindly let me know if I am doing it in the right way or not? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Extract data from data base based on the entry in NAST&lt;/P&gt;&lt;P&gt;2. Filling IDOC DATA &amp;amp; Control records&lt;/P&gt;&lt;P&gt;3. Calling the FM MASTER_IDOC_DISTRIBUTE to generate the IDOC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me whether i am doing it in the correct way or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Phani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 09:56:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-idoc-s-process-codes/m-p/2279796#M496292</guid>
      <dc:creator>PS_1978</dc:creator>
      <dc:date>2007-05-18T09:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in IDOC's - Process Codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-idoc-s-process-codes/m-p/2279797#M496293</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;U need to do the following configurations when u r using Zmessage type,basic type and function module for inbound.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1&amp;gt;WE81&lt;/P&gt;&lt;P&gt;2&amp;gt;WE31&lt;/P&gt;&lt;P&gt;3&amp;gt;WE30&lt;/P&gt;&lt;P&gt;4&amp;gt;SE37(Create the Z fucntion module)&lt;/P&gt;&lt;P&gt;5&amp;gt;BD51(Attach the FM)&lt;/P&gt;&lt;P&gt;6&amp;gt;WE57(Attach the FM to message and basic type)&lt;/P&gt;&lt;P&gt;7&amp;gt;WE42(Attach the FM to the process code).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can directly attach ur FM to the process code before that there should be an entry in 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;nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 10:15:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-idoc-s-process-codes/m-p/2279797#M496293</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2007-05-18T10:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in IDOC's - Process Codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-idoc-s-process-codes/m-p/2279798#M496294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm confused as to whether this is an Inbound or Outbound process and they are very different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An Outbound IDOC process doesn't have a process code, you forward the IDOC to an tRFC port instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If memory serves me correctly, MASTER_IDOC_DISTRIBUTE is for outbound only&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 10:27:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-idoc-s-process-codes/m-p/2279798#M496294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T10:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in IDOC's - Process Codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-idoc-s-process-codes/m-p/2279799#M496295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is an outbound interface. But as per the requirement, i have to attach it to a process code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 10:51:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-idoc-s-process-codes/m-p/2279799#M496295</guid>
      <dc:creator>PS_1978</dc:creator>
      <dc:date>2007-05-18T10:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in IDOC's - Process Codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-idoc-s-process-codes/m-p/2279800#M496296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nagaraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any standard interface to be followed while creating the function module to assign it to the process code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 10:52:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-idoc-s-process-codes/m-p/2279800#M496296</guid>
      <dc:creator>PS_1978</dc:creator>
      <dc:date>2007-05-18T10:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in IDOC's - Process Codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-idoc-s-process-codes/m-p/2279801#M496297</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;&lt;/P&gt;&lt;P&gt;For outbound u need to attach ur FM to the process code in WE41 tcode..I think u r using message control method for ur requirement.please look at the configurations for outbound using message control method.we use we41 (outbound process code) and we use this in the message control tab in the partner profiles.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The transaction codes that are required for this method are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We81&lt;/P&gt;&lt;P&gt;We30&lt;/P&gt;&lt;P&gt;We31&lt;/P&gt;&lt;P&gt;We82&lt;/P&gt;&lt;P&gt;We21&lt;/P&gt;&lt;P&gt;We20&lt;/P&gt;&lt;P&gt;Bd64&lt;/P&gt;&lt;P&gt;Nace&lt;/P&gt;&lt;P&gt;Me22n (purchase order), va02 (sales order) etc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: purchase order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message type: ORDERS&lt;/P&gt;&lt;P&gt;Idoc type: ORDERS05&lt;/P&gt;&lt;P&gt;Outbound process code for purchase order: me10 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 11:03:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-idoc-s-process-codes/m-p/2279801#M496297</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2007-05-18T11:03:29Z</dc:date>
    </item>
  </channel>
</rss>

