<?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: what  is diff between field strings and structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-diff-between-field-strings-and-structure/m-p/3486499#M838271</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;&lt;STRONG&gt;Field Strings:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      These are used in programs, when we want to use few  fields from a database table then we declare in this.&lt;/P&gt;&lt;P&gt;Used in SE38.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Structure:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     These are used to add feilds ( at the end or any where in between) to the tables without distrubing the existing table.&lt;/P&gt;&lt;P&gt;  created in in SE11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;kavitha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Mar 2008 08:50:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-05T08:50:25Z</dc:date>
    <item>
      <title>what  is diff between field strings and structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-diff-between-field-strings-and-structure/m-p/3486496#M838268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;very urgent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 08:40:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-diff-between-field-strings-and-structure/m-p/3486496#M838268</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T08:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: what  is diff between field strings and structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-diff-between-field-strings-and-structure/m-p/3486497#M838269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Field strings are created in SE38 that means they can be used while writing a program. At runtime we can fill the fields in those strings. But structures are created in SE11 transaction. This can be useful when declaring internal table. &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sarada&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 08:44:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-diff-between-field-strings-and-structure/m-p/3486497#M838269</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T08:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: what  is diff between field strings and structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-diff-between-field-strings-and-structure/m-p/3486498#M838270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;structure is only skelton for group of flds. it does not store data (even one row). it stores in Data dict&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fld string is also skelton  for group of flds. it does stores one row. it stores in ABAP pgm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now fld strings are obsolte&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 08:48:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-diff-between-field-strings-and-structure/m-p/3486498#M838270</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T08:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: what  is diff between field strings and structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-diff-between-field-strings-and-structure/m-p/3486499#M838271</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;&lt;STRONG&gt;Field Strings:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      These are used in programs, when we want to use few  fields from a database table then we declare in this.&lt;/P&gt;&lt;P&gt;Used in SE38.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Structure:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     These are used to add feilds ( at the end or any where in between) to the tables without distrubing the existing table.&lt;/P&gt;&lt;P&gt;  created in in SE11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;kavitha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 08:50:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-diff-between-field-strings-and-structure/m-p/3486499#M838271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T08:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: what  is diff between field strings and structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-diff-between-field-strings-and-structure/m-p/3486500#M838272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;--&amp;gt;Field string is nothing but structure or record.&lt;/P&gt;&lt;P&gt;We create them manually. we can access them in different &lt;/P&gt;&lt;P&gt;programs.&lt;/P&gt;&lt;P&gt;Work area is automatically created in memory when we &lt;/P&gt;&lt;P&gt;activate those field strings. they r limited to program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt;field string is also work area but we are creating it &lt;/P&gt;&lt;P&gt;manualy but normal work area is the one which will be &lt;/P&gt;&lt;P&gt;created when we define tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vineela.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 08:54:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-diff-between-field-strings-and-structure/m-p/3486500#M838272</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T08:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: what  is diff between field strings and structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-diff-between-field-strings-and-structure/m-p/3486501#M838273</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;The "field string" data object combines internal fields as a unit.The field string is commonly called as structure.  when used with an internal table field strings occurs as an headerline and table work areas in database tables.&lt;/P&gt;&lt;P&gt;Irrespective whether used as field string, header line or table work area: the technique is same in all cases..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 08:59:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-diff-between-field-strings-and-structure/m-p/3486501#M838273</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T08:59:10Z</dc:date>
    </item>
  </channel>
</rss>

