R_ACMCONTRITMUOMCNVRSNTP
Trading Contract Item UoM Conversion
R_ACMCONTRITMUOMCNVRSNTP is a CDS View in S/4HANA. Trading Contract Item UoM Conversion. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_ACMContrItmUoMCnvrsn | view_entity | projection | CONSUMPTION | Trading Contract Item UoM Conversion |
//@AbapCatalog.sqlViewName: 'RACMITMUOMCONVTP'
//@AbapCatalog.compiler.compareFilter: true
//@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
//@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel:{
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #C,
sizeCategory: #L
}
}
@AccessControl.personalData.blocking: #REQUIRED
@VDM: {
viewType: #TRANSACTIONAL,
lifecycle.contract.type: #SAP_INTERNAL_API
}
@EndUserText.label: 'Trading Contract Item UoM Conversion'
define view entity R_ACMContrItmUoMCnvrsnTP
as select from I_ACMContrItmUoMCnvrsn
association [1..1] to R_ACMTrdgContrHdrTP as _ContractHeader on $projection.TradingContractNumber = _ContractHeader.TradingContractNumber
association to parent R_ACMTrdgContrItmDetTP as _ContractItem on $projection.TradingContractNumber = _ContractItem.TradingContractNumber
and $projection.TradingContractItem = _ContractItem.TradingContractItem
{
key TradingContractNumber,
key TradingContractItem,
key PreferredUnitOfMeasure,
TradingContractItemQuantity,
/* Associations */
_ContractHeader,
_ContractItem
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACMCONTRITMUOMCNVRSN"
],
"ASSOCIATED":
[
"R_ACMTRDGCONTRHDRTP",
"R_ACMTRDGCONTRITMDETTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/