<?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: Retriving Data from Function module in update task in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/retriving-data-from-function-module-in-update-task/m-p/8730545#M1673569</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnaks Gaurav &lt;/P&gt;&lt;P&gt;Actully i m looking for parallel processing . I thought doing it in update task will help as update module will create its own LUW .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you suggest how to retrieve data from function module in update task .. ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Apr 2012 08:42:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-04-10T08:42:59Z</dc:date>
    <item>
      <title>Retriving Data from Function module in update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retriving-data-from-function-module-in-update-task/m-p/8730541#M1673565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is like in a report in one perform i want to select huge data (Millions of records) and then display at the end. &lt;/P&gt;&lt;P&gt;so i thought to do these select by using Function Module In Update Task so that it ll increase my performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i created a function module of Processing type "Update module" (start immediate ) and start fetching required data from database tables.&lt;/P&gt;&lt;P&gt;Now i want this data (In my internal Table) back to report . &lt;/P&gt;&lt;P&gt;But as this is FM in Update task it will not allow for export parameters , also tables parameter will work like importing parameter. &lt;/P&gt;&lt;P&gt;So I tried using EXPORT/IMPORT to MEMORY ID but this is also not working .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So can you please suggest me how i can get my data in internal table back to report .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 08:26:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retriving-data-from-function-module-in-update-task/m-p/8730541#M1673565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-10T08:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Retriving Data from Function module in update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retriving-data-from-function-module-in-update-task/m-p/8730542#M1673566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="confused" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/5.0.1/images/emoticons/confused.gif"&gt;&lt;/SPAN&gt;&amp;nbsp; How does selecting data in an update function improve performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think so you were referring something to parallel processing using function modules. If so, please search for it &amp;amp; you will find some good blogs &amp;amp; discussions. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 08:29:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retriving-data-from-function-module-in-update-task/m-p/8730542#M1673566</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2012-04-10T08:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Retriving Data from Function module in update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retriving-data-from-function-module-in-update-task/m-p/8730543#M1673567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are calling the FM in Update Task? and expecting it will improve the performance in a report? &lt;span class="lia-unicode-emoji" title=":face_with_open_mouth:"&gt;😮&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please check SAP help get clarity regarding the update FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 08:32:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retriving-data-from-function-module-in-update-task/m-p/8730543#M1673567</guid>
      <dc:creator>Private_Member_49934</dc:creator>
      <dc:date>2012-04-10T08:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Retriving Data from Function module in update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retriving-data-from-function-module-in-update-task/m-p/8730544#M1673568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Kesavadas ,&lt;/P&gt;&lt;P&gt;Yes i m looking for parallel processing itself. i thought doing it in update task will help as update module will create its own LUW .&lt;/P&gt;&lt;P&gt;Can you suggest how to retrieve data from function module in update task .. ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 08:40:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retriving-data-from-function-module-in-update-task/m-p/8730544#M1673568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-10T08:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: Retriving Data from Function module in update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retriving-data-from-function-module-in-update-task/m-p/8730545#M1673569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnaks Gaurav &lt;/P&gt;&lt;P&gt;Actully i m looking for parallel processing . I thought doing it in update task will help as update module will create its own LUW .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you suggest how to retrieve data from function module in update task .. ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 08:42:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retriving-data-from-function-module-in-update-task/m-p/8730545#M1673569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-10T08:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Retriving Data from Function module in update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retriving-data-from-function-module-in-update-task/m-p/8730546#M1673570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For "Selecting" data parallel processing is not going to help you. Forget about update task( Its some thing different &amp;amp; not going to help you in this case ). You have millions of records to be selected, so you should focus on background processing, selection using cursor's , selection using right indexes etc etc. Search &amp;amp; you will get it. FYI - There is a specific discussion forum for performance &amp;amp; tuning ( close this &amp;amp; post it there ).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 08:45:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retriving-data-from-function-module-in-update-task/m-p/8730546#M1673570</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2012-04-10T08:45:22Z</dc:date>
    </item>
  </channel>
</rss>

