‎2009 Sep 18 6:24 AM
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
‎2009 Sep 18 10:59 AM
Make sure you are passing all the infotypes like 0000,0001,0002 for Persons and HRP1000 for Objects.
‎2009 Sep 18 11:11 AM
‎2009 Sep 18 12:51 PM
Use Fm RH_CREATE_POSITIONS ... which creates entry in both Infotype and T table as well.