R_ACMTRDGCONTRQUANTITYTP
Quantity Type
R_ACMTRDGCONTRQUANTITYTP is a CDS View in S/4HANA. Quantity Type. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_ACMTrdgContrQuantity | view_entity | projection | CONSUMPTION | Quantity Type |
@AbapCatalog.sqlViewName: 'RACMQUANTITY'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
//@AbapCatalog.dataMaintenance:#RESTRICTED
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Quantity Type'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel:{
usageType: {
dataClass: #MASTER,
serviceQuality: #A,
sizeCategory: #S
}
}
@VDM: {
viewType: #TRANSACTIONAL,
lifecycle.contract.type: #SAP_INTERNAL_API
}
define root view R_ACMTrdgContrQuantityTP
as select from I_ACMTrdgContrQuantity
composition [*] of R_ACMTrdgContrQtyTxtTP as _QuantityTypeDescription
{
key QuantityType,
/* Associations */
_QuantityTypeDescription
}