CNV_2010C_PARAMS
Parameter table for 2010C
CNV_2010C_PARAMS is an SAP database table in S/4HANA. Parameter table for 2010C. It contains 11 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| CNV_2010C_Q2P_RELEASE | view | from | Check the Q2P Release flag from CNV_2010C_PARAMS |
Fields (11)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | mandt | Client | |||
| KEY | mapping_guid | cnv_2010c_guid | Mapping GUID | |||
| KEY | paramname | char40 | Char | |||
| KEY | paramnum | cnv_panum | Number | |||
| paramtype | cnv_patype | Parameter type | ||||
| valuefrom | cnv_param | Parameters | ||||
| valueto | cnv_param | Parameters | ||||
| operator | char1 | Single-Character Flag | ||||
| packid | cnv_pack | Pack.no. | ||||
| doc_status | icon_d | Icon in text fields (substitute display, alias) | ||||
| doc_obj | doku_obj | Object |
Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.
-- Parameter table for 2010C
-- Category TRANSPARENT · Delivery class L
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE CNV_2010C_PARAMS (
MANDT, -- Client [mandt]
MAPPING_GUID, -- Mapping GUID [cnv_2010c_guid]
PARAMNAME, -- Char [char40]
PARAMNUM, -- Number [cnv_panum]
PARAMTYPE, -- Parameter type [cnv_patype]
VALUEFROM, -- Parameters [cnv_param]
VALUETO, -- Parameters [cnv_param]
OPERATOR, -- Single-Character Flag [char1]
PACKID, -- Pack.no. [cnv_pack]
DOC_STATUS, -- Icon in text fields (substitute display, alias) [icon_d]
DOC_OBJ, -- Object [doku_obj]
PRIMARY KEY (MANDT, MAPPING_GUID, PARAMNAME, PARAMNUM)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA