Application Development and Automation 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: 
Read only

The problem with the program HRUUTRV0

0 Likes
597

There is a problem with the program HRUUTRV0.

If I create orders for several personnel numbers, creating the records in 0298IT personnel number for the second error occurs: "Entry to be deleted 00000000 000000000000000000 cannot be found. Message no. PG224."

In the debugger, found that creating a personnel number for the second entry in the field 0298IT PSYST-FSTAT = 0002 PSYST-IOPER = MOD. Next, the system wants to remove the record from the buffer PS, in which the row is not (as I understand).

When you call the FM HR_PSBUFFER_INITIALIZE (through extension) before creating entries for this error does not occur.

Who are faced with the problem of where to look? Thanks in advance!

There is a problem with the program HRUUTRV0.

If I create orders for several personnel numbers, creating the records in 0298IT personnel number for the second error occurs: "Entry to be deleted 00000000 000000000000000000 cannot be found. Message no. PG224."

In the debugger, found that creating a personnel number for the second entry in the field 0298IT PSYST-FSTAT = 0002 PSYST-IOPER = MOD. Next, the system wants to remove the record from the buffer PS, in which the row is not (as I understand).

When you call the FM HR_PSBUFFER_INITIALIZE (through extension) before creating entries for this error does not occur.

Who are faced with the problem of where to look? Thanks in advance!

1 REPLY 1
Read only

gouravkumar64
Active Contributor
0 Likes
496

Hi ,

For your error -entry to be deleted can not be found (PG224),

Better to see this 2 sap notes & correction instruction for this

Note 966601 - infotype can not be deleted

Note 156765 - Message PG224 when you delete a personnel event


Hope it will solve your problem.

Check those.

Thanks

Gourav.