C_APProcessFlowPurOrdItemVH
AP Process Flow Purchase Order Item VH
C_APProcessFlowPurOrdItemVH is a Consumption CDS View that provides data about "AP Process Flow Purchase Order Item VH" in SAP S/4HANA. It reads from 1 data source (I_PurchaseOrder) and exposes 10 fields with key fields PurchaseOrder, PurchaseOrderItem.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_PurchaseOrder | I_PurchaseOrder | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CAPPFPOITEMVH | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #CONSUMPTION | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| EndUserText.label | AP Process Flow Purchase Order Item VH | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| AbapCatalog.preserveKey | true | view |
Fields (10)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PurchaseOrder | PurchaseOrder | ||
| KEY | PurchaseOrderItem | _PurchaseOrderItem | PurchaseOrderItem | |
| CompanyCode | CompanyCode | |||
| CompanyCodeName | _CompanyCode | CompanyCodeName | ||
| Supplier | Supplier | |||
| PurchasingOrganization | PurchasingOrganization | |||
| PurchasingGroup | PurchasingGroup | |||
| PurchaseOrderDate | PurchaseOrderDate | |||
| PurchaseOrderType | PurchaseOrderType | |||
| AuthorizationGroup | _Supplier | AuthorizationGroup |
@AbapCatalog.sqlViewName: 'CAPPFPOITEMVH'
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #CONSUMPTION
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@AccessControl.personalData.blocking: #REQUIRED
@EndUserText.label: 'AP Process Flow Purchase Order Item VH'
@ObjectModel.dataCategory: #VALUE_HELP
@AbapCatalog.preserveKey:true
define view C_APProcessFlowPurOrdItemVH
as select from I_PurchaseOrder
{
key PurchaseOrder,
key _PurchaseOrderItem.PurchaseOrderItem,
@ObjectModel.text.element: ['CompanyCodeName']
@UI.textArrangement: #TEXT_LAST
CompanyCode,
@Consumption.semanticObject: 'CompanyCode'
@Semantics.text: true
_CompanyCode.CompanyCodeName,
Supplier,
PurchasingOrganization,
PurchasingGroup,
PurchaseOrderDate,
PurchaseOrderType,
_Supplier.AuthorizationGroup as AuthorizationGroup
}
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