I_SPECIDNLISTINGDEFINITION
Specification Identification Listing Definition
I_SPECIDNLISTINGDEFINITION is a CDS View in S/4HANA. Specification Identification Listing Definition. It contains 4 fields. 7 CDS views read from this table.
CDS Views using this table (7)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_ProdSpecDescNonHistoric | view | inner | COMPOSITE | Product Specification Desc. Non Hist. |
| I_ProdSpecDescription | view | inner | COMPOSITE | Product Specification Description |
| I_SpecDefIdfrForSpecCat | view | inner | COMPOSITE | Default description of a specification |
| I_SpecIdentifierByPosition | view | inner | COMPOSITE | Specification Identifier by Position |
| I_SpecPrimIdfrForSpecCatMin | view | inner | COMPOSITE | Specification primary identifier for a category |
| P_SpecIdfrBscByAppScore1 | view | inner | COMPOSITE | |
| P_SpecSingleIdentifier | view | inner | COMPOSITE |
Fields (4)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | SpecificationCategory | SpecificationCategory | 1 |
| KEY | SpecificationIdnListingPos | SpecificationIdnListingPos | 2 |
| SpecificationIdnListing | SpecificationIdnListing | 1 | |
| SpecificationIdnListingPrio | SpecificationIdnListingPrio | 1 |
@AbapCatalog.sqlViewName: 'ISPECIDFRLSTDEF'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@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 Identification Listing Definition'
define view I_SpecIdnListingDefinition
as select from tcg28
association [1..1] to I_SpecIdnListing as _SpecIdnListing on $projection.SpecificationIdnListing = _SpecIdnListing.SpecificationIdnListing
association [0..1] to I_SpecCategory as _SpecificationCategory on $projection.SpecificationCategory = _SpecificationCategory.SpecificationCategory
{
key idlid as SpecificationIdnListing,
@ObjectModel.foreignKey.association: '_SpecificationCategory'
key objtype as SpecificationCategory,
key idlpos as SpecificationIdnListingPos,
key idlprio as SpecificationIdnListingPrio,
idtype as SpecIdfgDescCategory,
idcat as SpecIdfgDescType,
/* Associations */
_SpecIdnListing,
_SpecificationCategory
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TCG28"
],
"ASSOCIATED":
[
"I_SPECCATEGORY",
"I_SPECIDNLISTING"
],
"BASE":
[],
"VERSION":0
}
}*/