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

BAPI infotype 0024

Former Member
0 Likes
431

Hello all,

please could anyone help me on massive updating of Personal Development dates saved in the infotype 0024. I need to update not only links between objects P<->B and P<->VA but also create notes. Call transaction PPDPIM fails and according to SAP Note one should use a BAPI to do it.

So the question is: Which BAPI could I use instead of calling transaction PPDPIM? and in case there is no such a BAPI created, how should I proceed?

Thank you in advance!

1 ACCEPTED SOLUTION
Read only

amit_khare
Active Contributor
0 Likes
399

Welcome to SDN.

Use FM HR_INFOTYPE_OPERATIONS

3 REPLIES 3
Read only

amit_khare
Active Contributor
0 Likes
400

Welcome to SDN.

Use FM HR_INFOTYPE_OPERATIONS

Read only

0 Likes
399

Thanks

The problem is that the FM allows me to edit only the table PA0024 and what I want is to for example update massively comments saved in the Notes that you can link to the Individual Development Plan or to any of its Items, etc. Call transaction PPDPIM fails, how to do it? Any idea?

Read only

0 Likes
399

Hi,

Use FM : HR_INFOTYPE_OPERATION or HR_MAINTAIN_MASTERDATA

check bapi : BAPI_HRMASTER_SAVE_REPL_MULT

Regards

Kiran Sure