<?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 Difference between Field Strings and Structures?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-field-strings-and-structures/m-p/6399196#M1405979</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;Greetings for the day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell me what is the difference between Field Strings and Structures in simple way. I searched in the forums, but i couldn't find any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you clear with an examples it would be very helpful to understand that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ramya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Nov 2009 07:36:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-18T07:36:18Z</dc:date>
    <item>
      <title>Difference between Field Strings and Structures??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-field-strings-and-structures/m-p/6399196#M1405979</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;Greetings for the day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell me what is the difference between Field Strings and Structures in simple way. I searched in the forums, but i couldn't find any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you clear with an examples it would be very helpful to understand that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ramya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2009 07:36:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-field-strings-and-structures/m-p/6399196#M1405979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-18T07:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Field Strings and Structures??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-field-strings-and-structures/m-p/6399197#M1405980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Forum result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_macro_name="thread" id="780086"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2009 07:39:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-field-strings-and-structures/m-p/6399197#M1405980</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-11-18T07:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Field Strings and Structures??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-field-strings-and-structures/m-p/6399198#M1405981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Structure is a set of fields defined in the dictionary.&lt;/P&gt;&lt;P&gt;Field string or Work area is a container to hold all fields/ some fields/ fields of many tables used in the program to fetch data from the tables or insert/modify/update data to the tables.&lt;/P&gt;&lt;P&gt;These Fieldstrings or Work areas are used for internal table declarations to hold data at runtime.&lt;/P&gt;&lt;P&gt;This Fieldstring holds one record at a time and Internal table holds set of records.&lt;/P&gt;&lt;P&gt;Eg : selopt is a structure in Dictionary. -&lt;/P&gt;&lt;HR originaltext="------" /&gt;&lt;P&gt;&amp;gt; Structure&lt;/P&gt;&lt;P&gt;data : begin of wa_spfli ,&lt;/P&gt;&lt;P&gt;          carrid type spfli-carrid,&lt;/P&gt;&lt;P&gt;          connid type spfli-connid,&lt;/P&gt;&lt;P&gt;          end of wa_spfli.&lt;/P&gt;&lt;P&gt;So, this wa_spfli is a workarea for fetching data of flights table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2009 08:53:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-field-strings-and-structures/m-p/6399198#M1405981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-18T08:53:19Z</dc:date>
    </item>
  </channel>
</rss>

