R_ACMUNITOFMEASUREMENTTEXTTP
ACM Unit of measurement - TP
R_ACMUNITOFMEASUREMENTTEXTTP is a CDS View in S/4HANA. ACM Unit of measurement - TP. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_ACMUnitOfMeasurementTxt | view_entity | projection | CONSUMPTION | Unit of Measurement Text |
@AbapCatalog.sqlViewName: 'RACMUOMTXT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.dataCategory: #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
@EndUserText.label: 'ACM Unit of measurement - TP'
define view R_ACMUnitOfMeasurementTextTP
as select from I_ACMUnitOfMeasurementTxt
association to parent R_ACMUnitOfMeasurementTP as _UnitOfMeasurement on $projection.UnitOfMeasure = _UnitOfMeasurement.UnitOfMeasure
{
key Language,
key UnitOfMeasure,
LanguageISOCode,
UnitOfMeasureLongName,
UnitOfMeasureName,
UnitOfMeasureTechnicalName,
UnitOfMeasureCommercialName,
/* Associations */
_UnitOfMeasurement
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACMUNITOFMEASUREMENTTXT"
],
"ASSOCIATED":
[
"R_ACMUNITOFMEASUREMENTTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/