<?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: process code for inbound idoc's in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code-for-inbound-idoc-s/m-p/4260301#M1016742</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;Are you using the customised idoc i:e message type .I hope most of the data transfer techniques always has a standard message type and if you are using one such than you can check in transaction we42(inbound process code) .All the steps have been rightly been mentioned for this querry of yours if you can clearly explain as to what message type are you using and for what purpose i can send you with documentation with steps to you.At the end of the day you will be posting idocs so that the data is being reflected in the segments .The things to be noted down is :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Maintain Partner Profile(we20) which is the sender system are you using ?&lt;/P&gt;&lt;P&gt;2.If the satus is 53 it is sucess(green ) else 64(being processed-yellow) or 51(error-red)&lt;/P&gt;&lt;P&gt;3.If you trigger by workflow than you have to use Message Variant .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                 If you are ok or incase do face any issues please do reply to the forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Somnath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jul 2008 09:05:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-30T09:05:40Z</dc:date>
    <item>
      <title>process code for inbound idoc's</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code-for-inbound-idoc-s/m-p/4260296#M1016737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi  friend,&lt;/P&gt;&lt;P&gt;i want to create a zprocess code for inbound idoc's pls i want to step or code.&lt;/P&gt;&lt;P&gt;regrads and thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 08:08:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code-for-inbound-idoc-s/m-p/4260296#M1016737</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T08:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: process code for inbound idoc's</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code-for-inbound-idoc-s/m-p/4260297#M1016738</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 follow the below steps to create a Zprocess code:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create the function module&lt;/P&gt;&lt;P&gt;2. Maintain the entry in WE57 transaction like message type, basic type and function module name&lt;/P&gt;&lt;P&gt;3. You need to define the setting for the function module in BD51&lt;/P&gt;&lt;P&gt;4. Create the inbound process code in WE42 transaction.&lt;/P&gt;&lt;P&gt;5. Now you create the partner profile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope I am clear for you, to finish of the process on your own.&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>Wed, 30 Jul 2008 08:17:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code-for-inbound-idoc-s/m-p/4260297#M1016738</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T08:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: process code for inbound idoc's</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code-for-inbound-idoc-s/m-p/4260298#M1016739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a Process Code u2013 Transaction WE42 &lt;/P&gt;&lt;P&gt;Create a new Process Code  &lt;/P&gt;&lt;P&gt;Select Processing with ALE Service &lt;/P&gt;&lt;P&gt;Choose Processing type as Processing by function module &lt;/P&gt;&lt;P&gt;Save the entry &lt;/P&gt;&lt;P&gt;On the next screen, select your function module from the list &lt;/P&gt;&lt;P&gt;Save the changes &lt;/P&gt;&lt;P&gt;Now you will be taken to the next screen &lt;/P&gt;&lt;P&gt;Double-click on Logical message &lt;/P&gt;&lt;P&gt;In the Assignment to logical message, specify the message type .&lt;/P&gt;&lt;P&gt;Save the changes &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.riyaz.net/blog/index.php/2008/01/20/beginners-guide-to-ale-and-idocs-part-iii/" target="test_blank"&gt;http://www.riyaz.net/blog/index.php/2008/01/20/beginners-guide-to-ale-and-idocs-part-iii/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 08:45:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code-for-inbound-idoc-s/m-p/4260298#M1016739</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T08:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: process code for inbound idoc's</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code-for-inbound-idoc-s/m-p/4260299#M1016740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  refer to the link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/04/25fbd39e3511d188da0000e8216438/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/04/25fbd39e3511d188da0000e8216438/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With luck,&lt;/P&gt;&lt;P&gt;Pritam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 08:52:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code-for-inbound-idoc-s/m-p/4260299#M1016740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T08:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: process code for inbound idoc's</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code-for-inbound-idoc-s/m-p/4260300#M1016741</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;Are you using the customised idoc i:e message type .I hope most of the data transfer techniques always has a standard message type and if you are using one such than you can check in transaction we42(inbound process code) .All the steps have been rightly been mentioned for this querry of yours if you can clearly explain as to what message type are you using and for what purpose i can send you with documentation with steps to you.At the end of the day you will be posting idocs so that the data is being reflected in the segments .The things to be noted down is :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Maintain Partner Profile(we20) which is the sender system are you using ?&lt;/P&gt;&lt;P&gt;2.If the satus is 53 it is sucess(green ) else 64(being processed-yellow) or 51(error-red)&lt;/P&gt;&lt;P&gt;3.If you trigger by workflow than you have to use Message Variant .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                 If you are ok or incase do face any issues please do reply to the forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Somnath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 09:05:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code-for-inbound-idoc-s/m-p/4260300#M1016741</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T09:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: process code for inbound idoc's</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code-for-inbound-idoc-s/m-p/4260301#M1016742</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;Are you using the customised idoc i:e message type .I hope most of the data transfer techniques always has a standard message type and if you are using one such than you can check in transaction we42(inbound process code) .All the steps have been rightly been mentioned for this querry of yours if you can clearly explain as to what message type are you using and for what purpose i can send you with documentation with steps to you.At the end of the day you will be posting idocs so that the data is being reflected in the segments .The things to be noted down is :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Maintain Partner Profile(we20) which is the sender system are you using ?&lt;/P&gt;&lt;P&gt;2.If the satus is 53 it is sucess(green ) else 64(being processed-yellow) or 51(error-red)&lt;/P&gt;&lt;P&gt;3.If you trigger by workflow than you have to use Message Variant .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                 If you are ok or incase do face any issues please do reply to the forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Somnath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 09:05:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code-for-inbound-idoc-s/m-p/4260301#M1016742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T09:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: process code for inbound idoc's</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code-for-inbound-idoc-s/m-p/4260302#M1016743</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;  Inbound Idoc can be created in we42 transaction code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u need any further information regading this plz let me know..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Jayan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 09:13:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code-for-inbound-idoc-s/m-p/4260302#M1016743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T09:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: process code for inbound idoc's</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code-for-inbound-idoc-s/m-p/4260303#M1016744</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;Create a Process Code u2013 Transaction WE42 &lt;/P&gt;&lt;P&gt;Create a new Process Code &lt;/P&gt;&lt;P&gt;Select Processing with ALE Service &lt;/P&gt;&lt;P&gt;Choose Processing type as Processing by function module &lt;/P&gt;&lt;P&gt;Save the entry &lt;/P&gt;&lt;P&gt;On the next screen, select your function module from the list &lt;/P&gt;&lt;P&gt;Save the changes &lt;/P&gt;&lt;P&gt;Now you will be taken to the next screen &lt;/P&gt;&lt;P&gt;Double-click on Logical message &lt;/P&gt;&lt;P&gt;In the Assignment to logical message, specify the message type .&lt;/P&gt;&lt;P&gt;Save the changes &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;venu.T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 09:16:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code-for-inbound-idoc-s/m-p/4260303#M1016744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T09:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: process code for inbound idoc's</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code-for-inbound-idoc-s/m-p/4260304#M1016745</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;Create a Process Code u2013 Transaction WE42 &lt;/P&gt;&lt;P&gt;Create a new Process Code &lt;/P&gt;&lt;P&gt;Select Processing with ALE Service &lt;/P&gt;&lt;P&gt;Choose Processing type as Processing by function module &lt;/P&gt;&lt;P&gt;Save the entry &lt;/P&gt;&lt;P&gt;On the next screen, select your function module from the list &lt;/P&gt;&lt;P&gt;Save the changes &lt;/P&gt;&lt;P&gt;Now you will be taken to the next screen &lt;/P&gt;&lt;P&gt;Double-click on Logical message &lt;/P&gt;&lt;P&gt;In the Assignment to logical message, specify the message type .&lt;/P&gt;&lt;P&gt;Save the changes &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;venu.T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 09:17:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code-for-inbound-idoc-s/m-p/4260304#M1016745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T09:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: process code for inbound idoc's</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code-for-inbound-idoc-s/m-p/4260305#M1016746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go to  WE42 ---&amp;gt;choose to Create a new Process Code &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----" /&gt;&lt;P&gt;&amp;gt; Processing by function module &lt;/P&gt;&lt;P&gt;Save it--&lt;DEL&gt;&lt;/DEL&gt;&lt;/P&gt;&lt;HR originaltext="------" /&gt;&amp;gt;get fm from f4--&lt;P&gt;&lt;/P&gt;&lt;HR originaltext="-------" /&gt;&lt;P&gt;&amp;gt;Save -&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;&amp;gt;&lt;/P&gt;&lt;P&gt; click -&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;&amp;gt; Logical message -&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;&amp;gt;logical system ,type .&lt;/P&gt;&lt;P&gt;Save  it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 13:34:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code-for-inbound-idoc-s/m-p/4260305#M1016746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T13:34:52Z</dc:date>
    </item>
  </channel>
</rss>

