SAP table EDPAR (Convert External < > Internal Partner Number)

SAP table EDPAR has 4 primary key fields being MANDT,KUNNR,PARVW,EXPNR.

If you're only analyzing data from a single SAP instance you may omit field MANT in your relationships as it will we the same across the entire dataset. On the other hand, if you're combining data from multiple SAP instances you need to take MANDT into account.

Field Description Data Type Length Decimals Checktable Data Element
MANDT Client CLNT 3 0 T000 MANDT
KUNNR Customer Number CHAR 10 0 KNA1 KUNNR
PARVW Partner Function CHAR 2 0 TPAR PARVW
EXPNR External Partner Number (in Customer System) CHAR 20 0 EDI_EXPNR
INPNR Internal Partner Number (in SAP System) CHAR 10 0 EDI_INPNR
ADDRNUMBER Address Number CHAR 10 0 ADRC AD_ADDRNUM

EDPAR foreign key relationships

Table Field Check Table Check Field
0 EDPAR ADDRNUMBER ADRC Addresses (Business Address Services) DATE_FROM
0 EDPAR ADDRNUMBER ADRC Addresses (Business Address Services) NATION
1 EDPAR KUNNR KNA1 General Data in Customer Master MANDT
1 EDPAR KUNNR KNA1 General Data in Customer Master KUNNR
0 EDPAR MANDT T000 Clients MANDT
1 EDPAR PARVW TPAR Business Partner: Functions PARVW