<?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: simple code for 'extract' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-code-for-extract/m-p/9322698#M1728469</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;From my knowledge, we wont use extract often.. instead use Internal Tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Extract is a dynamical sequential datasets in which different line can have different structure..&lt;/P&gt;&lt;P&gt;procedure for doing it is,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first have to define it using&lt;STRONG&gt; field group&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;then, fill dats using &lt;STRONG&gt;Insert&lt;/STRONG&gt; keyword&lt;/P&gt;&lt;P&gt;then &lt;STRONG&gt;extract from db to field groups.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually, extract ll &lt;STRONG&gt;collect N no. of records with different structure.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;the dats &lt;STRONG&gt;will compress by the system while storing&lt;/STRONG&gt;.. as the result, &lt;STRONG&gt;the storage space ll get reduce..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Importantly, we &lt;STRONG&gt;can determine the structure during the flow of the program also&lt;/STRONG&gt;.. No need to specify at the top of the program like what we do in Internal table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer this links for detailed info..&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db9ede35c111d1829f0000e829fbfe/content.htm" title="http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db9ede35c111d1829f0000e829fbfe/content.htm"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db9ede35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db9f0535c111d1829f0000e829fbfe/content.htm" title="http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db9f0535c111d1829f0000e829fbfe/content.htm"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db9f0535c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps,&lt;/P&gt;&lt;P&gt;Mathan R.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Feb 2013 11:56:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-02-27T11:56:57Z</dc:date>
    <item>
      <title>simple code for 'extract'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-code-for-extract/m-p/9322697#M1728468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;can anyone provide a simple code/algorithm for familiarizing 'extract' statements?&lt;BR /&gt;I can't get into a clear idea using the flight model in help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 11:00:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-code-for-extract/m-p/9322697#M1728468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-27T11:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: simple code for 'extract'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-code-for-extract/m-p/9322698#M1728469</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;From my knowledge, we wont use extract often.. instead use Internal Tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Extract is a dynamical sequential datasets in which different line can have different structure..&lt;/P&gt;&lt;P&gt;procedure for doing it is,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first have to define it using&lt;STRONG&gt; field group&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;then, fill dats using &lt;STRONG&gt;Insert&lt;/STRONG&gt; keyword&lt;/P&gt;&lt;P&gt;then &lt;STRONG&gt;extract from db to field groups.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually, extract ll &lt;STRONG&gt;collect N no. of records with different structure.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;the dats &lt;STRONG&gt;will compress by the system while storing&lt;/STRONG&gt;.. as the result, &lt;STRONG&gt;the storage space ll get reduce..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Importantly, we &lt;STRONG&gt;can determine the structure during the flow of the program also&lt;/STRONG&gt;.. No need to specify at the top of the program like what we do in Internal table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer this links for detailed info..&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db9ede35c111d1829f0000e829fbfe/content.htm" title="http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db9ede35c111d1829f0000e829fbfe/content.htm"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db9ede35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db9f0535c111d1829f0000e829fbfe/content.htm" title="http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db9f0535c111d1829f0000e829fbfe/content.htm"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db9f0535c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps,&lt;/P&gt;&lt;P&gt;Mathan R.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 11:56:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-code-for-extract/m-p/9322698#M1728469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-27T11:56:57Z</dc:date>
    </item>
  </channel>
</rss>

