R_ACMTRDGCONTRTOLTYPETEXTTP
Transactional Processing View : Tolerance Type Text
R_ACMTRDGCONTRTOLTYPETEXTTP is a CDS View in S/4HANA. Transactional Processing View : Tolerance Type Text. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_ACMTrdgContrTolTypeText | view_entity | projection | CONSUMPTION | Tolerance Type Text |
@AbapCatalog.sqlViewName: 'RTOLTYPETXT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.dataCategory: #TEXT
@EndUserText.label: 'Transactional Processing View : Tolerance Type Text'
@VDM.viewType: #TRANSACTIONAL
@ObjectModel: {
usageType.serviceQuality: #A,
usageType.sizeCategory : #L,
usageType.dataClass: #MASTER
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
define view R_ACMTrdgContrTolTypeTextTP
as select from I_ACMTrdgContrTolTypeText
association to parent R_ACMTrdgContrTolTypeTP as _TolType on $projection.ACMToleranceTypeID = _TolType.ACMToleranceTypeID
{
key Language,
key ACMToleranceTypeID,
LanguageISOCode,
ToleranceTypeIdText,
/* Associations */
_TolType
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACMTRDGCONTRTOLTYPETEXT"
],
"ASSOCIATED":
[
"R_ACMTRDGCONTRTOLTYPETP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/