A016
Contract Item
A016 is an SAP database table in S/4HANA. Contract Item. It contains 8 fields. 9 CDS views read from this table.
CDS Views using this table (9)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| /dmbe/i_MM_Contract_Conditions | view | from | ||
| I_CmmdtyPrcgTmeDepdntLinkage | view_entity | from | BASIC | CPE Time dependent condition linkage |
| I_CntrlPurContrItemCondition | view | from | BASIC | Central Purchase Contract Condition Basic view |
| I_PurCtrCndItem | view | from | BASIC | Contract Conditions Item View |
| I_PurCtrCondItem | view | from | BASIC | Purchase Contract Item Conditions |
| I_Schedgagrmtitmcnd | view | from | BASIC | Scheduling Agreement Item Conditions |
| P_CntrlPurContrItmCndnVal | view | from | BASIC | |
| P_PurContrCndnItm | view | from | BASIC | |
| P_SchedgAgrmtCndnItm | view | from | BASIC |
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.
-- Contract Item
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE A016 (
MANDT, -- Client [MANDT]
KAPPL, -- Application [KAPPL]
KSCHL, -- Condition Type [KSCHA]
EVRTN, -- Purchasing Doc. [EBELN]
EVRTP, -- Item [EBELP]
DATBI, -- Valid To [KODATBI]
DATAB, -- Valid From [KODATAB]
KNUMH, -- Cond.Record No. [KNUMH]
PRIMARY KEY (MANDT, KAPPL, KSCHL, EVRTN, EVRTP, DATBI)
);
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