R_ACMSETTLEMENTGROUPHEADERTP
R view:ACM Settlement Group Header
R_ACMSETTLEMENTGROUPHEADERTP is a CDS View in S/4HANA. R view:ACM Settlement Group Header. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_ACMSettlementGroupHeader | view_entity | projection | CONSUMPTION | ACM Settlement Group |
@AbapCatalog.sqlViewName: 'ISETTLGRPHEADTP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel:{
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #C,
sizeCategory: #L
}
}
@VDM: {
viewType: #TRANSACTIONAL,
lifecycle.contract.type: #SAP_INTERNAL_API
}
@AccessControl.personalData.blocking: #NOT_REQUIRED
@EndUserText.label: 'R view:ACM Settlement Group Header'
define root view R_ACMSettlementGroupHeaderTP
as select distinct from I_ACMSettleGrpHeadOverView
composition [*] of R_ACMSettlementUnitDetTP as _ACMSettlementUnitDetails
composition [*] of R_ACMSettlementLienDetailsTP as _ACMSettlementLienDetails
{
key SettlementGroupId,
key SettlementGroupYear,
SettlementDocGroupUUID,
ACMSettlmtDocPaytSpltCreatedBy,
ACMSettlmtDocCreatedByName,
@Semantics.currencyCode: true
SettlementAmountCurrency,
@Semantics.amount.currencyCode: 'SettlementAmountCurrency'
SettlementAmount,
Counterparty,
ACMSettlementDocCategory,
PrmtHbPaymentMethod,
SettlementGroupPaymentTerms,
AlternatePaymentTerm,
PaymentDate,
SettlementCreatedOn,
ACMSettlementReasonType,
ACMSettlementApprovalDate,
ACMSettlementGroupStatus,
CompanyCode,
// TradingContractType,
// SalesOrganization,
// DistributionChannel,
// Division,
// PurchasingOrganization,
_ACMSettlementUnitDetails,
_ACMSettlementLienDetails
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACMSETTLEGRPHEADOVERVIEW"
],
"ASSOCIATED":
[
"R_ACMSETTLEMENTLIENDETAILSTP",
"R_ACMSETTLEMENTUNITDETTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/