cancel
Showing results for 
Search instead for 
Did you mean: 

populating data into Infotype 0302 (Additional Actions)

MartinMaruskin
Active Contributor
0 Kudos

Hi all,

While I'm setting up a new Action Type for existing employee in tcode PA30. There is a new record added in table PA000 - Infotype Actions. Also an Additional Actions infotyp 0302 is populated (bottom part of picture below). There is a record added into PA0302 table.

Now I need to do the same programatically by BAPI call.

Can anyone suggest BAPI which can generate the recorsd in both tables PA0000 and PA0302?

thank you!

m./

Accepted Solutions (1)

Accepted Solutions (1)

MartinMaruskin
Active Contributor
0 Kudos

I solved this by populating the 0302 infotype data into table employee_personnel_action of BAPI:  BAPI_HRMASTER_SAVE_REPL_MULT. This basically creates also entry into the PA0302 table.

Answers (0)