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_HRMASTER_SAVE_REPL_MULT

abdulazeez12
Active Contributor
0 Likes
607

Hi

When I create a POSITION from PP02 transaction code, an entry gets created in the tables - HRP1000 and T528B. However, when I write a ABAP program to create positions using the BAPI, BAPI_HRMASTER_SAVE_REPL_MULT, I can see entry created only in HRP1000, but not in T528B. Any guess why is it so?

I want an entry getting created in both HRP1000 and T528B using the BAPI also.

Thank You

M A

3 REPLIES 3
Read only

KK07
Contributor
0 Likes
496

Make sure you are passing all the infotypes like 0000,0001,0002 for Persons and HRP1000 for Objects.

Read only

abdulazeez12
Active Contributor
0 Likes
496

Infotypes 0000, 0001 and 0002 for which employee?

Read only

Former Member
0 Likes
496

Use Fm RH_CREATE_POSITIONS ... which creates entry in both Infotype and T table as well.