<?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: delete record in IT2003 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-record-in-it2003/m-p/3746650#M901441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Irfan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the FM "HR_INFOTYPE_OPERATION", using "DEL" on the parameter "OPERATION".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Apr 2008 19:40:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-25T19:40:22Z</dc:date>
    <item>
      <title>delete record in IT2003</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-record-in-it2003/m-p/3746649#M901440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;   Can any one please help me with BAPI or FM or Call Transaction code to delete record in IT2003.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 19:31:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-record-in-it2003/m-p/3746649#M901440</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T19:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: delete record in IT2003</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-record-in-it2003/m-p/3746650#M901441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Irfan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the FM "HR_INFOTYPE_OPERATION", using "DEL" on the parameter "OPERATION".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 19:40:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-record-in-it2003/m-p/3746650#M901441</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T19:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: delete record in IT2003</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-record-in-it2003/m-p/3746651#M901442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I have to use 'BAPI_EMPLOYEE_ENQUEUE', &lt;/P&gt;&lt;P&gt;'BAPI_TRANSACTION_COMMIT'&lt;/P&gt;&lt;P&gt;'BAPI_EMPLOYEE_DEQUEUE'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the function module 'HR_INFOTYPE_OPERATION'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why do I have to use them. what do they do. Can I do this with out using them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 20:22:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-record-in-it2003/m-p/3746651#M901442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T20:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: delete record in IT2003</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-record-in-it2003/m-p/3746652#M901443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The FM 'BAPI_EMPLOYEE_ENQUEUE' is used to lock the PERNR that you will change, it also returns an error if the PERNR is being edited by another user. Using it you make sure that there is nobody else changing the same PERNR at the same time.&lt;/P&gt;&lt;P&gt;The FM 'BAPI_EMPLOYEE_DEQUEUE' unlock the PERNR after to change it. &lt;/P&gt;&lt;P&gt;Yes, you have to used them, the FM 'HR_INFOTYPE_OPERATION' returns an error if you try to update a PERNR without lock it before, also you have to unlock after to change it so another users can also make changes on it. &lt;/P&gt;&lt;P&gt;You don't need to use the 'BAPI_TRANSACTION_COMMIT' because the FM 'HR_INFOTYPE_OPERATION' already does a commit unless you set the parameter "NOCOMMIT".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Apr 2008 14:36:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-record-in-it2003/m-p/3746652#M901443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-26T14:36:50Z</dc:date>
    </item>
  </channel>
</rss>

