<?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 Getting Error in Append Structure for Standard in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-append-structure-for-standard/m-p/6924720#M1484785</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here i want to Append Structure in table RFPOS so i done all procedure . in this i have four field like ZZKUNNR , ZZNAMED , ZZLIFNR, ZZNAMEK. But when i active this structure this time i get error like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; "Field name INDEX is reserved (Do not use structure as include in DB table)" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Field name ORDER is reserved (Do not use structure as include in DB table)"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUT structure is activated . now i can see my change in fbl3n T-code so i get proper change in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i transport a request in Quality this time i am not getting same output which i get in Development . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And yes request is transported with warning (YELLOW SIGN). So is it possible for this warning i am not geeting my proper output in FBL3N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please kindly help me out &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Keyur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 May 2010 12:09:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-24T12:09:40Z</dc:date>
    <item>
      <title>Getting Error in Append Structure for Standard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-append-structure-for-standard/m-p/6924720#M1484785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here i want to Append Structure in table RFPOS so i done all procedure . in this i have four field like ZZKUNNR , ZZNAMED , ZZLIFNR, ZZNAMEK. But when i active this structure this time i get error like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; "Field name INDEX is reserved (Do not use structure as include in DB table)" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Field name ORDER is reserved (Do not use structure as include in DB table)"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUT structure is activated . now i can see my change in fbl3n T-code so i get proper change in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i transport a request in Quality this time i am not getting same output which i get in Development . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And yes request is transported with warning (YELLOW SIGN). So is it possible for this warning i am not geeting my proper output in FBL3N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please kindly help me out &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Keyur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 12:09:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-append-structure-for-standard/m-p/6924720#M1484785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-24T12:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Error in Append Structure for Standard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-append-structure-for-standard/m-p/6924721#M1484786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you do anything else also that you might have missed to mention here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, was your Append structure already present in the table RFPOS &amp;amp; you deleted some of the fields &amp;amp; inserted the new ones. In this case, you might have to activate the table from database utility (transaction SE14).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is an append structure &amp;amp; if it was pre-existing (not created by you), then this structure might already had been assigned to any other table. In such a case, system will not allow you to directly assign it to a different table. You may have to first assign it to an INCLUDE structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, as you described, it indicates that there might be some problem with the fields named INDEX &amp;amp; ORDER. Try checking for it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be you should check with your BASIS guy if the transport was successful &amp;amp; if not, the error description. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, try checking the quality system for your changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps you in getting some direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if that work out for you or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 15:22:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-append-structure-for-standard/m-p/6924721#M1484786</guid>
      <dc:creator>former_member776318</dc:creator>
      <dc:date>2010-05-24T15:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Error in Append Structure for Standard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-append-structure-for-standard/m-p/6924722#M1484787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;enter transaction &lt;STRONG&gt;SE14&lt;/STRONG&gt; and generate table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also remember, an append structure is assigned to exactly one table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Marcos Carrasco on Jun 7, 2010 1:38 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jun 2010 18:03:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-append-structure-for-standard/m-p/6924722#M1484787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-07T18:03:18Z</dc:date>
    </item>
  </channel>
</rss>

