<?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: HR_INFOTYPE_OPERATION  Function Buffer Issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-infotype-operation-function-buffer-issue/m-p/1568671#M256751</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry did not work.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Oct 2006 15:13:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-12T15:13:46Z</dc:date>
    <item>
      <title>HR_INFOTYPE_OPERATION  Function Buffer Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-infotype-operation-function-buffer-issue/m-p/1568667#M256747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using HR_INFOTYPE_OPERATION to update a custom infotype. Following is what I am doing in the user exit (international transfer). &lt;/P&gt;&lt;P&gt;1. Delete record for custom infotype (9005) for OLD_PERNR = 50&lt;/P&gt;&lt;P&gt;   - HR_INFOTYPE_OPERATION with "DEL"&lt;/P&gt;&lt;P&gt;   - CALL FUNCTION 'HR_PSBUFFER_INITIALIZE'.&lt;/P&gt;&lt;P&gt;   - COMMIT WORK and WAIT.&lt;/P&gt;&lt;P&gt;2. Create record for Costom infotype (9005) for NEW_PERNR = 51&lt;/P&gt;&lt;P&gt;   - HR_INFOTYPE_OPERATION with "INS"&lt;/P&gt;&lt;P&gt;   - CALL FUNCTION 'HR_PSBUFFER_INITIALIZE'.&lt;/P&gt;&lt;P&gt;   - COMMIT WORK and WAIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After complete processing one can see records created for both PERNR (50 and 51) with same data sent to function in step 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There seems to be a buffer issue any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 04:58:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-infotype-operation-function-buffer-issue/m-p/1568667#M256747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T04:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: HR_INFOTYPE_OPERATION  Function Buffer Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-infotype-operation-function-buffer-issue/m-p/1568668#M256748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;after each process REFRESH all the internal tables, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;operation one : DELETE and commit work &lt;/P&gt;&lt;P&gt;refresh all FM data , &lt;/P&gt;&lt;P&gt;operation two : Insert and commit work.&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;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 05:17:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-infotype-operation-function-buffer-issue/m-p/1568668#M256748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T05:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: HR_INFOTYPE_OPERATION  Function Buffer Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-infotype-operation-function-buffer-issue/m-p/1568669#M256749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry did not work. There are actually no internal tables at that are sent when using function "HR_INFOTYPE_OPERATION"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 06:20:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-infotype-operation-function-buffer-issue/m-p/1568669#M256749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T06:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: HR_INFOTYPE_OPERATION  Function Buffer Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-infotype-operation-function-buffer-issue/m-p/1568670#M256750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, The problem seems to be with &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'HR_PSBUFFER_INITIALIZE'.&lt;/P&gt;&lt;P&gt;- COMMIT WORK and WAIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do it the other way: &lt;/P&gt;&lt;P&gt;- COMMIT WORK and WAIT.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'HR_PSBUFFER_INITIALIZE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tell me if it works...&lt;/P&gt;&lt;P&gt;I can give you the reason...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 08:36:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-infotype-operation-function-buffer-issue/m-p/1568670#M256750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T08:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: HR_INFOTYPE_OPERATION  Function Buffer Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-infotype-operation-function-buffer-issue/m-p/1568671#M256751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry did not work.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 15:13:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-infotype-operation-function-buffer-issue/m-p/1568671#M256751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T15:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: HR_INFOTYPE_OPERATION  Function Buffer Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-infotype-operation-function-buffer-issue/m-p/1568672#M256752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot use a COMMIT WORK inside the User exit.. Plcae the function call to HR_INFOTYPE_OPERATION in a separate Report program &amp;amp; SUBMIT that report from the User exit.. this will isolate the two workprocesses &amp;amp; eliminate the COMMIT WORK conflicts..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 15:20:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-infotype-operation-function-buffer-issue/m-p/1568672#M256752</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-10-12T15:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: HR_INFOTYPE_OPERATION  Function Buffer Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-infotype-operation-function-buffer-issue/m-p/1568673#M256753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The code is exactly as you have mentioned. But the problem is still there.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 16:37:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-infotype-operation-function-buffer-issue/m-p/1568673#M256753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T16:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: HR_INFOTYPE_OPERATION  Function Buffer Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-infotype-operation-function-buffer-issue/m-p/1568674#M256754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem is solved. There is a switch in table "V_T582A" (prosposed) that was "on" and copy infotype switch was "on". After switching those switches off the User exit worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plus I implemented steps recommended above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 18:48:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-infotype-operation-function-buffer-issue/m-p/1568674#M256754</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T18:48:10Z</dc:date>
    </item>
  </channel>
</rss>

