The CONV_PARAMETERS table in SAP ERP or S/4HANA stores Parameter that is sent directly to the converter data. There are total 3 fields in CONV_PARAMETERS table. The Parameter that is sent directly to the converter table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of CONV_PARAMETERS table. It is in Customizing conversion (CONV0C) ABAP package and is part of the Product Data Management (LO-PDM) module.
SAP CONV_PARAMETERS Table Fields
Following is the list of fields that are available in SAP CONV_PARAMETERS table. The primary key fields of the table are MANDT (Client), SPEC_NAME (Conversion specification name), CONV_PARAMETER (Parameter that is transferred to the converter directly).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | T000 | CLNT (3) |
| SPEC_NAME | Conversion specification name | CONVERTER_SPEC_NAME | CONVERT_SPEC | CHAR (40) |
| CONV_PARAMETER | Parameter that is transferred to the converter directly | CONVERTER_PARAMETER | CHAR (132) |


