I_PhysInvtryPostSts

DDL: I_PHYSINVTRYPOSTSTS Type: view_entity BASIC Package: MM_IM_VDM_PI

Physical Inventory Posting Status

I_PhysInvtryPostSts is a Basic CDS View (Dimension) that provides data about "Physical Inventory Posting Status" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field PhysInvtryAdjustmentPostingSts. 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_PhysInvtryPostStsTxt _Text $projection.PhysInvtryAdjustmentPostingSts = _Text.PhysInvtryAdjustmentPostingSts

Annotations (17)

NameValueLevelField
EndUserText.label Physical Inventory Posting 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 PhysInvtryAdjustmentPostingSts view
ObjectModel.sapObjectNodeType.name PhysInvtryAdjustmentPostingSts view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
Search.searchable true view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
Analytics.dataCategory #DIMENSION view
Analytics.technicalName IPIPOSTSTS view
Analytics.dataExtraction.enabled true view
Metadata.ignorePropagatedAnnotations true view
Consumption.ranked true view

Fields (3)

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

  association [0..*] to I_PhysInvtryPostStsTxt as _Text on $projection.PhysInvtryAdjustmentPostingSts = _Text.PhysInvtryAdjustmentPostingSts
{
      @ObjectModel.text.association: '_Text'
  key cast ( substring( domvalue_l, 1, 1 ) as pi_hdr_post_status_code preserving type) as PhysInvtryAdjustmentPostingSts,
      @Analytics.hidden: true
      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      dd07l.domvalue_l as DomainValue,

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