P_CKMLHD
Selection of CKMLHD
P_CKMLHD is a Basic CDS View that provides data about "Selection of CKMLHD" in SAP S/4HANA. It reads from 1 data source (ckmlhd) and exposes 13 fields with key field kalnr. Part of development package FINS_ML_VDM.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| ckmlhd | ckmlhd | from |
Annotations (3)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.private | true | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view |
Fields (13)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | kalnr | kalnr | ||
| mlast | mlast | |||
| matnr | matnr | |||
| bwkey | bwkey | |||
| bwtar | bwtar | |||
| kzbws | kzbws | |||
| xobew | xobew | |||
| sobkz | sobkz | |||
| vbeln | vbeln | |||
| posnr | posnr | |||
| pspnr | ||||
| lifnr | lifnr | |||
| aexterrind | aexterrind |
@VDM.private: true
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view entity P_CKMLHD
as select from ckmlhd
{
key kalnr,
mlast,
//* obsolete fields
//* xabrech as Xabrech,
//* abrechdat as Abrechdat,
//* xabrerr as Xabrerr,
//* abrechuhr as Abrechuhr,
matnr,
bwkey,
bwtar,
kzbws,
xobew,
sobkz,
vbeln,
posnr,
cast( pspnr as fis_wbsint_no_conv preserving type ) as pspnr,
lifnr,
// support tools control flags
aexterrind,
matdoc_aexterrind
//+ obsolete in public cloud
//+ price_sdm_yearper as PriceSdmYearper
}
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