R_ACMMATERIALDETAILSTP
ACM Material Details
R_ACMMATERIALDETAILSTP is a CDS View in S/4HANA. ACM Material Details. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_ACMMaterialDetails | view_entity | projection | CONSUMPTION | ACM Material Details |
@AbapCatalog.sqlViewName: 'RMATERIALDETTP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel:{
usageType: {
dataClass: #MASTER,
serviceQuality: #A,
sizeCategory: #S
}
}
@VDM: {
viewType: #TRANSACTIONAL,
lifecycle.contract.type: #SAP_INTERNAL_API
}
@EndUserText.label: 'ACM Material Details'
define root view R_ACMMaterialDetailsTP as select from I_ACMMaterialDetails
composition [*] of R_ACMMaterialDetailsTextTP as _MaterialText
{
key Product,
PhysicalCommodity,
_MaterialText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACMMATERIALDETAILS"
],
"ASSOCIATED":
[
"R_ACMMATERIALDETAILSTEXTTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/