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: 

HR upgrade causes T582v&t582w records increased

former_member308636
Participant
0 Kudos

Hi experts,

We have just upgraded our HR from 600 to 607, after this there comes a situation: table T582W and T582V increased there records. Above this when we call sap function "HR_INFOTYPE_OPERATION", it came an abap dump. The error occurs at line 444, have you ever met this? Could you please give us some advices?

Thank you in advance.

Best Regards,

Leo

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos

More likely your parameter SECONDARY_RECORD is wrongly defined in the caller (should be a structure with common fields with structures PSHDR or PSKEY) and not a CLIKE type (flat characters).