I_InventoryTransactionType

DDL: I_INVENTORYTRANSACTIONTYPE Type: view_entity BASIC Package: MM_IM_VDM_PI

Inventory Transaction Type

I_InventoryTransactionType is a Basic CDS View (Dimension) that provides data about "Inventory Transaction Type" in SAP S/4HANA. It reads from 1 data source (t158v) and exposes 5 fields with key field InventoryTransactionType. It has 1 association to related views. Part of development package MM_IM_VDM_PI.

Data Sources (1)

SourceAliasJoin Type
t158v t158v from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_InventoryTransactionTypeT _Text $projection.InventoryTransactionType = _Text.InventoryTransactionType

Annotations (15)

NameValueLevelField
AbapCatalog.entityBuffer.definitionAllowed true view
EndUserText.label Inventory Transaction Type view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.representativeKey InventoryTransactionType view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.sapObjectNodeType.name InventoryTransactionType view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
Analytics.dataCategory #DIMENSION view
Analytics.technicalName IINVTRANSTYPE view
Analytics.dataExtraction.enabled true view
Metadata.ignorePropagatedAnnotations true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY InventoryTransactionType vgart
IsPhysicalInventoryRelevant xikpf
IsMaterialDocumentRelevant xmkpf
IsReservationRelevant xrkpf
_Text _Text
 @AbapCatalog.entityBuffer.definitionAllowed: true
 @EndUserText.label: 'Inventory Transaction Type'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: {
                usageType: {
                             sizeCategory: #S,
                             serviceQuality: #A,
                             dataClass:#CUSTOMIZING
                           },
                representativeKey: 'InventoryTransactionType',
                modelingPattern: #ANALYTICAL_DIMENSION,
                supportedCapabilities: [#ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #EXTRACTION_DATA_SOURCE],
                sapObjectNodeType.name: 'InventoryTransactionType'}
@VDM: {
        viewType: #BASIC,
        lifecycle.contract.type: #PUBLIC_LOCAL_API
      }
@Analytics: { dataCategory: #DIMENSION,
              technicalName: 'IINVTRANSTYPE',
              dataExtraction.enabled: true }
@Metadata.ignorePropagatedAnnotations: true

define view entity I_InventoryTransactionType
  as select from t158v

  association [0..*] to I_InventoryTransactionTypeT as _Text on $projection.InventoryTransactionType = _Text.InventoryTransactionType

{

      @ObjectModel.text.association: '_Text'
  key vgart as InventoryTransactionType,
      xikpf as IsPhysicalInventoryRelevant,
      xmkpf as IsMaterialDocumentRelevant,
      xrkpf as IsReservationRelevant,

      _Text
}