<?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 function module to update a database table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-update-a-database-table/m-p/3298316#M789389</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please give me the name of the function module which will update a hr table from an infotype.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Jan 2008 10:37:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-28T10:37:35Z</dc:date>
    <item>
      <title>function module to update a database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-update-a-database-table/m-p/3298316#M789389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please give me the name of the function module which will update a hr table from an infotype.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 10:37:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-update-a-database-table/m-p/3298316#M789389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-28T10:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: function module to update a database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-update-a-database-table/m-p/3298317#M789390</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;The FM &lt;STRONG&gt;'HR_INFOTYPE_OPERATION'&lt;/STRONG&gt; is used to update the HR infotype.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can &lt;STRONG&gt;lock&lt;/STRONG&gt; the pernr using 'BAPI_EMPLOYEE_ENQUEUE' FM. After that, u can &lt;STRONG&gt;unlock&lt;/STRONG&gt; it using 'BAPI_EMPLOYEE_DEQUEUE' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see this sample code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_EMPLOYEE_ENQUEUE'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;NUMBER = P2013-pernr&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;RETURN = wf_returne.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Test Mode&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'HR_INFOTYPE_OPERATION'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;INFTY = '2013'&lt;/P&gt;&lt;P&gt;NUMBER = P2013-PERNR&lt;/P&gt;&lt;P&gt;SUBTYPE = P2013-SUBTY&lt;/P&gt;&lt;P&gt;OBJECTID = P2013-OBJPS&lt;/P&gt;&lt;P&gt;LOCKINDICATOR = P2013-SPRPS&lt;/P&gt;&lt;P&gt;VALIDITYEND = P2013-ENDDA&lt;/P&gt;&lt;P&gt;VALIDITYBEGIN = P2013-BEGDA&lt;/P&gt;&lt;P&gt;RECORDNUMBER = P2013-SEQNR&lt;/P&gt;&lt;P&gt;RECORD = P2013&lt;/P&gt;&lt;P&gt;OPERATION = 'INS'&lt;/P&gt;&lt;P&gt;TCLAS = 'A'&lt;/P&gt;&lt;P&gt;DIALOG_MODE = '0'&lt;/P&gt;&lt;P&gt;NOCOMMIT = 'X'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;RETURN = wf_return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_EMPLOYEE_DEQUEUE'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;NUMBER = P2013-PERNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward points if useful&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Shanthi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: shanthi ps on Jan 29, 2008 5:24 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2008 04:24:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-update-a-database-table/m-p/3298317#M789390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-29T04:24:27Z</dc:date>
    </item>
  </channel>
</rss>

