<?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: Function module rh_update_infty in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-rh-update-infty/m-p/3390587#M814134</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer this code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: lt1035_mod LIKE p1035 OCCURS 0 WITH HEADER &lt;/P&gt;&lt;P&gt;LINE,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RH_UPDATE_INFTY'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;vtask = 'D'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;innnn = lt1035_mod&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;OTHERS = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Feb 22, 2008 12:45 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Feb 2008 13:02:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-22T13:02:55Z</dc:date>
    <item>
      <title>Function module rh_update_infty</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-rh-update-infty/m-p/3390585#M814132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I would like to update the table hrp1001. could u please tell me how to use the function module rh_update_infty??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 12:44:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-rh-update-infty/m-p/3390585#M814132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T12:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: Function module rh_update_infty</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-rh-update-infty/m-p/3390586#M814133</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;Please find documentation below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FU RH_UPDATE_INFTY&lt;/P&gt;&lt;P&gt;____________________________________________________&lt;/P&gt;&lt;P&gt;Text&lt;/P&gt;&lt;P&gt;Change Infotype Records&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Functionality&lt;/P&gt;&lt;P&gt;With this function module you can change multiple infotype records for OM objects from Personnel Planning database tables (HRPnnnn). The infotype tables of the table parameter INNNN must all have the structure Pnnnn (logical structure for the infotype nnnn). The records you want to change must exist in the Personnel Planning database tables. If not, this triggers the exception ERROR_DURING_UPDATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The values of the parameter VTASK (update type) mean the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- 'D' -&amp;gt; update in dialog&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- 'S' -&amp;gt; synchronous update via the update task&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- 'V' -&amp;gt; asynchronous update via the update task&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- 'B' -&amp;gt; internal update in buffer only, no DB update&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In HR applications the parameter should be set to 'D' for update in dialog. If there are multiple operations that logically belong together to be updated internally in the buffer first and then saved together to the database, you should set the parameter in each case to 'B' for internal update in buffer only, no DB update. The DB update is then executed by calling the function module 'RH_UPDATE_DATABASE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameters&lt;/P&gt;&lt;P&gt;VTASK&lt;/P&gt;&lt;P&gt;ORDER_FLG&lt;/P&gt;&lt;P&gt;COMMIT_FLG&lt;/P&gt;&lt;P&gt;AUTHY&lt;/P&gt;&lt;P&gt;PPPAR_IMP&lt;/P&gt;&lt;P&gt;OLD_TABNR_NEW_LANGU&lt;/P&gt;&lt;P&gt;REPID&lt;/P&gt;&lt;P&gt;FORM&lt;/P&gt;&lt;P&gt;KEEP_LUPD&lt;/P&gt;&lt;P&gt;WORKF_ACTV&lt;/P&gt;&lt;P&gt;INNNN&lt;/P&gt;&lt;P&gt;ILFCODE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exceptions&lt;/P&gt;&lt;P&gt;ERROR_DURING_UPDATE&lt;/P&gt;&lt;P&gt;NO_AUTHORIZATION&lt;/P&gt;&lt;P&gt;REPID_FORM_INITIAL&lt;/P&gt;&lt;P&gt;CORR_EXIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 12:50:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-rh-update-infty/m-p/3390586#M814133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T12:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Function module rh_update_infty</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-rh-update-infty/m-p/3390587#M814134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer this code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: lt1035_mod LIKE p1035 OCCURS 0 WITH HEADER &lt;/P&gt;&lt;P&gt;LINE,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RH_UPDATE_INFTY'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;vtask = 'D'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;innnn = lt1035_mod&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;OTHERS = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Feb 22, 2008 12:45 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 13:02:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-rh-update-infty/m-p/3390587#M814134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T13:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Function module rh_update_infty</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-rh-update-infty/m-p/3390588#M814135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For me personally just cutting and pasting the SAP FM documentation is a waste of space since one can see that on-line in SAP and elsewhere.  It really does not help most who ask questions since they most likely have already read it.  I could understand if the documentation were explained MORE than what SAP has, since SAP documentation in a lot of cases leaves much to be desired.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best IMO are the actual working examples which are appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Jan 2011 00:04:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-rh-update-infty/m-p/3390588#M814135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-23T00:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Function module rh_update_infty</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-rh-update-infty/m-p/3390589#M814136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;lovely comment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 04:24:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-rh-update-infty/m-p/3390589#M814136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-07T04:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Function module rh_update_infty</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-rh-update-infty/m-p/3390590#M814137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just did a 'where-used' list on that Function and there are plenty of sap std programs that use this FM that you can look at.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 15:01:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-rh-update-infty/m-p/3390590#M814137</guid>
      <dc:creator>former_member201275</dc:creator>
      <dc:date>2011-07-07T15:01:46Z</dc:date>
    </item>
  </channel>
</rss>

