V_VLKPA_PE
employee sub view for V_VLKPA
V_VLKPA_PE is a CDS View that provides data about "employee sub view for V_VLKPA" in SAP S/4HANA. Part of development package VL.
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | V_VLKPA_PE_CDS | view | |
| EndUserText.label | employee sub view for V_VLKPA | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #L | view |
Fields (15)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| mandt | likp | mandt | Editing Client | |
| kunde | ||||
| parvw | vbpa | parvw | Task Processor | |
| vstel | likp | vstel | ShpPtDeparture | |
| lfdat | likp | lfdat | Delivery Date | |
| vkorg | likp | vkorg | SD Sales Org. | |
| lfart | likp | lfart | Settl Doc Type | |
| kunnr | vbpa_we | kunnr | Stock customer | |
| kunag | likp | kunag | Sold-to Party | |
| ernam | likp | ernam | User Name | |
| vbeln | likp | vbeln | SD Sched. Agmt | |
| adrnr | vbpa | adrnr | Sold-To Address | |
| adrnr_we | vbpa_we | adrnr | Sold-To Address | |
| oid_extbol | likp | oid_extbol | Extern.BOL no. | |
| oid_miscdl | likp | oid_miscdl | Miscell.del.no. |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view V_VLKPA_PE.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: V_VLKPA_PE_CDS
CREATE VIEW V_VLKPA_PE AS
SELECT
likp.mandt AS mandt,
concat( '00', vbpa.pernr ) AS kunde,
vbpa.parvw AS parvw,
likp.vstel AS vstel,
likp.lfdat AS lfdat,
likp.vkorg AS vkorg,
likp.lfart AS lfart,
vbpa_we.kunnr AS kunnr,
likp.kunag AS kunag,
likp.ernam AS ernam,
likp.vbeln AS vbeln,
vbpa.adrnr AS adrnr,
vbpa_we.adrnr AS adrnr_we,
likp.oid_extbol AS oid_extbol,
likp.oid_miscdl AS oid_miscdl
;
Learn More
- CDS View Annotations — A Complete Guide
- 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 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
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA