<?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 Process code? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/5097062#M1182952</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;What is the use of the Process code in idoc concept and what is action it will do ...&lt;/P&gt;&lt;P&gt;please give clear about process code........for both the direction inbound and outbound.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;Santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Jan 2009 04:49:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-28T04:49:10Z</dc:date>
    <item>
      <title>Process code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/5097062#M1182952</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;What is the use of the Process code in idoc concept and what is action it will do ...&lt;/P&gt;&lt;P&gt;please give clear about process code........for both the direction inbound and outbound.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;Santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 04:49:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/5097062#M1182952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-28T04:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Process code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/5097063#M1182953</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;Process code wil populate data into Function module  in Inbound IDOC and the same thing in Outbound side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks n regds,&lt;/P&gt;&lt;P&gt;Sree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 04:51:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/5097063#M1182953</guid>
      <dc:creator>former_member125931</dc:creator>
      <dc:date>2009-01-28T04:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Process code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/5097064#M1182954</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;Process Codes are used in both ALE and EDI framework to identify the function module or API (Application Programming Interface) to be invoked for subsequent processing. Inbound as well as outbound interfaces use process code but for different purposes. Outbound process codes are stored in table TEDE1, while inbound process codes are stored in TEDE2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more info on Inbound and Outbound functionality of process codes, its better if you search the forums so that you get much data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 04:52:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/5097064#M1182954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-28T04:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Process code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/5097065#M1182955</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;In the partner profiles, the processing is never addressed directly but rather always using a process code. You can therefore replace an old process with a new one for any number of partners by assigning the existing process code to the new process.&lt;/P&gt;&lt;P&gt;Two types of process code are used in conjunction with the partner profiles:&lt;/P&gt;&lt;P&gt;      Outbound Process Code  - if you are using outbound processing under Message Control, the IDoc is generated in the IDoc Interface. The process code names the relevant function module.&lt;/P&gt;&lt;P&gt;      Inbound Process Code - names the function module or workflow which reads the IDoc data and transfers the data to the application document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 05:00:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/5097065#M1182955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-28T05:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Process code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/5097066#M1182956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Plz &lt;STRONG&gt;SEARCH&lt;/STRONG&gt; in SCN before posting basic questions.you will get so &lt;/P&gt;&lt;P&gt;many posts like these.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[What is process code?|https://forums.sdn.sap.com/click.jspa?searchID=21506364&amp;amp;messageID=1486134]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 05:12:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/5097066#M1182956</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2009-01-28T05:12:51Z</dc:date>
    </item>
  </channel>
</rss>

