I_ProdAllocCharcCstrtStatus

DDL: I_PRODALLOCCHARCCSTRTSTATUS SQL: IPACHARCCSTRTS Type: view BASIC

Product Allocation Characteristic Constraint Status

I_ProdAllocCharcCstrtStatus is a Basic CDS View (Dimension) that provides data about "Product Allocation Characteristic Constraint Status" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field ProdAllocCharcConstraintStatus. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ProdAllocCharcCstrtStatusT _Text $projection.ProdAllocCharcConstraintStatus = _Text.ProdAllocCharcConstraintStatus

Annotations (15)

NameValueLevelField
EndUserText.label Product Allocation Characteristic Constraint Status view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
ObjectModel.representativeKey ProdAllocCharcConstraintStatus view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName IPACHARCCSTRTS view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.sapObjectNodeType.name ProdAllocCharcConstraintStatus view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #META view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
Metadata.ignorePropagatedAnnotations true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ProdAllocCharcConstraintStatus
_Text _Text
@EndUserText.label: 'Product Allocation Characteristic Constraint Status' //same as DDL description

//@Analytics.dataCategory:#DIMENSION 

@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@Analytics.dataCategory: #DIMENSION
@Analytics.dataExtraction.enabled: true
@ObjectModel.representativeKey: 'ProdAllocCharcConstraintStatus'
@AccessControl.authorizationCheck: #NOT_REQUIRED //or #CHECK

@AbapCatalog.sqlViewName: 'IPACHARCCSTRTS'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.sapObjectNodeType.name: 'ProdAllocCharcConstraintStatus' 
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #META
@ObjectModel.modelingPattern:           #ANALYTICAL_DIMENSION
@ObjectModel.supportedCapabilities:  [  #ANALYTICAL_DIMENSION,
                                        #CDS_MODELING_DATA_SOURCE,
                                        #CDS_MODELING_ASSOCIATION_TARGET,
                                        #SQL_DATA_SOURCE,
                                        #EXTRACTION_DATA_SOURCE,
                                        #VALUE_HELP_PROVIDER,
                                        #SEARCHABLE_ENTITY                   ]
@Metadata.ignorePropagatedAnnotations: true
define view I_ProdAllocCharcCstrtStatus 
   as select from dd07l
   association [0..*] to I_ProdAllocCharcCstrtStatusT as _Text 
      on $projection.ProdAllocCharcConstraintStatus = _Text.ProdAllocCharcConstraintStatus 
{
    @ObjectModel.text.association: '_Text'
    key cast ( substring( domvalue_l, 1, 2 ) as prodalloccharcconstraintstatus preserving type ) as ProdAllocCharcConstraintStatus,

    _Text
}
where domname  = 'PRODALLOCCHARCCONSTRAINTSTATUS' 
  and as4local = 'A' 
  
  
  
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_PRODALLOCCHARCCSTRTSTATUST"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/