<?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: Problem with Function Module RHPA_APPRAISAL_PERIOD_CHANGE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-module-rhpa-appraisal-period-change/m-p/3003101#M709495</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;update:&lt;/P&gt;&lt;P&gt;well, my mistake: i tried to delete an object with the wrong object type.&lt;/P&gt;&lt;P&gt;but quite curiois that such an error comes up instead of "nothing found" &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the same error when using the function module 'RH_DELETE_OBJECT' for deleting an object (type 'E' event).&lt;/P&gt;&lt;P&gt;I checked our system for infotype 0790. Nothing customized, even a module pool "MP079000" does NOT exist !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error occurs because there is an entry for the infotyp 790 in T777D, but all fields are empty .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anybody support?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank's a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Markus Rietmann on Feb 1, 2011 2:15 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Feb 2011 13:05:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-02-01T13:05:09Z</dc:date>
    <item>
      <title>Problem with Function Module RHPA_APPRAISAL_PERIOD_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-module-rhpa-appraisal-period-change/m-p/3003100#M709494</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;&lt;/P&gt;&lt;P&gt;I am stuck up with this function module RHPA_APPRAISAL_PERIOD_CHANGE, the requirement is as such that I need to change the End Date of an Appraisal. The importing parameter which i m passing are as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RHPA_APPRAISAL_PERIOD_CHANGE'&lt;/P&gt;&lt;P&gt;PLANVERSION = ' 01'&lt;/P&gt;&lt;P&gt;APPRAISAL_ID = ' 50006061'&lt;/P&gt;&lt;P&gt;*NEW_ADATE =&lt;/P&gt;&lt;P&gt;*NEW_BEGIN_DATE =&lt;/P&gt;&lt;P&gt;NEW_END_DATE = '20071026'&lt;/P&gt;&lt;P&gt;VTASK = 'D'&lt;/P&gt;&lt;P&gt;*KEEP_LUPD=&lt;/P&gt;&lt;P&gt;*WITH_BUFFER_CHECK=&lt;/P&gt;&lt;P&gt;*exceptions&lt;/P&gt;&lt;P&gt;*NOTHING_FOUND&lt;/P&gt;&lt;P&gt;*NO_AUTHORITY&lt;/P&gt;&lt;P&gt;*ERROR_DURING_UPDATE&lt;/P&gt;&lt;P&gt;*ERROR_DURING_DELETE&lt;/P&gt;&lt;P&gt;*ERROR_DURING_INSERT&lt;/P&gt;&lt;P&gt;*INVALID_DATE&lt;/P&gt;&lt;P&gt;*RELATION_NOT_POSSIBLE&lt;/P&gt;&lt;P&gt;*JUST_ONE_ALLOWED&lt;/P&gt;&lt;P&gt;*UNDEFINED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error which I am getting while running this FM with above data is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exception       NOTHING_FOUND                                                &lt;/P&gt;&lt;P&gt;Message ID:          5A                         &lt;/P&gt;&lt;P&gt;Message Number:           718&lt;/P&gt;&lt;P&gt;Message: Table PLOG must no longer be used for infotype 0790                          &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help me out with this one, its urgent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mistry Wasim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2007 12:02:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-module-rhpa-appraisal-period-change/m-p/3003100#M709494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-25T12:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Function Module RHPA_APPRAISAL_PERIOD_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-module-rhpa-appraisal-period-change/m-p/3003101#M709495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;update:&lt;/P&gt;&lt;P&gt;well, my mistake: i tried to delete an object with the wrong object type.&lt;/P&gt;&lt;P&gt;but quite curiois that such an error comes up instead of "nothing found" &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the same error when using the function module 'RH_DELETE_OBJECT' for deleting an object (type 'E' event).&lt;/P&gt;&lt;P&gt;I checked our system for infotype 0790. Nothing customized, even a module pool "MP079000" does NOT exist !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error occurs because there is an entry for the infotyp 790 in T777D, but all fields are empty .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anybody support?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank's a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Markus Rietmann on Feb 1, 2011 2:15 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Feb 2011 13:05:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-module-rhpa-appraisal-period-change/m-p/3003101#M709495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-01T13:05:09Z</dc:date>
    </item>
  </channel>
</rss>

