R_ACMTRDGCONTRTYPEDETNTP
TP View for Contract Type Determination
R_ACMTRDGCONTRTYPEDETNTP is a CDS View in S/4HANA. TP View for Contract Type Determination. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_ACMTrdgContrTypeDetn | view_entity | projection | CONSUMPTION | Contract Type Determination |
@AbapCatalog.sqlViewName: 'RCONTRTYPEDETN'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'TP View for Contract Type Determination'
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM: {
viewType: #TRANSACTIONAL,
lifecycle.contract.type: #SAP_INTERNAL_API
}
@ObjectModel:{
usageType: {
dataClass: #MASTER,
serviceQuality: #A,
sizeCategory: #S
}
}
define root view R_ACMTrdgContrTypeDetnTP
as select from I_ACMTrdgContrTypeDetn
composition [*] of R_ACMTrdgContrTypeTxtTP as _ContrTypeDesc
{
key ACMTradingContractType,
ACMContractCategory,
ACMTradingContractCategory,
ACMIsTrdgContrTypeDefaultUsage,
//Association
_ContrTypeDesc
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACMTRDGCONTRTYPEDETN"
],
"ASSOCIATED":
[
"R_ACMTRDGCONTRTYPETXTTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/