I_PhysInvtryType

DDL: I_PHYSINVTRYTYPE Type: view_entity BASIC Package: MM_IM_VDM_PI

Physical Inventory Type

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

Annotations (17)

NameValueLevelField
EndUserText.label Physical Inventory Type 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 PhysicalInventoryType view
ObjectModel.sapObjectNodeType.name PhysicalInventoryType 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 IPITYPE view
Analytics.dataExtraction.enabled true view
Metadata.ignorePropagatedAnnotations true view
Consumption.ranked true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY PhysicalInventoryType
DomainValue dd07l domvalue_l
_Text _Text
@EndUserText.label: 'Physical Inventory Type'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: {
                usageType: {
                             sizeCategory: #S,
                             serviceQuality: #A,
                             dataClass:#CUSTOMIZING
                           },
                dataCategory: #VALUE_HELP,
                representativeKey: 'PhysicalInventoryType',
                sapObjectNodeType: {
                                     name: 'PhysicalInventoryType'
                                   },
                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: 'IPITYPE'
@Analytics.dataExtraction.enabled: true
@Metadata: {
             ignorePropagatedAnnotations: true
           }
@Consumption.ranked: true
define view entity I_PhysInvtryType as select from dd07l
   
association [0..*] to I_PhysInvtryTypeText as _Text on $projection.PhysicalInventoryType = _Text.PhysicalInventoryType

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

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