<?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: Unable to extend basic idoc type: COD_FUNCTIONAL_LOCATION_SAVE01 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-extend-basic-idoc-type-cod-functional-location-save01/m-p/665191#M29066</link>
    <description>&lt;P&gt;Hello, Raymond.&lt;/P&gt;&lt;P&gt;Could you be more specific? Can you give us a step by step solution?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;</description>
    <pubDate>Wed, 06 Feb 2019 15:15:51 GMT</pubDate>
    <dc:creator>former_member602035</dc:creator>
    <dc:date>2019-02-06T15:15:51Z</dc:date>
    <item>
      <title>Unable to extend basic idoc type: COD_FUNCTIONAL_LOCATION_SAVE01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-extend-basic-idoc-type-cod-functional-location-save01/m-p/665188#M29063</link>
      <description>&lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;I am working on C4C integration with IS-U project.Our current requirement is to push the ‘Functional Location’ data from ECC to C4C via PO.This also includes enhanced custom data. &lt;/P&gt;
  &lt;P&gt;To enable the custom data to pass, I am trying to extend the basic Idoc type &lt;STRONG&gt;‘COD_FUNCTIONAL_LOCATION_SAVE01’. &lt;/STRONG&gt;(Tcode:WE30) and I experience that this extension is not allowed.&lt;/P&gt;
  &lt;P&gt;Please find the steps.&lt;/P&gt;
  &lt;OL&gt; 
   &lt;LI&gt;Execute Tcode WE30 and enter the EXTN object name start with Z*&lt;/LI&gt;
   &lt;LI&gt;Entered Linked basic type ‘‘COD_FUNCTIONAL_LOCATION_SAVE01’ and entered the description.&lt;/LI&gt;
  &lt;/OL&gt;
  &lt;P&gt;3. Got the error ‘Action is not possible for the generated idoc type’&lt;/P&gt;Please let me know if there is any solution for mentioned issue.</description>
      <pubDate>Thu, 08 Mar 2018 10:34:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-extend-basic-idoc-type-cod-functional-location-save01/m-p/665188#M29063</guid>
      <dc:creator>Subhasis</dc:creator>
      <dc:date>2018-03-08T10:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to extend basic idoc type: COD_FUNCTIONAL_LOCATION_SAVE01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-extend-basic-idoc-type-cod-functional-location-save01/m-p/665189#M29064</link>
      <description>&lt;P&gt;You cannot extend a generated Idoc. Usual solution should be to extend the BAPI behind:&lt;/P&gt;
  &lt;UL&gt;
   &lt;LI&gt;(SE80) Create a ZBAPI copy FM, add new fields, map it to SAP BAPI using some EXTENSION and/or BAdI concept &lt;/LI&gt;
   &lt;LI&gt;(SWO1) Create a new BOR where your method will redefine/superced the original one. &lt;/LI&gt;
   &lt;LI&gt;(BDBG) to generate ALE interface from new method, new message type and Idoc should be generated.&lt;/LI&gt;
  &lt;/UL&gt;</description>
      <pubDate>Thu, 08 Mar 2018 15:00:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-extend-basic-idoc-type-cod-functional-location-save01/m-p/665189#M29064</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2018-03-08T15:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to extend basic idoc type: COD_FUNCTIONAL_LOCATION_SAVE01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-extend-basic-idoc-type-cod-functional-location-save01/m-p/665190#M29065</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;Same issue here, but in my case the basic idoc type is COD_REPLICATE_SALES_ORDER01. It is a generated Idoc and I can't create a extension to it.
It seams that the process is not so simple like said previously.&lt;/P&gt;&lt;P&gt;Whould some one create a step by step solution for us?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 15:13:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-extend-basic-idoc-type-cod-functional-location-save01/m-p/665190#M29065</guid>
      <dc:creator>former_member602035</dc:creator>
      <dc:date>2019-02-06T15:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to extend basic idoc type: COD_FUNCTIONAL_LOCATION_SAVE01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-extend-basic-idoc-type-cod-functional-location-save01/m-p/665191#M29066</link>
      <description>&lt;P&gt;Hello, Raymond.&lt;/P&gt;&lt;P&gt;Could you be more specific? Can you give us a step by step solution?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 15:15:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-extend-basic-idoc-type-cod-functional-location-save01/m-p/665191#M29066</guid>
      <dc:creator>former_member602035</dc:creator>
      <dc:date>2019-02-06T15:15:51Z</dc:date>
    </item>
  </channel>
</rss>

