R_ACMTRDGCONTRTYPETXTTP
TP view for Contract Type Description
R_ACMTRDGCONTRTYPETXTTP is a CDS View in S/4HANA. TP view for Contract Type Description. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_ACMTrdgContrTypeTxt | view_entity | projection | CONSUMPTION | Contract Type Description |
@AbapCatalog.sqlViewName: 'RCONTRTYPEDESC'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'TP view for Contract Type Description'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.dataCategory: #TEXT
@VDM: {
viewType: #TRANSACTIONAL,
lifecycle.contract.type: #SAP_INTERNAL_API
}
@ObjectModel:{
usageType: {
dataClass: #MASTER,
serviceQuality: #A,
sizeCategory: #S
}
}
define view R_ACMTrdgContrTypeTxtTP
as select from I_ACMTrdgContrTypeTxt
association to parent R_ACMTrdgContrTypeDetnTP as _ContrTypeDetn on $projection.ACMTradingContractType = _ContrTypeDetn.ACMTradingContractType
{
key ACMTradingContractType,
key Language,
LanguageISOCode,
ACMTrdgContrTypeDesc,
/* Associations */
_ContrTypeDetn
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACMTRDGCONTRTYPETXT"
],
"ASSOCIATED":
[
"R_ACMTRDGCONTRTYPEDETNTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/