A_ACMContrTolUoMCnvrsn

DDL: A_ACMCONTRTOLUOMCNVRSN Type: view_entity CONSUMPTION

Tolerance Unit of Measure Conversion

A_ACMContrTolUoMCnvrsn is a Consumption CDS View that provides data about "Tolerance Unit of Measure Conversion" in SAP S/4HANA. It reads from 1 data source (R_ACMContrTolUoMCnvrsnTP) and exposes 4 fields with key fields TradingContractNumber, TradingContractItem, PreferredUnitOfMeasure.

Data Sources (1)

SourceAliasJoin Type
R_ACMContrTolUoMCnvrsnTP R_ACMContrTolUoMCnvrsnTP projection

Annotations (8)

NameValueLevelField
OData.entityType.name TradingContractTolUoMConversion_Type view
EndUserText.label Tolerance Unit of Measure Conversion view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
AccessControl.authorizationCheck #CHECK view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY TradingContractNumber TradingContractNumber
KEY TradingContractItem TradingContractItem
KEY PreferredUnitOfMeasure PreferredUnitOfMeasure
ACMToleranceDeliveryQuantity ACMToleranceDeliveryQuantity
@OData.entityType.name: 'TradingContractTolUoMConversion_Type'
@EndUserText.label: 'Tolerance Unit of Measure Conversion'
@ObjectModel:{
               usageType: {
                 dataClass: #TRANSACTIONAL,
                 serviceQuality: #C,
                 sizeCategory: #XL
               }
}
@VDM: {
    viewType : #CONSUMPTION,
    lifecycle.contract.type: #PUBLIC_REMOTE_API,
    usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
}
@AccessControl.authorizationCheck: #CHECK
define view entity A_ACMContrTolUoMCnvrsn
  as projection on R_ACMContrTolUoMCnvrsnTP
{
  key TradingContractNumber,
  key TradingContractItem,
  key PreferredUnitOfMeasure,
      ACMToleranceDeliveryQuantity,
      /* Associations */
      _ContractHeader : redirected to A_ACMTrdgContractOverview,
      _ContractItem   : redirected to A_ACMTrdgContrItmDet,
      _TolInfo        : redirected to parent A_ACMTrdgContrTolInfo
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_ACMCONTRTOLUOMCNVRSNTP"
],
"ASSOCIATED":
[
"A_ACMTRDGCONTRACTOVERVIEW",
"A_ACMTRDGCONTRITMDET",
"A_ACMTRDGCONTRTOLINFO",
"R_ACMTRDGCONTRHDRTP",
"R_ACMTRDGCONTRITMDETTP",
"R_ACMTRDGCONTRTOLINFOTP"
],
"BASE":
[
"R_ACMCONTRTOLUOMCNVRSNTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/