cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in updating Last Name, First Name in BP

Former Member
0 Kudos

Hi All,

I'm new with SAP and I'm assigned to handle CRM. I'm having problem with different employee names appearing in CRM and in HR GUI. I already ran manually PFAL for the said employee and still I can't have the employee's last & first name been updated. The employee status is already withdrawn. Was withdrawn employee supposed not to get updated its information through PFAL?Is there anyway I can still update the said information even the employee status is withdrawn?

Thanks,

William

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Try FM BAPI_BUPA_CENTRAL_CHANGE.

Best regards,

Caíque Escaler

Former Member
0 Kudos

Hi Caique,

Thanks for the response.

I've looked on FM BAPI_BUPA_CENTRAL_CHANGE and seen that it calls other functions which are BUPA_ACT_ANALYZE_FOR_BAPI and BUPA_CENTRAL_CHANGE. I put a break point on the FM BAPI_BUPA_CENTRAL_CHANGE line of code which calls the FM BUPA_ACT_ANALYZE_FOR_BAPI, then I re-run the IDOC in debugging mode (thru WE19) which I already generated when I push the employee Iu2019m having problem with but the debugger doesnu2019t stop on the breakpoint I put on FM BAPI_BUPA_CENTRAL_CHANGE.

Am I doing it on the right way? Is this FM was called on during the PFAL Process?

Also, what I'm trying here is to look for the code where it excluded the withdrawn employee during the PFAL Process thatu2019s why withdrawn employees information was not push to CRM, can I found it here or thereu2019s no such filter like what Iu2019m looking for? In this case, can I know why the withdrawn employee does not push its information update from HR to CRM? Where can I see this code?

Thanks,

William

Former Member
0 Kudos

Hi William,

I dont know if this FM is called in trx. PFAL I just sugested you to use it as a workaround.

Try to set a break-point in the statement commit work and see if you can discover which FM is called to realize the update.

Best regards,

Caíque Escaler

Answers (0)