C_PhysInvtryReasonCode
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)
| Source | Alias | Join Type |
|---|---|---|
| I_PhysInvtryReasonCode | I_PhysInvtryReasonCode | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_PI_MANAGE_ITEM_LIST | UI_PI_MANAGE_ITEM_LIST | V4 | C1 | NOT_RELEASED |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA