SAP ABAP Table
PERSON_APP
{Append Structure for PERSON}
Home
title {label: "SAP ABAP table PERSON_APP {Append Structure for PERSON}", size: "20"} # Entities [PERSON_APP] {bgcolor: "tomato"} [CSKS] {bgcolor: "#d0e0d0"} *MANDT {label: "CLNT (3)"} *+KOKRS {label: "CHAR (4)"} *KOSTL {label: "CHAR (10)"} *DATBI {label: "DATS (8)"} [T001] {bgcolor: "#d0e0d0"} *+MANDT {label: "CLNT (3)"} *BUKRS {label: "CHAR (4)"} [TKA01] {bgcolor: "#d0e0d0"} *+MANDT {label: "CLNT (3)"} *KOKRS {label: "CHAR (4)"} # Relationships PERSON_APP *--* T001 {label: "PERSON_APP-BUKRS = T001-BUKRS"} PERSON_APP *--* TKA01 {label: "PERSON_APP-KOKRS = TKA01-KOKRS"} PERSON_APP *--* CSKS {label: "PERSON_APP-KOSTL = CSKS-KOSTL"}
View Full Image
View in PDF
Foreign Key tables (3)
CSKS
{Cost Center Master Data}
T001
{Company Codes}
TKA01
{Controlling Areas}