SAP table OIFSMCADDR (Link Table Between OIFSPBL and ADRC for Matchcode)

SAP table OIFSMCADDR has 3 primary key fields being MANDT,PBLNR,ADDRNUM.

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
PBLNR Business location identifier (IS-Oil MRN) CHAR 10 0 OIFSPBL OIF_PBLNR
ADDRNUM Address No. in ADRC CHAR 10 0 ADRC OIF_ADNUM
DATE_FROM Valid-from date - in current Release only 00010101 possible DATS 8 0 AD_DATE_FR
NATION Version ID for International Addresses CHAR 1 0 ADRC AD_NATION

OIFSMCADDR foreign key relationships

Table Field Check Table Check Field
0 OIFSMCADDR ADDRNUM ADRC Addresses (Business Address Services) DATE_FROM
0 OIFSMCADDR ADDRNUM ADRC Addresses (Business Address Services) NATION
1 OIFSMCADDR MANDT T000 Clients MANDT
0 OIFSMCADDR NATION ADRC Addresses (Business Address Services) DATE_FROM
0 OIFSMCADDR NATION ADRC Addresses (Business Address Services) NATION
1 OIFSMCADDR PBLNR OIFSPBL Physical Location - Master Data PBLNR