P_CFinLocalPurgDocHistory
Local Purchasing Document History for CFIN
P_CFinLocalPurgDocHistory is a Composite CDS View that provides data about "Local Purchasing Document History for CFIN" in SAP S/4HANA. It reads from 1 data source (ekbe) and exposes 18 fields with key fields ebeln, ebelp, zekkn, vgabe, gjahr. Part of development package FINS_CFIN_ACC_VIEW.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| ekbe | ekbe | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.sqlViewName | PCFINEKBE | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.private | true | view |
Fields (18)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ebeln | ebeln | ||
| KEY | ebelp | ebelp | ||
| KEY | zekkn | zekkn | ||
| KEY | vgabe | vgabe | ||
| KEY | gjahr | gjahr | ||
| KEY | belnr | belnr | ||
| KEY | buzei | buzei | ||
| budat | budat | |||
| menge | menge | |||
| dmbtr | dmbtr | |||
| wrbtr | wrbtr | |||
| waers | waers | |||
| shkzg | shkzg | |||
| cpudt | cpudt | |||
| cputm | cputm | |||
| matnr | matnr | |||
| hswae | hswae | |||
| xmacc | xmacc |
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.sqlViewName: 'PCFINEKBE'
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType : #COMPOSITE
@VDM.private: true
define view P_CFinLocalPurgDocHistory
as select from ekbe
{
key ebeln,
key ebelp,
key zekkn,
key vgabe,
key gjahr,
key belnr,
key buzei,
budat,
menge,
dmbtr,
wrbtr,
waers,
shkzg,
cpudt,
cputm,
matnr,
hswae,
xmacc
}
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