<?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: ALE Process code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-process-code/m-p/2078713#M431075</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;For example you are processing your inbound idoc. The function module that is required to process the idoc will be attached to the process code. The function module can be either an SAP standard one or a custom one which you have written. In brief when inbound idoc is processed using RBDAPP01 program it will identify the process code from the message type and trigger the function module that is attached to the process code. Take an idoc no and identify the message type and identify the process code and then identify the function module and put a break point at the start of thefunction module. Go to se38 and run RBDAPP01 to process the above selected idoc. You can see that the program stops at the break point that you have put in the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps. Please reward points if found useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vimal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Apr 2007 07:42:07 GMT</pubDate>
    <dc:creator>vimal_kumar4</dc:creator>
    <dc:date>2007-04-05T07:42:07Z</dc:date>
    <item>
      <title>ALE Process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-process-code/m-p/2078710#M431072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI friends.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.if we create partner profile we need two systems or not&lt;/P&gt;&lt;P&gt;2. where these partner profile are stored(this means outbound partner profile table)&lt;/P&gt;&lt;P&gt;3. will we create process code both inbound and outbound?&lt;/P&gt;&lt;P&gt;4. will we create customize process code?&lt;/P&gt;&lt;P&gt;Stand alone program need to create process code&lt;/P&gt;&lt;P&gt;5. how to create the process code?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please tel me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;mani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 06:21:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-process-code/m-p/2078710#M431072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T06:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: ALE Process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-process-code/m-p/2078711#M431073</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; 1.if we create partner profile we need two systems or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Ans.  Yes we need two systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. where these partner profile are stored(this means outbound partner profile table)&lt;/P&gt;&lt;P&gt;   TMSG1 Logical Messages and Process Codes in Outb. Procg&lt;/P&gt;&lt;P&gt;   TMSG2 Logical Messages and Process Codes in Inb. Procg &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. will we create process code both inbound and outbound?&lt;/P&gt;&lt;P&gt;     Process code is nothing but to identify the FM or Standalone program to &lt;/P&gt;&lt;P&gt;    create or process the idocs.   &lt;/P&gt;&lt;P&gt;    So to create Idoc we need one program which is assigned to a FM or Program.&lt;/P&gt;&lt;P&gt;   and to process Idoc we need one program which is assigned to a FM or &lt;/P&gt;&lt;P&gt;   Program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. will we create customize process code?  Yes&lt;/P&gt;&lt;P&gt;   Stand alone program need to create process code --Yes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. how to create the process code?&lt;/P&gt;&lt;P&gt;    tcode WE41  --Outbound process code&lt;/P&gt;&lt;P&gt;             WE42---Inbound Process code&lt;/P&gt;&lt;P&gt; Click on new entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 07:00:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-process-code/m-p/2078711#M431073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T07:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: ALE Process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-process-code/m-p/2078712#M431074</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;ok...i want more clear about process code(ok this is identification..)....what is the work of process code...&lt;/P&gt;&lt;P&gt;plz tel me....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 07:26:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-process-code/m-p/2078712#M431074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T07:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: ALE Process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-process-code/m-p/2078713#M431075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;For example you are processing your inbound idoc. The function module that is required to process the idoc will be attached to the process code. The function module can be either an SAP standard one or a custom one which you have written. In brief when inbound idoc is processed using RBDAPP01 program it will identify the process code from the message type and trigger the function module that is attached to the process code. Take an idoc no and identify the message type and identify the process code and then identify the function module and put a break point at the start of thefunction module. Go to se38 and run RBDAPP01 to process the above selected idoc. You can see that the program stops at the break point that you have put in the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps. Please reward points if found useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vimal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 07:42:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-process-code/m-p/2078713#M431075</guid>
      <dc:creator>vimal_kumar4</dc:creator>
      <dc:date>2007-04-05T07:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: ALE Process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-process-code/m-p/2078714#M431076</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;if we create custom process code means process code identify the function module or we create fm on se37.... then when we will attach fm and process code......please tell me.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank s&lt;/P&gt;&lt;P&gt;mani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 07:44:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-process-code/m-p/2078714#M431076</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T07:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: ALE Process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-process-code/m-p/2078715#M431077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  You have to create FM and you need to attach the FM to Process codes and need to assign the Process code to apllication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: When you create Material automatically concerned process code will get invoked and FM  will get executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have give tcodes for  Process codes in my above reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 08:17:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-process-code/m-p/2078715#M431077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T08:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: ALE Process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-process-code/m-p/2078716#M431078</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;ok i have created process code(custom) for outbound ...and i also created one custom fm ....which type of coding inside of this FM in outbound...i already created idoc using standalone program.... after that i have created process code ...how to call standalone program using this Fm....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please give me info ......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i will give reward points...will it useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 09:35:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-process-code/m-p/2078716#M431078</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T09:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: ALE Process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-process-code/m-p/2078717#M431079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you attached your process code with the custom FM? I don't know why you like to call standalone program using this Fm. Please write the code in this FM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any problem ... plz ask.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Tanmay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 09:56:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-process-code/m-p/2078717#M431079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T09:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: ALE Process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-process-code/m-p/2078718#M431080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Tanmay Bhowmik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have created idoc using stand alone program ..... if we need process code for stand alone program...please tell me ...very confused&lt;/P&gt;&lt;P&gt;&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;Mani....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 10:02:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-process-code/m-p/2078718#M431080</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T10:02:33Z</dc:date>
    </item>
  </channel>
</rss>

