SAP table T005J (Communication: country dialling code exceptions (Telephone))

SAP table T005J has 3 primary key fields being MANDT,SKFROM,SKTO.

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
SKFROM Ctry/Region of Origin CHAR 3 0 T005 SKFROM
SKTO Destination Country/Region CHAR 3 0 T005 SKTO
SKTELEFON Complete foreign dialling code CHAR 8 0 SKTELFT
SKRM1DIG Digit to be deleted for calls from abroad CHAR 1 0 SKTELFRM

T005J foreign key relationships

Table Field Check Table Check Field
0 T005J MANDT T000 Clients MANDT
1 T005J SKFROM T005 Countries MANDT
1 T005J SKFROM T005 Countries LAND1
0 T005J SKTO T005 Countries MANDT
0 T005J SKTO T005 Countries LAND1