<?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 using of outbound process code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-of-outbound-process-code/m-p/6779214#M1464217</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all ,&lt;/P&gt;&lt;P&gt; My querry is as follows , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as we know we  send the material master data by using bd10 stand alone program .and we will get the materail master data by using inbound program bd11 , in inbound program we are using inbound processcode  DEBM , and we are attatching this process code to inbound function moudle .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but my question is when we will make use of outbound process code . in outbound program we  read the data from databse and to populate into data segments of idoc . then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when we   use outbound process code can u expalin with one scnerao?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Apr 2010 16:23:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-04-12T16:23:48Z</dc:date>
    <item>
      <title>using of outbound process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-of-outbound-process-code/m-p/6779214#M1464217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all ,&lt;/P&gt;&lt;P&gt; My querry is as follows , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as we know we  send the material master data by using bd10 stand alone program .and we will get the materail master data by using inbound program bd11 , in inbound program we are using inbound processcode  DEBM , and we are attatching this process code to inbound function moudle .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but my question is when we will make use of outbound process code . in outbound program we  read the data from databse and to populate into data segments of idoc . then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when we   use outbound process code can u expalin with one scnerao?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Apr 2010 16:23:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-of-outbound-process-code/m-p/6779214#M1464217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-12T16:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: using of outbound process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-of-outbound-process-code/m-p/6779215#M1464218</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;Your outbound program(FM) is linked to outbound process code which inturn linked to your message type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Apr 2010 17:02:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-of-outbound-process-code/m-p/6779215#M1464218</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2010-04-12T17:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: using of outbound process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-of-outbound-process-code/m-p/6779216#M1464219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well. It's a good question. I don' t think, we use process codes for outbound master data (like material, customer,..) and we only use process codes for outbound transactional data (like Sales Order,Delivery note, Purchase Order,...) . And in case of inbound, both master and transactional data use process codes which is assigned in partner profiles WE20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, DEBM is the process code for customer master which is used in inbound not outbound. As you said, there is always a standalone program for master data outbound. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And regarding BD11, it is used in the receiver system to read the IDOCs from the sender system and creates material in receiver system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can take the scenario of sending the delivery document to the partner system using process code DELV. Process code DELV is assigned in partner profiles -&amp;gt; messages. When ever the delivery document created, it posts an idoc to the partner system through output types and messages without any standalone program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program RSNAST00 is used to post all the output messages as idocs for all transactional data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Asik Shameem on Apr 12, 2010 9:32 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Apr 2010 17:53:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-of-outbound-process-code/m-p/6779216#M1464219</guid>
      <dc:creator>asik_shameem</dc:creator>
      <dc:date>2010-04-12T17:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: using of outbound process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-of-outbound-process-code/m-p/6779217#M1464220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi asik saleem , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for ur anser . and can u explain how to send the deliviery document (ie transactional data) by using idoc . i mean how can we send trasctional data to the partner system . can u explain with steps .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Apr 2010 04:20:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-of-outbound-process-code/m-p/6779217#M1464220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-13T04:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: using of outbound process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-of-outbound-process-code/m-p/6779218#M1464221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vinod thanks for ur anser . but we are wrinting the in abap program in se38 .and can u let me know can we write the outbound program in funcion module also ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Apr 2010 04:22:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-of-outbound-process-code/m-p/6779218#M1464221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-13T04:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: using of outbound process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-of-outbound-process-code/m-p/6779219#M1464222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can Create the Outbound IDOC using the function module "MASTER_IDOC_DISTRIBUTE".  You can call this function module inside your abap program (SE38) and schedule it if you want to trigger idoc periodically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to create the IDOC real time, say at the time of creation of delivery, you have to do following steps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Create the Output type (T-code NACE)&lt;/P&gt;&lt;P&gt;   1.a) Set dispatch time = 4 (Send immediately - while saving transaction)&lt;/P&gt;&lt;P&gt;   1.b) Transmission medium = A (Distribution ALE)&lt;/P&gt;&lt;P&gt;   1.c) Processing Routine - Processing 1 -&amp;gt; Program = RSNASTED , form_routine = ALE_PROCESSING&lt;/P&gt;&lt;P&gt;2) Do the partner profile settings in WE20&lt;/P&gt;&lt;P&gt;   2.a) Specify Outbound Message type, basic type &amp;amp; Port&lt;/P&gt;&lt;P&gt;   2.b) Specify output tyep defined in step1, and process code (Process code should be assiged to a function module which will  trigger outbound IDOC (Eg. ME10 - For purchase Order, You can create your own Process code and function module if there is a custom requirement.&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>Tue, 13 Apr 2010 04:44:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-of-outbound-process-code/m-p/6779219#M1464222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-13T04:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: using of outbound process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-of-outbound-process-code/m-p/6779220#M1464223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally the outbound process code will use for Transactional data only.&lt;/P&gt;&lt;P&gt;It will be in Message Control Tab (WE20-Partner profile).&lt;/P&gt;&lt;P&gt;For Outbound master data we go for Message type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Apr 2010 04:54:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-of-outbound-process-code/m-p/6779220#M1464223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-13T04:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: using of outbound process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-of-outbound-process-code/m-p/6779221#M1464224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check in we57 &lt;/P&gt;&lt;P&gt;you will get to know how it is linked&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;S.Janagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Apr 2010 04:56:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-of-outbound-process-code/m-p/6779221#M1464224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-13T04:56:55Z</dc:date>
    </item>
  </channel>
</rss>

