R_ACMNOMINATIONTRDGCONTRUOMTP
ACM Nomination trading contract UoM - TP
R_ACMNOMINATIONTRDGCONTRUOMTP is a CDS View in S/4HANA. ACM Nomination trading contract UoM - TP. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_ACMNominationTrdgContrUoM | view_entity | projection | CONSUMPTION | ACM Nomination Trading Contract UoM |
@AccessControl.authorizationCheck: #MANDATORY
@VDM: {
viewType: #TRANSACTIONAL,
lifecycle.contract.type: #SAP_INTERNAL_API
}
@ObjectModel:{
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #C,
sizeCategory: #M
}
}
@EndUserText.label: 'ACM Nomination trading contract UoM - TP'
define view entity R_ACMNominationTrdgContrUoMTP
as select from I_ACMNominationTrdgContrUoM
association to parent R_ACMNominationTrdgContractTP as _ACMNominationTrdgContract on $projection.NominationKey = _ACMNominationTrdgContract.NominationKey
and $projection.NominationDocItem = _ACMNominationTrdgContract.NominationDocItem
and $projection.TradingContractNumber = _ACMNominationTrdgContract.TradingContractNumber
and $projection.TradingContractItem = _ACMNominationTrdgContract.TradingContractItem
association [1..1] to R_ACMNominationTP as _ACMNomination on $projection.NominationKey = _ACMNomination.NominationKey
association [1..1] to R_ACMNominationItemTP as _ACMNominationItem on $projection.NominationKey = _ACMNominationItem.NominationKey
and $projection.NominationDocItem = _ACMNominationItem.NominationDocItem
{
key NominationKey,
key NominationDocItem,
key TradingContractNumber,
key TradingContractItem,
key PreferredUnitOfMeasure,
ScheduledQuantityUnit,
ScheduledQuantity,
// Associations
_ACMNominationTrdgContract,
_ACMNomination,
_ACMNominationItem
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACMNOMINATIONTRDGCONTRUOM"
],
"ASSOCIATED":
[
"R_ACMNOMINATIONITEMTP",
"R_ACMNOMINATIONTP",
"R_ACMNOMINATIONTRDGCONTRACTTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/