A_ACMTrdgContrDPQSHeader
ACM DPQS header Information
A_ACMTrdgContrDPQSHeader is a Consumption CDS View that provides data about "ACM DPQS header Information" in SAP S/4HANA. It reads from 1 data source (R_ACMTrdgContrDPQSHeaderTP) and exposes 7 fields with key fields TradingContractNumber, TradingContractItem.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_ACMTrdgContrDPQSHeaderTP | R_ACMTrdgContrDPQSHeaderTP | projection |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| OData.entityType.name | TradingContractDPQS_Type | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | ACM DPQS header Information | view |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | TradingContractNumber | TradingContractNumber | ||
| KEY | TradingContractItem | TradingContractItem | ||
| DiscPremQtyScheduleUniqueID | DiscPremQtyScheduleUniqueID | |||
| DiscPremQtyOvrdTiming | DiscPremQtyOvrdTiming | |||
| DiscPremQtyOvrdGovAnalysisCode | DiscPremQtyOvrdGovAnalysisCode | |||
| DiscPremQtyOvrdGovWeightCode | DiscPremQtyOvrdGovWeightCode | |||
| DiscPremQtyScheduleUUID | DiscPremQtyScheduleUUID |
@OData.entityType.name: 'TradingContractDPQS_Type'
@ObjectModel:{
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #A,
sizeCategory: #XL
}
}
@VDM: {
viewType : #CONSUMPTION,
lifecycle.contract.type: #PUBLIC_REMOTE_API,
usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
}
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'ACM DPQS header Information'
define view entity A_ACMTrdgContrDPQSHeader
as projection on R_ACMTrdgContrDPQSHeaderTP
{
key TradingContractNumber,
key TradingContractItem,
DiscPremQtyScheduleUniqueID,
DiscPremQtyOvrdTiming,
DiscPremQtyOvrdGovAnalysisCode,
DiscPremQtyOvrdGovWeightCode,
DiscPremQtyScheduleUUID,
//DiscPremQtyScheduleName,
//Associations
_ContractItem : redirected to parent A_ACMTrdgContrItmDet,
_ContractHeader : redirected to A_ACMTrdgContractOverview,
_DPQSCharacteristic : redirected to composition child A_ACMTrdgContrDPQSCharc
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_ACMTRDGCONTRDPQSHEADERTP"
],
"ASSOCIATED":
[
"A_ACMTRDGCONTRACTOVERVIEW",
"A_ACMTRDGCONTRDPQSCHARC",
"A_ACMTRDGCONTRITMDET",
"R_ACMTRDGCONTRDPQSCHARCTP",
"R_ACMTRDGCONTRHDRTP",
"R_ACMTRDGCONTRITMDETTP"
],
"BASE":
[
"R_ACMTRDGCONTRDPQSHEADERTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA