<?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 adding fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields/m-p/2858925#M670349</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;how to add fields to standard tables, is it possible by using structures.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Sep 2007 06:28:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-27T06:28:35Z</dc:date>
    <item>
      <title>adding fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields/m-p/2858925#M670349</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;how to add fields to standard tables, is it possible by using structures.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 06:28:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields/m-p/2858925#M670349</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T06:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: adding fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields/m-p/2858926#M670350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can create the structure and hen add it using .APPEND or .INCLUDE  TO THAT STANDARD TABLE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 06:29:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields/m-p/2858926#M670350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T06:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: adding fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields/m-p/2858927#M670351</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;first try to create one structure with nessasary fileds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then go to mara table,&lt;/P&gt;&lt;P&gt;select append structure on the application too bar,&lt;/P&gt;&lt;P&gt;provide ur structrure there and save,activate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this u can fields to sap standard tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Reward If Helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 06:30:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields/m-p/2858927#M670351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T06:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: adding fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields/m-p/2858928#M670352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Used Append Structure .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 06:33:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields/m-p/2858928#M670352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T06:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: adding fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields/m-p/2858929#M670353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there are two types of structures to add fields into database tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create a structure with the fields and add the structure to the dbtable using &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;.include &amp;lt;struc&amp;gt;&amp;lt;/b&amp;gt;. this can be done only to the dbtables which are created by us i.e ztables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, The only way to change the standard tables is &amp;lt;b&amp;gt;.APPEND &amp;lt;struc&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This APPend structure should always be at the end with out disturnbing the original field order.&lt;/P&gt;&lt;P&gt;But there is one constaraint, for standard tables in which there is a field of type "LONG", those tables can never be appended or changed. The reason is: .APPEND  should always be at the end and "long" type field should also be at the end. so, there will be a conflict. so, standard tables with "long" data type field can never be appended.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 06:37:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields/m-p/2858929#M670353</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2007-09-27T06:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: adding fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields/m-p/2858930#M670354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can use Append structure and includes to add fields to the standard tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Lalit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 06:39:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields/m-p/2858930#M670354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T06:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: adding fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields/m-p/2858931#M670355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;is it possible to add fields to the database view, my problem is  some one created a data base view  by using the tables QMIH,QMEL,ILOH, now i have to add a field,pls tell me how can i do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 06:49:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields/m-p/2858931#M670355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T06:49:45Z</dc:date>
    </item>
  </channel>
</rss>

