SAP ABAP Table
JHIMSG
{IS-M: Message}
Home
title {label: "SAP ABAP table JHIMSG {IS-M: Message}", size: "20"} # Entities [JHIMSG] {bgcolor: "tomato"} +MSGID {label: "CHAR (20)"} +MSGNO {label: "CHAR (3)"} [T100] {bgcolor: "#d0e0d0"} *+SPRSL {label: "LANG (1)"} *+ARBGB {label: "CHAR (20)"} *MSGNR {label: "CHAR (3)"} [T100A] {bgcolor: "#d0e0d0"} *ARBGB {label: "CHAR (20)"} # Relationships JHIMSG 1--* T100A {label: "JHIMSG-MSGID = T100A-ARBGB"} JHIMSG 1--* T100 {label: "JHIMSG-MSGNO = T100-MSGNR"}
View Full Image
View in PDF
Foreign Key tables (2)
T100
{Messages}
T100A
{Message IDs for T100}