C_PhysInvtryReasonCode

DDL: C_PHYSINVTRYREASONCODE Type: view_entity CONSUMPTION Package: MM_IM_VDM_PI

Consumption for Phys Invtr Reason Type

C_PhysInvtryReasonCode is a Consumption CDS View that provides data about "Consumption for Phys Invtr Reason Type" in SAP S/4HANA. It reads from 1 data source (I_PhysInvtryReasonCode) and exposes 4 fields with key fields GoodsMovementType, ReasonForPhysInvtryDifference. It is exposed through 1 OData service (UI_PI_MANAGE_ITEM_LIST). Part of development package MM_IM_VDM_PI.

Data Sources (1)

SourceAliasJoin Type
I_PhysInvtryReasonCode I_PhysInvtryReasonCode from

Annotations (8)

NameValueLevelField
AbapCatalog.entityBuffer.definitionAllowed true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Consumption for Phys Invtr Reason Type view
ObjectModel.representativeKey ReasonForPhysInvtryDifference view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
VDM.viewType #CONSUMPTION view

OData Services (1)

ServiceBindingVersionContractRelease
UI_PI_MANAGE_ITEM_LIST UI_PI_MANAGE_ITEM_LIST V4 C1 NOT_RELEASED

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY GoodsMovementType GoodsMovementType
KEY ReasonForPhysInvtryDifference ReasonForPhysInvtryDifference
_PhysInvtryReasonCodeText _PhysInvtryReasonCodeText
_GoodsMovementType _GoodsMovementType
@AbapCatalog.entityBuffer.definitionAllowed: true
@AbapCatalog.entityBuffer.definitionType: [ #DELEGATED ]

@AccessControl.authorizationCheck: #NOT_REQUIRED

@EndUserText.label: 'Consumption for Phys Invtr Reason Type'

@ObjectModel: { representativeKey: 'ReasonForPhysInvtryDifference',
                usageType: { serviceQuality: #A, sizeCategory: #S, dataClass: #CUSTOMIZING } }

@VDM.viewType: #CONSUMPTION

define view entity C_PhysInvtryReasonCode
  as select from I_PhysInvtryReasonCode

{
      @ObjectModel.foreignKey.association: '_GoodsMovementType'
  key GoodsMovementType,

      @ObjectModel.text.association: '_PhysInvtryReasonCodeText'
  key ReasonForPhysInvtryDifference,

      _PhysInvtryReasonCodeText,
      _GoodsMovementType
}