I_SPECVALASSGMTTYPETEXT
Specification Value Assignment Type Text
I_SPECVALASSGMTTYPETEXT is a CDS View in S/4HANA. Specification Value Assignment Type Text. 5 CDS views read from this table.
CDS Views using this table (5)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_ProdSpecCompositionTypeText | view | from | COMPOSITE | Composition Prod Spec Composition Type - Text |
| A_ProdSpecListingCmpstnTypeTxt | view | from | COMPOSITE | Listing Prod Spec Composition Type - Text |
| A_ProdSpecPrptyDefinitionText | view | from | COMPOSITE | Prod Spec Property Definition Text |
| A_ProdSpecQltatvCmpstnTypeText | view | from | COMPOSITE | Qualitative Prod Spec Composition Type - Text |
| A_ProdSpecQtytvCmpstnTypeText | view | from | COMPOSITE | Quantitative Prod Spec Composition Type - Text |
@AbapCatalog.sqlViewName: 'ISPECVATYPET'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'SpecValAssgmtType'
@ObjectModel.dataCategory: #TEXT
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@VDM.viewType: #BASIC
@EndUserText.label: 'Specification Value Assignment Type Text'
define view I_SpecValAssgmtTypeText as select from tcg12
association [0..1] to I_SpecValAssgmtType as _SpecValAssgmtType
on $projection.SpecValAssgmtType = _SpecValAssgmtType.SpecValAssgmtType
association[0..1] to I_Language as _Language
on $projection.Language = _Language.Language
{
@ObjectModel.foreignKey.association: '_SpecValAssgmtType'
key estcat as SpecValAssgmtType,
@Semantics.language
@ObjectModel.foreignKey.association: '_Language'
key langu as Language,
@Semantics.text: true
estnam as SpecValAssgmtTypeDescription,
_SpecValAssgmtType,
_Language
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TCG12"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_SPECVALASSGMTTYPE"
],
"BASE":
[],
"VERSION":0
}
}*/