SAP ABAP Table
CONV_PARAMETERS
{Parameter that is sent directly to the converter}
Home
title {label: "SAP ABAP table CONV_PARAMETERS {Parameter that is sent directly to the converter}", size: "20"} # Entities [CONV_PARAMETERS] {bgcolor: "tomato"} *+MANDT {label: "CLNT (3)"} *+SPEC_NAME {label: "CHAR (40)"} *CONV_PARAMETER {label: "CHAR (132)"} [CONVERT_SPEC] {bgcolor: "#d0e0d0"} *+MANDT {label: "CLNT (3)"} *NAME {label: "CHAR (40)"} [T000] {bgcolor: "#d0e0d0"} *MANDT {label: "CLNT (3)"} # Relationships CONV_PARAMETERS *--* T000 {label: "CONV_PARAMETERS-MANDT = T000-MANDT"} CONV_PARAMETERS 1--* CONVERT_SPEC {label: "CONV_PARAMETERS-SPEC_NAME = CONVERT_SPEC-NAME"}
View Full Image
View in PDF
Foreign Key tables (2)
CONVERT_SPEC
{Detailed information about special conversions}
T000
{Clients}