<?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: how to create an extract program? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-an-extract-program/m-p/5428595#M1245733</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rafeal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SE38 editor and press F1 on FOR ALL ENTRIES, you will get wonderful explanation on how to use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, you can search SDN Forums always for these kind of basic questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Babu Kilari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Apr 2009 04:03:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-08T04:03:36Z</dc:date>
    <item>
      <title>how to create an extract program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-an-extract-program/m-p/5428591#M1245729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys!,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-I'm trying to create a program to extract data from Customer Master tables. &lt;/P&gt;&lt;P&gt;-I need to join 7 tables with 64 fields in total.&lt;/P&gt;&lt;P&gt;-What is the better way to create the program? (Using FOR ALL ENTRIES statement?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I'm thinking create 8 structures. (1 for each CM table and other for the final Internal table)&lt;/P&gt;&lt;P&gt;2. Then create 8 internal tables (1 for each CM table and other for the final Internal table), and using the FOR ALL ENTRIES statement for join them.&lt;/P&gt;&lt;P&gt;3. Then I'll create the Selects for populate the internal tables.&lt;/P&gt;&lt;P&gt;4. Final CALL FUNCTION = GUI_DOWNLOAD  to download the data into a file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I don't know if it is the most efficient way, and I have doubts in step 2 and 3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2009 22:52:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-an-extract-program/m-p/5428591#M1245729</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-07T22:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to create an extract program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-an-extract-program/m-p/5428592#M1245730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;these steps looks ok , but depends on how you join... use all the indexes that available and write select statements for all entries in fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check if you can find a BAPI which will get you all the info for the CM..and call that BAPI that would be more easier and simpler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2009 00:01:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-an-extract-program/m-p/5428592#M1245730</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-04-08T00:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to create an extract program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-an-extract-program/m-p/5428593#M1245731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is one of my doubts. How to join more than 2 tables with the FOR ALL ENTRIES?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rafael Lopez on Apr 8, 2009 2:54 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2009 00:54:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-an-extract-program/m-p/5428593#M1245731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-08T00:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to create an extract program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-an-extract-program/m-p/5428594#M1245732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should read this : &lt;SPAN __jive_macro_name="thread" id="1090584"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2009 01:35:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-an-extract-program/m-p/5428594#M1245732</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-04-08T01:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to create an extract program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-an-extract-program/m-p/5428595#M1245733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rafeal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SE38 editor and press F1 on FOR ALL ENTRIES, you will get wonderful explanation on how to use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, you can search SDN Forums always for these kind of basic questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Babu Kilari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2009 04:03:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-an-extract-program/m-p/5428595#M1245733</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-08T04:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to create an extract program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-an-extract-program/m-p/5428596#M1245734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think for all enries degrades the performance for your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so please avoid to use it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2009 13:02:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-an-extract-program/m-p/5428596#M1245734</guid>
      <dc:creator>dhirendra_pandit</dc:creator>
      <dc:date>2009-04-09T13:02:48Z</dc:date>
    </item>
  </channel>
</rss>

