<?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: How to extend the basic IDOC type COD_REPLICATE_SALES_ORDER01 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-extend-the-basic-idoc-type-cod-replicate-sales-order01/m-p/533222#M19509</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
  &lt;P&gt;Basically :&lt;/P&gt;
  &lt;P&gt;- WE31 : create a new segment (ZCOD_REP_SO01_S1 for example) with only new fields you want to add. Edit &amp;gt; Set release.&lt;/P&gt;
  &lt;P&gt;- WE30 : create a new extension (ZCOD_REP_SALES_ORDER01_E1 for example) with basic type COD_REPLICATE_SALES_ORDER01. Add segment ZCOD_REP_SO01_S1 in it. Release.&lt;/P&gt;
  &lt;P&gt;Then 2 possible ways to perform (as fas as I know as I only dealt with HR Idocs): &lt;/P&gt;
  &lt;P&gt;Not recommended : change standard scenario&lt;/P&gt;
  &lt;P&gt;-WE82 : change message type COD_REPLICATE_SALES_ORDER01 entry to add extension ZCOD_REP_SALES_ORDER01_E1&lt;/P&gt;
  &lt;P&gt;- Change your program/scenario to fill new fields in COD_REPLICATE_SALES_ORDER01 idoc. Have a look at BD60 entry to know FM used (and debug the very end of it until you find a enhancement spot where to fill your new fields).&lt;BR /&gt;&lt;/P&gt;
  &lt;P&gt;Best practice : replace by a new scenario.&lt;/P&gt;
  &lt;P&gt;- First have a look at transactions SPRO and SALE. May be there is a detailed article about what you want to do.&lt;/P&gt;
  &lt;P&gt;- WE81 : create a new message type ZCOD_REPLICATE_SALES_ORDER01&lt;/P&gt;
  &lt;P&gt;-WE82 : copy message type COD_REPLICATE_SALES_ORDER01 entry to ZCOD_REPLICATE_SALES_ORDER01. Add extension ZCOD_REP_SALES_ORDER01_E1.&lt;/P&gt;
  &lt;P&gt;-BD60/WE57/WE42 : copy message type COD_REPLICATE_SALES_ORDER01 entry to ZCOD_REPLICATE_SALES_ORDER01 and modify to fit your new scenario (copy actual FM used for COD_REPLICATE_SALES_ORDER01 into Z* and modify them to fill your new fields)&lt;/P&gt;
  &lt;P&gt;That's barely all I can say. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
  &lt;P&gt;Best regards&lt;/P&gt;
  &lt;P&gt;Bertrand&lt;/P&gt;</description>
    <pubDate>Wed, 23 Aug 2017 08:17:48 GMT</pubDate>
    <dc:creator>bertrand_delvallee</dc:creator>
    <dc:date>2017-08-23T08:17:48Z</dc:date>
    <item>
      <title>How to extend the basic IDOC type COD_REPLICATE_SALES_ORDER01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-extend-the-basic-idoc-type-cod-replicate-sales-order01/m-p/533220#M19507</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;
  &lt;P&gt;I have a requirement where I have to extend basic IDOC type &lt;STRONG&gt;COD_REPLICATE_SALES_ORDER01. &lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;This IDOC is generated and hence does not allow doing that. Also request you to tell how can we pass multiple data to extended IDOC.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2017 21:09:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-extend-the-basic-idoc-type-cod-replicate-sales-order01/m-p/533220#M19507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-08-22T21:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to extend the basic IDOC type COD_REPLICATE_SALES_ORDER01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-extend-the-basic-idoc-type-cod-replicate-sales-order01/m-p/533221#M19508</link>
      <description>&lt;P&gt;To extend any basic IDoc type (of course it should be generated anyway), create an Extension Type in transaction WE30.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 06:20:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-extend-the-basic-idoc-type-cod-replicate-sales-order01/m-p/533221#M19508</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2017-08-23T06:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to extend the basic IDOC type COD_REPLICATE_SALES_ORDER01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-extend-the-basic-idoc-type-cod-replicate-sales-order01/m-p/533222#M19509</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
  &lt;P&gt;Basically :&lt;/P&gt;
  &lt;P&gt;- WE31 : create a new segment (ZCOD_REP_SO01_S1 for example) with only new fields you want to add. Edit &amp;gt; Set release.&lt;/P&gt;
  &lt;P&gt;- WE30 : create a new extension (ZCOD_REP_SALES_ORDER01_E1 for example) with basic type COD_REPLICATE_SALES_ORDER01. Add segment ZCOD_REP_SO01_S1 in it. Release.&lt;/P&gt;
  &lt;P&gt;Then 2 possible ways to perform (as fas as I know as I only dealt with HR Idocs): &lt;/P&gt;
  &lt;P&gt;Not recommended : change standard scenario&lt;/P&gt;
  &lt;P&gt;-WE82 : change message type COD_REPLICATE_SALES_ORDER01 entry to add extension ZCOD_REP_SALES_ORDER01_E1&lt;/P&gt;
  &lt;P&gt;- Change your program/scenario to fill new fields in COD_REPLICATE_SALES_ORDER01 idoc. Have a look at BD60 entry to know FM used (and debug the very end of it until you find a enhancement spot where to fill your new fields).&lt;BR /&gt;&lt;/P&gt;
  &lt;P&gt;Best practice : replace by a new scenario.&lt;/P&gt;
  &lt;P&gt;- First have a look at transactions SPRO and SALE. May be there is a detailed article about what you want to do.&lt;/P&gt;
  &lt;P&gt;- WE81 : create a new message type ZCOD_REPLICATE_SALES_ORDER01&lt;/P&gt;
  &lt;P&gt;-WE82 : copy message type COD_REPLICATE_SALES_ORDER01 entry to ZCOD_REPLICATE_SALES_ORDER01. Add extension ZCOD_REP_SALES_ORDER01_E1.&lt;/P&gt;
  &lt;P&gt;-BD60/WE57/WE42 : copy message type COD_REPLICATE_SALES_ORDER01 entry to ZCOD_REPLICATE_SALES_ORDER01 and modify to fit your new scenario (copy actual FM used for COD_REPLICATE_SALES_ORDER01 into Z* and modify them to fill your new fields)&lt;/P&gt;
  &lt;P&gt;That's barely all I can say. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
  &lt;P&gt;Best regards&lt;/P&gt;
  &lt;P&gt;Bertrand&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 08:17:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-extend-the-basic-idoc-type-cod-replicate-sales-order01/m-p/533222#M19509</guid>
      <dc:creator>bertrand_delvallee</dc:creator>
      <dc:date>2017-08-23T08:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to extend the basic IDOC type COD_REPLICATE_SALES_ORDER01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-extend-the-basic-idoc-type-cod-replicate-sales-order01/m-p/533223#M19510</link>
      <description>&lt;P&gt;Hello, Bertrand.&lt;/P&gt;&lt;P&gt;We can't extend IDoc types that are part of generated interfaces using transaction BDBG or 
BDFG. In this case, there is the SAP note 1579037 that give us the right solution.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eduardo Pagoto&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 11:45:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-extend-the-basic-idoc-type-cod-replicate-sales-order01/m-p/533223#M19510</guid>
      <dc:creator>former_member602035</dc:creator>
      <dc:date>2019-01-30T11:45:38Z</dc:date>
    </item>
  </channel>
</rss>

