<?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: Regarding update function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-update-function-module/m-p/3439214#M825900</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;What kind of errors u wanna rectify,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can debug the FM in update mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Feb 2008 07:33:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-19T07:33:48Z</dc:date>
    <item>
      <title>Regarding update function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-update-function-module/m-p/3439213#M825899</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;This is regrding update function module &lt;/P&gt;&lt;P&gt;How to handle errors in update function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can exception be used in Update function modules &lt;/P&gt;&lt;P&gt;while calling in update Task&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if we can use please let me know how to do so while calling in Update task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;siva chalasani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 07:27:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-update-function-module/m-p/3439213#M825899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-19T07:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding update function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-update-function-module/m-p/3439214#M825900</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;What kind of errors u wanna rectify,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can debug the FM in update mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 07:33:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-update-function-module/m-p/3439214#M825900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-19T07:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding update function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-update-function-module/m-p/3439215#M825901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;U can handle ur errors through Exceptions specified in the function module. If it does not work then try to pass one internal table under tables parameter for errors. Collect all the errors in ur FM in this table. After calling this FM u can read this table and give appropriate messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 08:02:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-update-function-module/m-p/3439215#M825901</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-02-19T08:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding update function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-update-function-module/m-p/3439216#M825902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just wanted to say...&lt;/P&gt;&lt;P&gt; your answer solved my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I needed to pass my error records into a internal table and from there to notepad using GUI_DOWNLOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following is my function module....&lt;/P&gt;&lt;P&gt;RHPP_Q_PROFILE_WRITE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It has under  TABLES-- 'err_profile' to capture error records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I passed a internal table in " err_profile" to capture the errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then passed this internal table in GUI_DOWNLOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hari Kiran&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: HARI KIRAN REDDY on Aug 12, 2008 12:20 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2008 06:50:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-update-function-module/m-p/3439216#M825902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-12T06:50:04Z</dc:date>
    </item>
  </channel>
</rss>

