Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with Function Module RHPA_APPRAISAL_PERIOD_CHANGE

Former Member
0 Kudos

Hi! Experts,

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

CALL FUNCTION 'RHPA_APPRAISAL_PERIOD_CHANGE'

PLANVERSION = ' 01'

APPRAISAL_ID = ' 50006061'

*NEW_ADATE =

*NEW_BEGIN_DATE =

NEW_END_DATE = '20071026'

VTASK = 'D'

*KEEP_LUPD=

*WITH_BUFFER_CHECK=

*exceptions

*NOTHING_FOUND

*NO_AUTHORITY

*ERROR_DURING_UPDATE

*ERROR_DURING_DELETE

*ERROR_DURING_INSERT

*INVALID_DATE

*RELATION_NOT_POSSIBLE

*JUST_ONE_ALLOWED

*UNDEFINED

The error which I am getting while running this FM with above data is :

Exception NOTHING_FOUND

Message ID: 5A

Message Number: 718

Message: Table PLOG must no longer be used for infotype 0790

Can anyone please help me out with this one, its urgent

Thanks in advance.

Regards,

Mistry Wasim

1 REPLY 1

Former Member
0 Kudos

update:

well, my mistake: i tried to delete an object with the wrong object type.

but quite curiois that such an error comes up instead of "nothing found"

Hi there.

I got the same error when using the function module 'RH_DELETE_OBJECT' for deleting an object (type 'E' event).

I checked our system for infotype 0790. Nothing customized, even a module pool "MP079000" does NOT exist !

The error occurs because there is an entry for the infotyp 790 in T777D, but all fields are empty .

can anybody support?

thank's a lot

Edited by: Markus Rietmann on Feb 1, 2011 2:15 PM