SAP ABAP Table
NWPLACET
{Name of Work Environment}
Home
title {label: "SAP ABAP table NWPLACET {Name of Work Environment}", size: "20"} # Entities [NWPLACET] {bgcolor: "tomato"} *+MANDT {label: "CLNT (3)"} *SPRAS {label: "LANG (1)"} *WPLACETYPE {label: "CHAR (3)"} *+WPLACEID {label: "CHAR (40)"} [NWPLACE] {bgcolor: "#d0e0d0"} *+MANDT {label: "CLNT (3)"} *WPLACETYPE {label: "CHAR (3)"} *WPLACEID {label: "CHAR (40)"} [T000] {bgcolor: "#d0e0d0"} *MANDT {label: "CLNT (3)"} # Relationships NWPLACET *--* T000 {label: "NWPLACET-MANDT = T000-MANDT"} NWPLACET 1--* NWPLACE {label: "NWPLACET-WPLACEID = NWPLACE-WPLACEID"}
View Full Image
View in PDF
Foreign Key tables (2)
NWPLACE
{Work Environment}
T000
{Clients}