I_CapEvalCapRqmtStsCode

DDL: I_CAPEVALCAPRQMTSTSCODE Type: view_entity BASIC Package: PPH_VDM_CAP_EVAL

Capacity Evaluation Horizon Code

I_CapEvalCapRqmtStsCode is a Basic CDS View that provides data about "Capacity Evaluation Horizon Code" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field CapacityRequirementStatusCode. It has 1 association to related views. Part of development package PPH_VDM_CAP_EVAL.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[1..*] I_CapEvalCapRqmtStsText _CapEvalRqmtText $projection.CapacityRequirementStatusCode = _CapEvalRqmtText.CapacityRequirementStatusCode

Annotations (8)

NameValueLevelField
EndUserText.label Capacity Evaluation Horizon Code view
ObjectModel.representativeKey CapacityRequirementStatusCode view
Analytics.technicalName ICAPEVALRQMTCODE view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CapacityRequirementStatusCode
_CapEvalRqmtText _CapEvalRqmtText
@EndUserText.label: 'Capacity Evaluation Horizon Code'
@ObjectModel.representativeKey: 'CapacityRequirementStatusCode'
@Analytics.technicalName: 'ICAPEVALRQMTCODE'
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
//@Analytics : {dataCategory: #DIMENSION}

@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
define view entity I_CapEvalCapRqmtStsCode 
    as select from dd07l 
    
     association [1..*] to I_CapEvalCapRqmtStsText as _CapEvalRqmtText 
                    on $projection.CapacityRequirementStatusCode = _CapEvalRqmtText.CapacityRequirementStatusCode
//                    and _CapEvalRqmtText.Language = $session.system_language


{
    @ObjectModel.text.association: '_CapEvalRqmtText'
    key cast ( domvalue_l as char4 ) as CapacityRequirementStatusCode,
   
     _CapEvalRqmtText 
}
where dd07l.domname  = 'PPH_CAP_EVAL_CAPACITYRQMTSTS'
  and dd07l.as4local = 'A'