Enterprise Resource Planning Blogs by SAP
Get insights and updates about cloud ERP and RISE with SAP, SAP S/4HANA and SAP S/4HANA Cloud, and more enterprise management capabilities with SAP blog posts.
cancel
Showing results for 
Search instead for 
Did you mean: 
RonaLu
Associate
Associate
0 Kudos
286

1. How to reproduce this issue


1) execute report /SHCM/RH_SYNC_BUPA_EMPL_SINGLE, input employee number
2) Go to SLG1 to check the log.

RonaLu_0-1736918906575.png


2. Why this issue happens


CA-HR-S4-OP-BP KBA 2792166 - Same number for BP and employee
AP-MD-BP-SYN    KBA 2430380 - Same number for BP and customer/vendor in CVI
LO-MD-BP-SYN    KBA 3439994 - Customer/Vendor number is not within interval

1) In HR module and BP module, the number range 01 is from 0000000001 to 0000149999 as internal number.

    HR number range configuration in table T77S0.    

   RonaLu_1-1736918927292.png

    BP number range configuration IMG path    

  RonaLu_2-1736918957804.png 

RonaLu_3-1736918976224.png  RonaLu_4-1736918996771.png

2) However, in table T077K, which will be called by method CHECK_ID_FOR_NEW_VENDOR (CVI_KA_BP_VENDOR) , we can find the vendor number range is from 0000000001 to 0000049999 for account group 01 as inconsistency between source HR and target BP/Vendor.

RonaLu_5-1736919041712.png

RonaLu_6-1736919050244.png

RonaLu_7-1736919076104.png

Table T077K

RonaLu_8-1736919113053.png

RonaLu_9-1736919120668.pngRonaLu_10-1736919129130.png

Reference debug steps:

RonaLu_11-1736919158696.png

RonaLu_12-1736919166225.png

RonaLu_13-1736919171363.png

RonaLu_14-1736919176554.png

3. How to resolve this issue

Customer need to correct the table T077K configuration in order to let number range settings with same rule from source HR module and target BP/Vender