SAP Note 556155 - No central person is assigned to the business partner

Component : Business Partners -

Solution : https://service.sap.com/sap/support/notes/556155 (SAP Service marketplace login required)

Summary :
SAP Note focuses on issues with external interface CRMXIF_PARTNER_SAVE used for importing business partners as 'Employees' into a CRM server. When attempting to assign these partners to an organizational unit or create an "is employee" relation, errors occur. To resolve, the system necessitates an update in HR data for the 'Employee' role, which isn't initially performed via the interface. A workaround involves manual editing and saving of the business partner's data. Additionally, the custom function module Z_BUPA_CREATE_CENTRAL_PERSON needs registration in the BDT time control for updating the central and CRM-specific data.

Key words :
0crm inbound business partner 100000 bupa_mwx_bdoc_map_main_centralcrm inbound business partner 100005 z_bupa_create_central_personcrm inbound business partner 200000 crm_bupa_bdoc_map_mainas, create central person    call function 'crm_bupa_createcentralperson'      exporting        iv_bu_partner_guid = lv_guid_raw16        iv_no_commit       = 'x'      exceptions        error_message      = 0, guid  call function 'bapi_bupa_get_numbers'    exporting      businesspartnerguid               =        c_bp_struct-header-object_instance-bpartnerguid    importing      businesspartnerout                = lv_partner, crm business partner inbound 1000000 bupa_inbound_main_centralcrm business partner inbound 1000005 z_bupa_create_central_personcrm business partner inbound 1100000 crm_bupa_inbound_main_md, call function 'crm_centralperson_get'    exporting      iv_bu_partner_guid = lv_guid_raw16    exceptions      no_central_person  = 1      error_message      = 2, employee  call function 'crm_bupa_if_check_employee'    exporting      iv_partner        = lv_partner    importing      ev_bp_is_employee = lv_bp_is_employee, lv_guid_raw16  = c_bp_struct-header-object_instance-bpartnerguid, business partner created, business partner maintenance, business partner online

Related Notes :

774662Enhancement of the business partner data exchanges