on 2016 Aug 30 12:07 PM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.