SAP ABAP Table
/OSP/T_RAUI_DEL
{Table to Store the Reports Delivery types}
Home
title {label: "SAP ABAP table /OSP/T_RAUI_DEL {Table to Store the Reports Delivery types}", size: "20"} # Entities [_OSP_T_RAUI_DEL] {bgcolor: "tomato"} *MANDT {label: "CLNT (3)"} *CAT_ID {label: "CHAR (4)"} *+REPORT {label: "CHAR (40)"} *RFCDEST {label: "CHAR (32)"} *+RP_DEL_TYP {label: "CHAR (50)"} [_OSP_T_GD_VALUE] {bgcolor: "#d0e0d0"} *MANDT {label: "CLNT (3)"} *+SETTING_TYPE {label: "CHAR (50)"} *SETTING_VALUE {label: "CHAR (50)"} [_OSP_T_RAUI_SEL] {bgcolor: "#d0e0d0"} *MANDT {label: "CLNT (3)"} *+CAT_ID {label: "CHAR (4)"} *REPORT {label: "CHAR (40)"} *+RFCDEST {label: "CHAR (32)"} # Relationships _OSP_T_RAUI_DEL 1--* _OSP_T_RAUI_SEL {label: "/OSP/T_RAUI_DEL-REPORT = /OSP/T_RAUI_SEL-REPORT"} _OSP_T_RAUI_DEL 1--* _OSP_T_GD_VALUE {label: "/OSP/T_RAUI_DEL-RP_DEL_TYP = /OSP/T_GD_VALUE-SETTING_VALUE"}
View Full Image
View in PDF
Foreign Key tables (2)
/OSP/T_GD_VALUE
{OSP: Global Definitions Setting Values}
/OSP/T_RAUI_SEL
{OSP Reports Selection Table}