<?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 Extract statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/extract-statement/m-p/2489350#M561730</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; What is the main purpose of EXTRACT Statment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Alex.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jul 2007 12:54:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-19T12:54:08Z</dc:date>
    <item>
      <title>Extract statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extract-statement/m-p/2489350#M561730</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; What is the main purpose of EXTRACT Statment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Alex.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 12:54:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extract-statement/m-p/2489350#M561730</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T12:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Extract statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extract-statement/m-p/2489351#M561731</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;See following link :&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9ede35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9ede35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Srikanta Gope&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 12:56:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extract-statement/m-p/2489351#M561731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T12:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Extract statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extract-statement/m-p/2489352#M561732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9ed135c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9ed135c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aneesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 12:56:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extract-statement/m-p/2489352#M561732</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T12:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Extract statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extract-statement/m-p/2489353#M561733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;REPORT demo_extract_extract.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;NODES: spfli, sflight.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;FIELD-GROUPS: header, flight_info, flight_date.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;INSERT: spfli-carrid spfli-connid sflight-fldate&lt;/P&gt;&lt;P&gt;        INTO header,&lt;/P&gt;&lt;P&gt;        spfli-cityfrom spfli-cityto&lt;/P&gt;&lt;P&gt;        INTO flight_info.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;GET spfli.&lt;/P&gt;&lt;P&gt;  EXTRACT flight_info.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;GET sflight.&lt;/P&gt;&lt;P&gt;  EXTRACT flight_date.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9f0535c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9f0535c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 12:56:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extract-statement/m-p/2489353#M561733</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T12:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Extract statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extract-statement/m-p/2489354#M561734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Once you have declared the possible record types as field groups and defined their structure, you can fill the extract dataset using the following statements: &lt;/P&gt;&lt;P&gt;EXTRACT &amp;lt;fg&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the first EXTRACT statement occurs in a program, the system creates the extract dataset and adds the first extract record to it. In each subsequent EXTRACT statement, the new extract record is added to the dataset&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXTRACT HEADER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you extract the data, the record is filled with the current values of the corresponding fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As soon as the system has processed the first EXTRACT statement for a field group &amp;lt;fg&amp;gt;, the structure of the corresponding extract record in the extract dataset is fixed. You can no longer insert new fields into the field groups &amp;lt;fg&amp;gt; and HEADER. If you try to modify one of the field groups afterwards and use it in another EXTRACT statement, a runtime error occurs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By processing EXTRACT statements several times using different field groups, you fill the extract dataset with records of different length and structure. Since you can modify field groups dynamically up to their first usage in an EXTRACT statement, extract datasets provide the advantage that you need not determine the structure at the beginning of the program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;srinivas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;*&lt;STRONG&gt;reward for useful answers&lt;/STRONG&gt;*&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 12:56:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extract-statement/m-p/2489354#M561734</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T12:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Extract statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extract-statement/m-p/2489355#M561735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is related to FIELD-GROUPS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Purpose : Writes all fields of the field group as an entry in a sequential dataset. As soon as you have extracted a dataset using EXTRACT, you canno longer extend the field group using INSERT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 12:57:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extract-statement/m-p/2489355#M561735</guid>
      <dc:creator>Pawan_Kesari</dc:creator>
      <dc:date>2007-07-19T12:57:48Z</dc:date>
    </item>
  </channel>
</rss>

