<?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: What will the function module HR_INFOTYPE_OPERATION do? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-will-the-function-module-hr-infotype-operation-do/m-p/6062537#M1354221</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank to you all for the Information&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Arunna.S on Sep 17, 2009 7:59 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Sep 2009 05:58:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-17T05:58:58Z</dc:date>
    <item>
      <title>What will the function module HR_INFOTYPE_OPERATION do?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-will-the-function-module-hr-infotype-operation-do/m-p/6062532#M1354216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What will the function module HR_INFOTYPE_OPERATION do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to insert/update /delete a record from HR related standard tables...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will this function module do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not then what function module will do this job?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Arunna.S on Sep 16, 2009 11:54 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 09:54:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-will-the-function-module-hr-infotype-operation-do/m-p/6062532#M1354216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-16T09:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: What will the function module HR_INFOTYPE_OPERATION do?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-will-the-function-module-hr-infotype-operation-do/m-p/6062533#M1354217</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;This function module enables you to maintain master data for employees and applicants. You can transfer one data record. All validation checks take place that would take place in the individual maintenance screens in the dialog. If necessary, the module returns an error message. The error messages are the same as the error messages in the dialog, that is, the individual maintenance screen error messages are transferred rather than interpreted by this module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the Import parameter OPERATION you can perform the kind of operation you would like to wish on PA infotypes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 09:56:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-will-the-function-module-hr-infotype-operation-do/m-p/6062533#M1354217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-16T09:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: What will the function module HR_INFOTYPE_OPERATION do?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-will-the-function-module-hr-infotype-operation-do/m-p/6062534#M1354218</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; HR_INFOTYPE_OPERATION &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will Update the Infotype.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is additing data to the Infotype and deleting data to the Infotype like that.&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;Sreeram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 09:58:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-will-the-function-module-hr-infotype-operation-do/m-p/6062534#M1354218</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2009-09-16T09:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: What will the function module HR_INFOTYPE_OPERATION do?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-will-the-function-module-hr-infotype-operation-do/m-p/6062535#M1354219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&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;The HR_INFOTYPE_OPERATION function module is used for the Maintenance of HR infotypes, such as inserting, changing, deleting data etc &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example coding for MOD operation &lt;/P&gt;&lt;P&gt;      CONSTANTS: change TYPE pspar-actio VALUE 'MOD'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      "This code is requred and locks the record ready for modification&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'HR_EMPLOYEE_ENQUEUE'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;         number = p_pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      "loop at p0071 into p_p0071.  "added to put code in context&lt;/P&gt;&lt;P&gt;      validitybegin = p_record-begda.&lt;/P&gt;&lt;P&gt;      validityend   = p_record-endda.&lt;/P&gt;&lt;P&gt;      p_record-endda = pn-begda - 1.&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         = '0071'&lt;/P&gt;&lt;P&gt;          subtype       = p_record-subty&lt;/P&gt;&lt;P&gt;          objectid      = P_record-objps&lt;/P&gt;&lt;P&gt;          number        = p_record-pernr     "employeenumber&lt;/P&gt;&lt;P&gt;          validityend   = validityend&lt;/P&gt;&lt;P&gt;          validitybegin = validitybegin&lt;/P&gt;&lt;P&gt;          record        = p_record&lt;/P&gt;&lt;P&gt;          recordnumber  = p_record-SEQNR&lt;/P&gt;&lt;P&gt;          operation     = change&lt;/P&gt;&lt;P&gt;          nocommit      = nocommit&lt;/P&gt;&lt;P&gt;          dialog_mode   = '0'&lt;/P&gt;&lt;P&gt;        IMPORTING&lt;/P&gt;&lt;P&gt;          return        = return_struct&lt;/P&gt;&lt;P&gt;          key           = personaldatakey&lt;/P&gt;&lt;P&gt;        EXCEPTIONS&lt;/P&gt;&lt;P&gt;          OTHERS        = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       "endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     "unlock record after modification&lt;/P&gt;&lt;P&gt;     CALL FUNCTION 'HR_EMPLOYEE_DEQUEUE'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;        number = p_pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example coding for INS operation &lt;/P&gt;&lt;P&gt;      CONSTANTS: insert TYPE pspar-actio VALUE 'INS'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      "This code is requred and locks the record ready for modification&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'HR_EMPLOYEE_ENQUEUE'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;         number = p_pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      validitybegin = p_record-begda.&lt;/P&gt;&lt;P&gt;      validityend   = p_record-endda.&lt;/P&gt;&lt;P&gt;      p_record-pernr = p_pernr&lt;/P&gt;&lt;P&gt;      p_record-begda =  pn-begda.&lt;/P&gt;&lt;P&gt;      p_record-endda =  validityend.&lt;/P&gt;&lt;P&gt;      p_record-subty = p_SUBTY.  "subtype of new entry&lt;/P&gt;&lt;P&gt;      p_record-SCREF = p_SUBTY.  "subtype of new entry&lt;/P&gt;&lt;P&gt;      "plus populate any other fields you need to update&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         = '0071'&lt;/P&gt;&lt;P&gt;          subtype       = p_record-subty&lt;/P&gt;&lt;P&gt;          number        = p_record-pernr     "employeenumber&lt;/P&gt;&lt;P&gt;          validityend   = validityend&lt;/P&gt;&lt;P&gt;          validitybegin = validitybegin&lt;/P&gt;&lt;P&gt;          record        = p_record&lt;/P&gt;&lt;P&gt;          operation     = insert&lt;/P&gt;&lt;P&gt;          nocommit      = nocommit&lt;/P&gt;&lt;P&gt;          dialog_mode   = '0'&lt;/P&gt;&lt;P&gt;        IMPORTING&lt;/P&gt;&lt;P&gt;          return        = return_struct&lt;/P&gt;&lt;P&gt;          key           = personaldatakey&lt;/P&gt;&lt;P&gt;        EXCEPTIONS&lt;/P&gt;&lt;P&gt;          OTHERS        = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     "unlock record after modification&lt;/P&gt;&lt;P&gt;     CALL FUNCTION 'HR_EMPLOYEE_DEQUEUE'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;        number = p_pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Arvind Soni on Sep 16, 2009 3:37 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 10:06:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-will-the-function-module-hr-infotype-operation-do/m-p/6062535#M1354219</guid>
      <dc:creator>arvind_soni</dc:creator>
      <dc:date>2009-09-16T10:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: What will the function module HR_INFOTYPE_OPERATION do?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-will-the-function-module-hr-infotype-operation-do/m-p/6062536#M1354220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;[&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="985094"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="434486"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 10:08:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-will-the-function-module-hr-infotype-operation-do/m-p/6062536#M1354220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-16T10:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: What will the function module HR_INFOTYPE_OPERATION do?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-will-the-function-module-hr-infotype-operation-do/m-p/6062537#M1354221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank to you all for the Information&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Arunna.S on Sep 17, 2009 7:59 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 05:58:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-will-the-function-module-hr-infotype-operation-do/m-p/6062537#M1354221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T05:58:58Z</dc:date>
    </item>
  </channel>
</rss>

