R_ACMSETTLEMENTUNITEXPENSETP
ACM Settlement Unit Expense - TP
R_ACMSETTLEMENTUNITEXPENSETP is a CDS View in S/4HANA. ACM Settlement Unit Expense - TP. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_ACMSettlementUnitExpenseDet | view_entity | projection | CONSUMPTION | ACM Settlement Unit Expense Details |
@AbapCatalog.sqlViewName: 'RACMSTLUNITEXP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #REQUIRED
@ClientHandling.type: #INHERITED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM: {
viewType: #TRANSACTIONAL,
lifecycle.contract.type: #SAP_INTERNAL_API
}
@ObjectModel:{
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #C,
sizeCategory: #L
}
}
@EndUserText.label: 'ACM Settlement Unit Expense - TP'
define view R_ACMSettlementUnitExpenseTP
as select from I_ACMSettlementUnitExpenseDet
association to parent R_ACMSettlementUnitDetTP as _ACMSettlementUnitDetails on $projection.SettlmtDoc = _ACMSettlementUnitDetails.SettlmtDoc
and $projection.SettlmtDocYear = _ACMSettlementUnitDetails.SettlmtDocYear
{
key SettlementDocHeaderUUID,
key SettlmtDoc,
key SettlmtDocYear,
key ACMSettlmtExpnDocNmbr,
key ACMSettlmtExpnDocItm,
key ACMSettlementExpenseClass,
key ConditionType,
@Semantics.currencyCode: true
ACMExpnSettlmtCurrency,
@Semantics.amount.currencyCode: 'ACMExpnSettlmtCurrency'
SupplierItemNetAmount,
@Semantics.amount.currencyCode: 'ACMExpnSettlmtCurrency'
ACMSettlmtExpnAmount,
ACMSettlmtExpnRate,
ACMSettlmtExpnTypeUUID,
//Association
_ACMSettlementUnitDetails
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACMSETTLEMENTUNITEXPENSEDET"
],
"ASSOCIATED":
[
"R_ACMSETTLEMENTUNITDETTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/