<?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: Adding fields to custom idoc type in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-custom-idoc-type/m-p/7315015#M1536071</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;'The release of basis type cannot be reset'&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this means Idoc definition is released in the old version and the your system current release is higher.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to create a successor as suggested in the above reply and add new fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Sep 2010 05:56:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-20T05:56:15Z</dc:date>
    <item>
      <title>Adding fields to custom idoc type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-custom-idoc-type/m-p/7315013#M1536069</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;i have a query regarding adding fields to custom idoc type.&lt;/P&gt;&lt;P&gt;To add fields to custom idoc type we are trying to cancel the release from we30, but we are facing error that 'The release of basis type cannot be reset'&lt;/P&gt;&lt;P&gt;When we are trying to cancel release from we31we are facing error 'Error while ressting release of segment z type'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest the solution to add fields in basic idoc type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Farheen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 06:41:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-custom-idoc-type/m-p/7315013#M1536069</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-17T06:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Adding fields to custom idoc type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-custom-idoc-type/m-p/7315014#M1536070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do not use Cancel Release. Create new IDoc and use successor of the previous one, then add your new fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update logic for your new field if is required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 15:30:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-custom-idoc-type/m-p/7315014#M1536070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-17T15:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Adding fields to custom idoc type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-custom-idoc-type/m-p/7315015#M1536071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;'The release of basis type cannot be reset'&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this means Idoc definition is released in the old version and the your system current release is higher.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to create a successor as suggested in the above reply and add new fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Sep 2010 05:56:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-custom-idoc-type/m-p/7315015#M1536071</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-20T05:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Adding fields to custom idoc type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-custom-idoc-type/m-p/7315016#M1536072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Reason that you are getting these errors is that you cannot cancel&lt;/P&gt;&lt;P&gt;the release of an extension made in previous version . Instead you have to create a new extension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.It is not possible to change a segment definition which is released in a&lt;/P&gt;&lt;P&gt;lower release. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.You must create a new segment definition for the new release e.g. 620 with a new segment&lt;/P&gt;&lt;P&gt;field with the appropriate length.&lt;/P&gt;&lt;P&gt; In transaction WE20, outbound parameters, you can specify &lt;/P&gt;&lt;P&gt;the "segment release in IDoc type" for the communication.&lt;/P&gt;&lt;P&gt; Please read the F1 help of this field for further information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.For your own segments you can define a new version of the segment &lt;/P&gt;&lt;P&gt;tcode  WE31 -&amp;gt; Add Version &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 09:37:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-custom-idoc-type/m-p/7315016#M1536072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-21T09:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Adding fields to custom idoc type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-custom-idoc-type/m-p/7315017#M1536073</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;For adding the new fields to IDOC segments, we need to consider the version changes... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Custom idoc is created in the 4.7 version and now ur server is upgraded to ECC 6 in that case , we cant just say cancel   release which is already released.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Instead of that we need to create the new definition with the latest version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bharani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 09:55:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-custom-idoc-type/m-p/7315017#M1536073</guid>
      <dc:creator>BH2408</dc:creator>
      <dc:date>2010-09-21T09:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Adding fields to custom idoc type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-custom-idoc-type/m-p/7315018#M1536074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Farheen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For just adding a new extra field its easy to Add version for your old Z* Segment (Shift+F5) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your own segments you can define a new version of the segment &lt;/P&gt;&lt;P&gt;tcode WE31 -&amp;gt; Menu Segment -&amp;gt; Add Version ... then add your new field and save it, then release it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Zahid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Dec 2010 15:34:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-custom-idoc-type/m-p/7315018#M1536074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-08T15:34:31Z</dc:date>
    </item>
  </channel>
</rss>

