SAP ABAP Table
SFW_LOG
{Structure for storing the log details}
Home
title {label: "SAP ABAP table SFW_LOG {Structure for storing the log details}", size: "20"} # Entities [SFW_LOG] {bgcolor: "tomato"} +ID {label: "CHAR (20)"} +LOG_NO {label: "CHAR (20)"} +LOG_MSG_NO {label: "NUMC (6)"} [BALHDR] {bgcolor: "#d0e0d0"} *+MANDANT {label: "CLNT (3)"} *LOGNUMBER {label: "CHAR (20)"} [BALM] {bgcolor: "#d0e0d0"} *+MANDANT {label: "CLNT (3)"} *+LOGNUMBER {label: "CHAR (20)"} *MSGNUMBER {label: "NUMC (6)"} [T100A] {bgcolor: "#d0e0d0"} *ARBGB {label: "CHAR (20)"} # Relationships SFW_LOG *--* T100A {label: "SFW_LOG-ID = T100A-ARBGB"} SFW_LOG *--* BALM {label: "SFW_LOG-LOG_MSG_NO = BALM-MSGNUMBER"} SFW_LOG *--* BALHDR {label: "SFW_LOG-LOG_NO = BALHDR-LOGNUMBER"}
View Full Image
View in PDF
Foreign Key tables (3)
BALHDR
{Application log: log header}
BALM
{Application log: log message}
T100A
{Message IDs for T100}