<?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/3998647#M955366</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please tell how can we know the  process code for the basic  type of idoc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jun 2008 10:33:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-16T10:33:55Z</dc:date>
    <item>
      <title>Process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/3998647#M955366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please tell how can we know the  process code for the basic  type of idoc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 10:33:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/3998647#M955366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T10:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/3998648#M955367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/04/25fbd69e3511d188da0000e8216438/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/04/25fbd69e3511d188da0000e8216438/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 10:35:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/3998648#M955367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T10:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/3998649#M955368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Process code links the IDoc Logical Message and Basic Types to the &lt;/P&gt;&lt;P&gt;function module that will process it. These can be viewed in WE64. You'll &lt;/P&gt;&lt;P&gt;note that standard SAP treats MBGMCR as an inbound IDoc and includes 3 &lt;/P&gt;&lt;P&gt;process codes: ED00, ED00_XML and ED08, which all link to Tasks. MBGMCR is a &lt;/P&gt;&lt;P&gt;BAPI transformed into an IDoc and has no customer exits, although SAP does &lt;/P&gt;&lt;P&gt;recommend using it to post inventory. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it's not set up for outbound processing. You would need to create a &lt;/P&gt;&lt;P&gt;custom OB Process Code. The assignment of the Process Code to the message &lt;/P&gt;&lt;P&gt;type for outbound is done in WE41, which links the process code to the &lt;/P&gt;&lt;P&gt;function to the logical message type through a number of tables through view &lt;/P&gt;&lt;P&gt;VEDI_TMSG1. The main table linking the Process Code to the IDoc outbound &lt;/P&gt;&lt;P&gt;function is TEDE1. TMSG1 links the Process Code to the Logical Message Type. You'll note that there is no link &lt;/P&gt;&lt;P&gt;between MBGMCR and any outbound Process Code and function module. So it appears that you'll also need to create a custom outbound processing &lt;/P&gt;&lt;P&gt;function or Task to handle pulling the data to populate your IDoc. &lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;karthik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward me if useful&lt;/P&gt;&lt;P&gt;_____&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 10:36:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/3998649#M955368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T10:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: Process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/3998650#M955369</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;check these transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WE41 - outbound process code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WE42 - inbound process code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if hlpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 10:36:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/3998650#M955369</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-06-16T10:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/3998651#M955370</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;Choose SAP Menu -&amp;gt; Tools -&amp;gt; IDoc Interface/ALE -&amp;gt; Development -&amp;gt; Inbound Processing -&amp;gt; Process Code (WE42), or navigate to Inbound Processing Process Code, and then New Entries. &lt;/P&gt;&lt;P&gt;Enter a process code, a description and your new standard task in the Identification field . Choose the options processing by task and, for example, Processing without ALE and save your entries. &lt;/P&gt;&lt;P&gt;Choose the Logical Message navigation. &lt;/P&gt;&lt;P&gt;Choose New entries. &lt;/P&gt;&lt;P&gt;Enter the message type and the process code and save your entries. &lt;/P&gt;&lt;P&gt;The F4 possible entries in the partner profiles can now provide your process code from your message type, that is, the business view. You can also restrict this help on the screen to specific message variants or functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward pts if useful.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;regards&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;- Rishika&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 10:52:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/3998651#M955370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T10:52:32Z</dc:date>
    </item>
  </channel>
</rss>

