A_ACMTrdgContrPaytTrmDet

DDL: A_ACMTRDGCONTRPAYTTRMDET Type: view_entity CONSUMPTION

Payment Terms

A_ACMTrdgContrPaytTrmDet is a Consumption CDS View that provides data about "Payment Terms" in SAP S/4HANA. It reads from 1 data source (R_ACMTrdgContrPaytTrmDetTP) and exposes 5 fields with key fields TradingContractNumber, TradingContractItem.

Data Sources (1)

SourceAliasJoin Type
R_ACMTrdgContrPaytTrmDetTP R_ACMTrdgContrPaytTrmDetTP projection

Annotations (8)

NameValueLevelField
OData.entityType.name TradingContractItemDeferredPayment_Type view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
EndUserText.label Payment Terms view
AccessControl.authorizationCheck #CHECK view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY TradingContractNumber TradingContractNumber
KEY TradingContractItem TradingContractItem
DocumentSide DocumentSide
PaymentDeferDate PaymentDeferDate
DeferredPaymentTerm DeferredPaymentTerm
@OData.entityType.name: 'TradingContractItemDeferredPayment_Type'

@ObjectModel:{
               usageType: {
                 dataClass: #TRANSACTIONAL,
                 serviceQuality: #C,
                 sizeCategory: #L
               }
}
@VDM: {
    viewType : #CONSUMPTION,
    lifecycle.contract.type: #PUBLIC_REMOTE_API,
    usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
}

@EndUserText.label: 'Payment Terms'
@AccessControl.authorizationCheck: #CHECK
define view entity A_ACMTrdgContrPaytTrmDet
  as projection on R_ACMTrdgContrPaytTrmDetTP
{
  key     TradingContractNumber,
  key     TradingContractItem,
          DocumentSide,
          PaymentDeferDate,
          DeferredPaymentTerm,
          /* Associations */
          _ContractItem   : redirected to parent A_ACMTrdgContrItmDet,
          _ContractHeader : redirected to A_ACMTrdgContractOverview
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_ACMTRDGCONTRPAYTTRMDETTP"
],
"ASSOCIATED":
[
"A_ACMTRDGCONTRACTOVERVIEW",
"A_ACMTRDGCONTRITMDET",
"R_ACMTRDGCONTRHDRTP",
"R_ACMTRDGCONTRITMDETTP"
],
"BASE":
[
"R_ACMTRDGCONTRPAYTTRMDETTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/