R_ACMTRDGCONTRTOLTYPETP
Transactional Processing View : Tolerance Type
R_ACMTRDGCONTRTOLTYPETP is a CDS View in S/4HANA. Transactional Processing View : Tolerance Type. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_ACMTrdgContrTolType | view_entity | projection | CONSUMPTION | Tolerance Type |
@AbapCatalog.sqlViewName: 'RTOLERANCETYPE'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Transactional Processing View : Tolerance Type'
@ObjectModel:{
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #A,
sizeCategory: #L
}
}
@VDM: {
viewType: #TRANSACTIONAL,
lifecycle.contract.type: #SAP_INTERNAL_API
}
define root view R_ACMTrdgContrTolTypeTP
as select from I_ACMTrdgContrToleranceType
composition[*] of R_ACMTrdgContrTolTypeTextTP as _TolTypeText
{
key ACMToleranceTypeID,
/* Associations */
_TolTypeText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACMTRDGCONTRTOLERANCETYPE"
],
"ASSOCIATED":
[
"R_ACMTRDGCONTRTOLTYPETEXTTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/