SAP ABAP Table
/MRSS/C_STATUSES
{Pushbutton for User Status}
Home
title {label: "SAP ABAP table /MRSS/C_STATUSES {Pushbutton for User Status}", size: "20"} # Entities [_MRSS_C_STATUSES] {bgcolor: "tomato"} *CLIENT {label: "CLNT (3)"} *+TABNO {label: "NUMC (2)"} *BUTTON {label: "CHAR (20)"} +STATUS_TYPE {label: "CHAR (10)"} +ICON {label: "CHAR (4)"} [_MRSS_C_ABSTAT] {bgcolor: "#d0e0d0"} *CLIENT {label: "CLNT (3)"} *STATUS_TYPE {label: "CHAR (10)"} [_MRSS_C_STAT_TAB] {bgcolor: "#d0e0d0"} *CLIENT {label: "CLNT (3)"} *TABNO {label: "NUMC (2)"} [ICON] {bgcolor: "#d0e0d0"} *ID {label: "CHAR (4)"} # Relationships _MRSS_C_STATUSES *--* ICON {label: "/MRSS/C_STATUSES-ICON = ICON-ID"} _MRSS_C_STATUSES *--* _MRSS_C_ABSTAT {label: "/MRSS/C_STATUSES-STATUS_TYPE = /MRSS/C_ABSTAT-STATUS_TYPE"} _MRSS_C_STATUSES *--* _MRSS_C_STAT_TAB {label: "/MRSS/C_STATUSES-TABNO = /MRSS/C_STAT_TAB-TABNO"}
View Full Image
View in PDF
Foreign Key tables (3)
/MRSS/C_ABSTAT
{Abstract Status}
/MRSS/C_STAT_TAB
{Customizing table for Tab Strips}
ICON
{Icons table}