<?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 Field String requirement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-string-requirement/m-p/4327556#M1031140</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts,&lt;/P&gt;&lt;P&gt;I would be a ordinary question but i didnt get any clarity by reading available links in SDN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some one explain me why  we need to use Field strings in our programming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may be simple question but explain to me in simple way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Somesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Aug 2008 05:45:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-29T05:45:43Z</dc:date>
    <item>
      <title>Field String requirement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-string-requirement/m-p/4327556#M1031140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts,&lt;/P&gt;&lt;P&gt;I would be a ordinary question but i didnt get any clarity by reading available links in SDN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some one explain me why  we need to use Field strings in our programming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may be simple question but explain to me in simple way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Somesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2008 05:45:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-string-requirement/m-p/4327556#M1031140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-29T05:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Field String requirement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-string-requirement/m-p/4327557#M1031141</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;We use field to deal with internal tables.&lt;/P&gt;&lt;P&gt;As you know internal table holds data in runtime.&lt;/P&gt;&lt;P&gt;but we can't access them directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have to define a structure which have same line-type as that of internal table. then we &lt;STRONG&gt;loop at&lt;/STRONG&gt; the internal table at take data of eache row to the corresponding field string one by one to read or display it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these field strings are created in two ways based on the nature of the internal table. If the table is a table with header line , compateble field string is automaticaly created at time of creation of the table.&lt;/P&gt;&lt;P&gt;You have to create field string explicitly if the table is without header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Anirban&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2008 05:51:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-string-requirement/m-p/4327557#M1031141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-29T05:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Field String requirement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-string-requirement/m-p/4327558#M1031142</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;We cannot work with Internal tables directly. We need Field String as a work Area to fetch and to place the data in the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field Strings have the same line type as od the internal table.&lt;/P&gt;&lt;P&gt;You need not have to use field string for intrnal table if you define an internal table WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This addition automatically creates a workarea for the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sumit Agarwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2008 05:54:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-string-requirement/m-p/4327558#M1031142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-29T05:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Field String requirement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-string-requirement/m-p/4327559#M1031143</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;field string hold only one data record at an time and often it happen many time the we use to do opration on any sinle reocd or check  the record one by one here we need field string &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it had cleared upto some extent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Snehi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2008 05:57:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-string-requirement/m-p/4327559#M1031143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-29T05:57:47Z</dc:date>
    </item>
  </channel>
</rss>

