cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Data transfer to PA48 - New Hiring Action Type (PA40) Assignment

Former Member
0 Likes
322

Hello Team,

I am working on E-Recruitment ECC 6.0 EHP 7 - NWBC.

My question is when we Create the Activity : Data Transfer for New Employees and that data will transfer to PA48.

Here I need to update the action type (PA40 - Actions ).  So can you suggest, which table I should update the Action type for New Hiring by E-Rec.

Best Regards,

Santosh Shivane

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hi Santhosh,

Enhance include MPRAPF01 and write you Code in FORM read_and_transfer subroutine

Append Data in  I752F as below.

*--> Street and House Number

     I752F-MANDT = SY-MANDT. I752F-PERNR = A_PERNR. I752F-INFTY = '0006'. I752F-FNAME = 'P0006-STRAS'. I752F-SEQNR = '00'. I752F-FVAL = IT_DATA-PERM_HOUSE_NO.

     APPEND I752F.



similarly you can pass data to all infotypes


Thanks