I_SamplingProcedureInspSubset

DDL: I_SAMPLINGPROCEDUREINSPSUBSET SQL: ISMPLPRCISUBSET Type: view BASIC

Smplng Procedure Inspection Point Type

I_SamplingProcedureInspSubset is a Basic CDS View (Dimension) that provides data about "Smplng Procedure Inspection Point Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field SamplingProcedureInspSubset. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_SamplingProcedureInspSubsetT _Text $projection.SamplingProcedureInspSubset = _Text.SamplingProcedureInspSubset

Annotations (11)

NameValueLevelField
EndUserText.label Smplng Procedure Inspection Point Type view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName ISMPLPRCISUBSET view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.representativeKey SamplingProcedureInspSubset view
ObjectModel.resultSet.sizeCategory #XS view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY SamplingProcedureInspSubset
_Text _Text
@EndUserText.label: 'Smplng Procedure Inspection Point Type' 
@Analytics.dataCategory:#DIMENSION 
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED 
@AbapCatalog.sqlViewName: 'ISMPLPRCISUBSET'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel: {
    usageType: {
        dataClass: #META,
        sizeCategory: #S,
        serviceQuality: #C // as function substring is used but #A and #B must not contain functions

    },
    representativeKey: 'SamplingProcedureInspSubset',
    resultSet.sizeCategory: #XS
}
define view I_SamplingProcedureInspSubset
   as select from dd07l
   association [0..*] to I_SamplingProcedureInspSubsetT as _Text 
      on $projection.SamplingProcedureInspSubset = _Text.SamplingProcedureInspSubset
{
    @ObjectModel.text.association: '_Text'
    key cast ( substring( domvalue_l, 1, 1 ) as vdm_qkzrast ) as SamplingProcedureInspSubset, 
    _Text
}
where domname  = 'QKZRAST'
  and as4local = 'A'
  
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_SAMPLINGPROCEDUREINSPSUBSETT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/