R_ACMTRDGCONTRPAYTTRMDETTP
Deferred Payment - TP
R_ACMTRDGCONTRPAYTTRMDETTP is a CDS View in S/4HANA. Deferred Payment - TP. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_ACMTrdgContrPaytTrmDet | view_entity | projection | CONSUMPTION | Payment Terms |
//@AbapCatalog.sqlViewName: 'RACMCNTPAYTTRMTP'
//@AbapCatalog.compiler.compareFilter: true
//@AbapCatalog.preserveKey: true
//@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel:{
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #C,
sizeCategory: #L
}
}
@VDM: {
viewType: #TRANSACTIONAL,
lifecycle.contract.type: #SAP_INTERNAL_API
}
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Deferred Payment - TP'
define view entity R_ACMTrdgContrPaytTrmDetTP
as select from I_ACMTrdgContrPaytTrmDet
association to parent R_ACMTrdgContrItmDetTP as _ContractItem on $projection.TradingContractNumber = _ContractItem.TradingContractNumber
and $projection.TradingContractItem = _ContractItem.TradingContractItem
association [1..1] to R_ACMTrdgContrHdrTP as _ContractHeader on $projection.TradingContractNumber = _ContractHeader.TradingContractNumber
{
key TradingContractNumber,
key TradingContractItem,
DocumentSide,
PaymentDeferDate,
DeferredPaymentTerm,
/* Associations */
_ContractItem,
_ContractHeader
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACMTRDGCONTRPAYTTRMDET"
],
"ASSOCIATED":
[
"R_ACMTRDGCONTRHDRTP",
"R_ACMTRDGCONTRITMDETTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/