SAP ABAP Table
TA21RZC
{Assignment: Country-Subdividing Region to Location}
Home
title {label: "SAP ABAP table TA21RZC {Assignment: Country-Subdividing Region to Location}", size: "20"} # Entities [TA21RZC] {bgcolor: "tomato"} *MANDT {label: "CLNT (3)"} *+REGION {label: "CHAR (3)"} *+LOCID {label: "CHAR (3)"} [TA21L] {bgcolor: "#d0e0d0"} *MANDT {label: "CLNT (3)"} *LOCID {label: "CHAR (3)"} [TA21R] {bgcolor: "#d0e0d0"} *MANDT {label: "CLNT (3)"} *REG_TYPE {label: "NUMC (1)"} *REGION {label: "CHAR (3)"} # Relationships TA21RZC 1--* TA21L {label: "TA21RZC-LOCID = TA21L-LOCID"} TA21RZC 1--* TA21R {label: "TA21RZC-REGION = TA21R-REGION"}
View Full Image
View in PDF
Foreign Key tables (2)
TA21L
{IATA Locations}
TA21R
{Regions}