A_ACMTrdgContrTypeDetn

DDL: A_ACMTRDGCONTRTYPEDETN Type: view_entity CONSUMPTION

Contract Type Determination

A_ACMTrdgContrTypeDetn is a Consumption CDS View that provides data about "Contract Type Determination" in SAP S/4HANA. It reads from 1 data source (R_ACMTrdgContrTypeDetnTP) and exposes 4 fields with key field ACMTradingContractType.

Data Sources (1)

SourceAliasJoin Type
R_ACMTrdgContrTypeDetnTP R_ACMTrdgContrTypeDetnTP projection

Annotations (8)

NameValueLevelField
EndUserText.label Contract Type Determination view
AccessControl.authorizationCheck #CHECK view
OData.entityType.name ContractTypeDetermination_Type view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY ACMTradingContractType ACMTradingContractType
ACMContractCategory ACMContractCategory
ACMTradingContractCategory ACMTradingContractCategory
ACMIsTrdgContrTypeDefaultUsage ACMIsTrdgContrTypeDefaultUsage
@EndUserText.label: 'Contract Type Determination'
@AccessControl.authorizationCheck: #CHECK
@OData.entityType.name: 'ContractTypeDetermination_Type'
@VDM: {
viewType : #CONSUMPTION,
lifecycle.contract.type: #PUBLIC_REMOTE_API,
usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
}
@ObjectModel: {
    usageType.serviceQuality: #A,
    usageType.sizeCategory : #S,
    usageType.dataClass: #MASTER
}
define root view entity A_ACMTrdgContrTypeDetn
  as projection on R_ACMTrdgContrTypeDetnTP
{
  key ACMTradingContractType,
      ACMContractCategory,
      ACMTradingContractCategory,
      ACMIsTrdgContrTypeDefaultUsage,
      //association

      _ContrTypeDesc : redirected to composition child A_ACMTrdgContrTypeTxt
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_ACMTRDGCONTRTYPEDETNTP"
],
"ASSOCIATED":
[
"A_ACMTRDGCONTRTYPETXT"
],
"BASE":
[
"R_ACMTRDGCONTRTYPEDETNTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/