<?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: to update the database table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-update-the-database-table/m-p/2295327#M501112</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use HR_INFOTYPE_OPERATION with ACTION = 'MOD'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpful replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 May 2007 14:24:40 GMT</pubDate>
    <dc:creator>amit_khare</dc:creator>
    <dc:date>2007-05-29T14:24:40Z</dc:date>
    <item>
      <title>to update the database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-update-the-database-table/m-p/2295326#M501111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can sombody tell me how to update the data base table . &lt;/P&gt;&lt;P&gt;im wending a loop on different wage type of infotype 0008 now all the amount corresponding to this wage type should be changed in the data base table by 50%.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 14:21:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-update-the-database-table/m-p/2295326#M501111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T14:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: to update the database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-update-the-database-table/m-p/2295327#M501112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use HR_INFOTYPE_OPERATION with ACTION = 'MOD'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpful replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 14:24:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-update-the-database-table/m-p/2295327#M501112</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-05-29T14:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: to update the database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-update-the-database-table/m-p/2295328#M501113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhvi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this FM 'HR_INFOTYPE_OPERATION'.&lt;/P&gt;&lt;P&gt;Modify the infotype value and pass it to the FM...&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'HR_INFOTYPE_OPERATION'       "Updating infotype&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        INFTY                     =  '0008'&lt;/P&gt;&lt;P&gt;        NUMBER                 = PERNR&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     SUBTYPE                 = SUBTY&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       OBJECTID                = ' '&lt;/P&gt;&lt;P&gt;       LOCKINDICATOR           = ' '&lt;/P&gt;&lt;P&gt;       VALIDITYEND             = ENDDA&lt;/P&gt;&lt;P&gt;       VALIDITYBEGIN           = BEGDA&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      RECORDNUMBER            = '001'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        RECORD                 = RECORD of type p0008&lt;/P&gt;&lt;P&gt;        OPERATION              = 'MOD;&lt;/P&gt;&lt;P&gt;       TCLAS                   = 'A'&lt;/P&gt;&lt;P&gt;       DIALOG_MODE            = '0'&lt;/P&gt;&lt;P&gt;     IMPORTING&lt;/P&gt;&lt;P&gt;       RETURN                 = L_RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        albert joseph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 14:30:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-update-the-database-table/m-p/2295328#M501113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T14:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: to update the database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-update-the-database-table/m-p/2295329#M501114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi albert,&lt;/P&gt;&lt;P&gt;             actually im using an user exit to update the info type 0008. now i cant use any other fm since those fields can only be used that are in the import. so i have taken a loop on the amount field of the0008. now after updateing that captured field i got to update that database table so that it is displayed on the screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 15:05:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-update-the-database-table/m-p/2295329#M501114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T15:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: to update the database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-update-the-database-table/m-p/2295330#M501115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhvi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u please tell me the user exit/transaction name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        albert joseph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 15:41:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-update-the-database-table/m-p/2295330#M501115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T15:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: to update the database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-update-the-database-table/m-p/2295331#M501116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi madhvi pandey,&lt;/P&gt;&lt;P&gt;               The updation can be done using the function modules &lt;/P&gt;&lt;P&gt;1) 'HR_INFOTYPE_OPERATION'.&lt;/P&gt;&lt;P&gt;2) 'HR_MAINTAIN_MASTER_DATA'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 06:39:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-update-the-database-table/m-p/2295331#M501116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T06:39:38Z</dc:date>
    </item>
  </channel>
</rss>

