<?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: Moving an Table APPEND into an INCLUDE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-an-table-append-into-an-include/m-p/1697623#M305978</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uwe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tried that and on my test Z Table it worked withouth loosing data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does force an activate when you delete the original Append structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then did on EKKO ... but this time the data was lost.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in the end I've had to write a backup  program to store the data in the Z fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Nov 2006 09:37:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-01T09:37:48Z</dc:date>
    <item>
      <title>Moving an Table APPEND into an INCLUDE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-an-table-append-into-an-include/m-p/1697619#M305974</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;On an old R/3 system we appended this structure to EKKO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.APPEND	ZAEKKO	STRU	0&lt;/P&gt;&lt;P&gt;ZZPRIORITY	CHAR2	CHAR	2&lt;/P&gt;&lt;P&gt;ZZREPORTEDBY	CHAR40	CHAR	40&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We upgrade the R/3 system to ECC and had to INCLUDE the  "Customer Include for EKKO" like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.INCLUDE	CI_EKKODB	STRU	0&lt;/P&gt;&lt;P&gt;RELEASER1	XUBNAME	CHAR	12&lt;/P&gt;&lt;P&gt;RELEASER2	XUBNAME	CHAR	12&lt;/P&gt;&lt;P&gt;RELEASER3	XUBNAME	CHAR	12&lt;/P&gt;&lt;P&gt;RELEASER4	XUBNAME	CHAR	12&lt;/P&gt;&lt;P&gt;RELEASER5	XUBNAME	CHAR	12&lt;/P&gt;&lt;P&gt;RELEASER6	XUBNAME	CHAR	12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So EKKO now has both the new way of adding new fields to a database table and the old way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUT I want to move the old append ZAEKKO to the include.  How do I do this withouth loosing data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only suggestion I've come up with is:&lt;/P&gt;&lt;P&gt;i) Create a new Append with the same fields in the old append, add this new append to the include - but don't activate.  Then delete the old append in SE11 - which reactivates the table, then activate the include with the new append with the same field names.  This sort of works on DEV but I'm sure i'll loose data when I transport these changes one at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 16:28:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-an-table-append-into-an-include/m-p/1697619#M305974</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T16:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Moving an Table APPEND into an INCLUDE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-an-table-append-into-an-include/m-p/1697620#M305975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through the following &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Go To SE11&lt;/P&gt;&lt;P&gt;2. Select the radio button "Data Type"&lt;/P&gt;&lt;P&gt;3. Enter the structure name "ZXXX" &lt;/P&gt;&lt;P&gt;4. Click create button&lt;/P&gt;&lt;P&gt;5. Dialog box will appear&lt;/P&gt;&lt;P&gt;5. Select the radio button "Structure" from that dialog &lt;/P&gt;&lt;P&gt;6. A new screen "Dictionary: Maintain Structure" will appear&lt;/P&gt;&lt;P&gt;7. Enter the short description&lt;/P&gt;&lt;P&gt;8. Create components ( means fields ) by clicking Buit-in type / component button.&lt;/P&gt;&lt;P&gt;Built-in means SAP standard DATA types&lt;/P&gt;&lt;P&gt;Components means using existing Domain/Data element&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;Component: ABC &lt;/P&gt;&lt;P&gt;data Type: CHAR&lt;/P&gt;&lt;P&gt;9. Now click the save button (Control + S)&lt;/P&gt;&lt;P&gt;10. Click the "Activate" button (Control + F3)&lt;/P&gt;&lt;P&gt;11. Now your structure is ready to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;In your case you can go for Component type to declare the fields. &lt;/P&gt;&lt;P&gt;Since you have EMATN, EKTEK and VERKF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sreeni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 18:05:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-an-table-append-into-an-include/m-p/1697620#M305975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T18:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Moving an Table APPEND into an INCLUDE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-an-table-append-into-an-include/m-p/1697621#M305976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sreeni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I probably didn't phrase my question properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table EKKO looks like &lt;/P&gt;&lt;P&gt;&amp;#133;		&lt;/P&gt;&lt;P&gt;&amp;#133;		&lt;/P&gt;&lt;P&gt;RLWRT	RLWRT	Total value at time of release&lt;/P&gt;&lt;P&gt;REVNO	REVNO	Version number in Purchasing&lt;/P&gt;&lt;P&gt;.INCLUDE	CI_EKKODB	Customer Include for EKKO&lt;/P&gt;&lt;P&gt;RELEASER1	XUBNAME	User Name in User Master Record&lt;/P&gt;&lt;P&gt;RELEASER2	XUBNAME	User Name in User Master Record&lt;/P&gt;&lt;P&gt;RELEASER3	XUBNAME	User Name in User Master Record&lt;/P&gt;&lt;P&gt;RELEASER4	XUBNAME	User Name in User Master Record&lt;/P&gt;&lt;P&gt;RELEASER5	XUBNAME	User Name in User Master Record&lt;/P&gt;&lt;P&gt;RELEASER6	XUBNAME	User Name in User Master Record&lt;/P&gt;&lt;P&gt;.APPEND	ZAEKKO	Extension for the MTM surveyors solution&lt;/P&gt;&lt;P&gt;ZZPRIORITY	CHAR2	Version Number Component&lt;/P&gt;&lt;P&gt;ZZREPORTEDBY	CHAR40	Character field of length 40&lt;/P&gt;&lt;P&gt;ZZSERVTICK_DOC	ZZSERVTICK_DOCNUM	Service Ticket Doc Number from CRM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to move append ZAEKKO (or its three Z fields) into Include CI_EKKODB (without loosing data).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't move ZAEKKO into CI_EKKODB since it it already appended to table EKKO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't create the three Z fields in CI_EKKODB since they already exist on EKKO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can create a new append ZAEKKO2, add the three Z fields and activate it.  But then when I include this in CI_EKKODB and activate it - you can't since EKKO has this include and already has the 3 Z fields &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can do the above step but delete ZAEKKO from EKKO before activating the new version of CI_EKKODB with ZAEKKO2 and then activate EKKO.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But will this sequence transport and not loose data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 12:03:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-an-table-append-into-an-include/m-p/1697621#M305976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-30T12:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Moving an Table APPEND into an INCLUDE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-an-table-append-into-an-include/m-p/1697622#M305977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello David&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could try a 2-step approach:&lt;/P&gt;&lt;P&gt;(1.a) Define a new Z-include containing the three Z-fields of your append ZAEKKO.&lt;/P&gt;&lt;P&gt;(1.b) Delete the z-fields from ZAEKKO and include the new z-include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume that the table EKKO can be activated without any loss of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(2.a) Delete the z-include from append ZAEKKO.&lt;/P&gt;&lt;P&gt;(2.b) Add the z-include to CI_EKKODB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I must admit that I do not know if CI-includes allow to include structures (using .INCLUDE). Neither am I sure if the activation can be done without loss of data.&lt;/P&gt;&lt;P&gt;However, if it seems reasonable you could give it a try on your development system (where loss of data should not be a big problem).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2006 07:39:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-an-table-append-into-an-include/m-p/1697622#M305977</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2006-11-01T07:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Moving an Table APPEND into an INCLUDE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-an-table-append-into-an-include/m-p/1697623#M305978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uwe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tried that and on my test Z Table it worked withouth loosing data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does force an activate when you delete the original Append structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then did on EKKO ... but this time the data was lost.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in the end I've had to write a backup  program to store the data in the Z fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2006 09:37:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-an-table-append-into-an-include/m-p/1697623#M305978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-01T09:37:48Z</dc:date>
    </item>
  </channel>
</rss>

