I_PhysInvtryCountSts

DDL: I_PHYSINVTRYCOUNTSTS Type: view_entity BASIC Package: MM_IM_VDM_PI

Physical Inventory Count Status

I_PhysInvtryCountSts is a Basic CDS View (Dimension) that provides data about "Physical Inventory Count Status" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field PhysicalInventoryCountStatus. It has 1 association to related views. Part of development package MM_IM_VDM_PI.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_PhysInvtryCountStsTxt _Text $projection.PhysicalInventoryCountStatus = _Text.PhysicalInventoryCountStatus

Annotations (17)

NameValueLevelField
EndUserText.label Physical Inventory Count Status view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey PhysicalInventoryCountStatus view
ObjectModel.sapObjectNodeType.name PhysicalInventoryCountStatus view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
Analytics.dataCategory #DIMENSION view
Analytics.technicalName IPICTSTS view
Analytics.dataExtraction.enabled true view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
Consumption.ranked true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY PhysicalInventoryCountStatus
DomainValue dd07l domvalue_l
_Text _Text
@EndUserText.label: 'Physical Inventory Count Status'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: {
                usageType: {
                             sizeCategory: #S,
                             serviceQuality: #A,
                             dataClass:#CUSTOMIZING
                           },
                dataCategory: #VALUE_HELP,
                representativeKey: 'PhysicalInventoryCountStatus',
                sapObjectNodeType: {
                                     name: 'PhysicalInventoryCountStatus'
                                   },
                modelingPattern: #ANALYTICAL_DIMENSION,
                supportedCapabilities: [#ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #EXTRACTION_DATA_SOURCE ]
              }
@VDM: {
        viewType: #BASIC,
        lifecycle.contract.type: #PUBLIC_LOCAL_API
      } 
@Analytics.dataCategory: #DIMENSION
@Analytics.technicalName: 'IPICTSTS'
@Analytics.dataExtraction.enabled:true 
@Metadata: {
             ignorePropagatedAnnotations: true
           }
@Search.searchable: true
@Consumption.ranked: true
define view entity I_PhysInvtryCountSts
  as select from dd07l

  association [0..*] to I_PhysInvtryCountStsTxt as _Text on $projection.PhysicalInventoryCountStatus = _Text.PhysicalInventoryCountStatus

{
  @ObjectModel.text.association: '_Text'
  key cast ( substring( domvalue_l, 1, 1 ) as pi_hdr_count_status_code ) as PhysicalInventoryCountStatus,
      @Analytics.hidden: true
      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      dd07l.domvalue_l as DomainValue,

      _Text
}
where domname  = 'PI_HDR_COUNT_STATUS_CODE' and as4local = 'A'