I_SPECVALASSGMTTYPE
Specification Value Assignment Type
I_SPECVALASSGMTTYPE is a CDS View in S/4HANA. Specification Value Assignment Type. 9 CDS views read from this table.
CDS Views using this table (9)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_ProdSpecCmpstnHeader | view | inner | COMPOSITE | Prod. Spec. Compostion Hdr. |
| I_ProdSpecCmpstnTypeSpecType | view | inner | COMPOSITE | Available Spec Types for Cmpstn Types |
| I_ProdSpecCompositionTypeAll | view | inner | COMPOSITE | Common view of all Prod Spec Cmpstn Type |
| I_ProdSpecListingCmpstnHeader | view | inner | COMPOSITE | Prod Spec Listing Composition Header |
| I_ProdSpecQltatvCmpstnHeader | view | inner | COMPOSITE | Prod Spec Qualitative Comp Hdr |
| I_ProdSpecQtytvCmpstnHeader | view | inner | COMPOSITE | Prod Spec Quantitative Comp Hdr |
| I_PrSpCompExcptnCodeByCmpstn | view | inner | COMPOSITE | Exception Code for Components by Cmpstn |
| I_SpecValAssgmtTypeToSpecType | view | union | COMPOSITE | Spec Value Assignment Type Specification Type Assignment |
| P_ProdSpecCmpstnObjParamPrio | view | inner | COMPOSITE |
@AbapCatalog.sqlViewName: 'ISPECVATYPE'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'SpecValAssgmtType'
@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'
define view I_SpecValAssgmtType
as select from tcg11
association[0..*] to I_SpecValAssgmtTypeText as _SpecValAssgmtTypeText
on $projection.SpecValAssgmtType = _SpecValAssgmtTypeText.SpecValAssgmtType
{
@ObjectModel.text.association: '_SpecValAssgmtTypeText'
key estcat as SpecValAssgmtType,
esttype as SpecValAssgmtCategory,
clvanam as SpecValAssgmtClass,
flgint as SpecValAssgmtIsInternal,
_SpecValAssgmtTypeText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TCG11"
],
"ASSOCIATED":
[
"I_SPECVALASSGMTTYPETEXT"
],
"BASE":
[],
"VERSION":0
}
}*/