V_WB2_EKKO_EKPO_2
Business Volume Purchase Orders - EKKN
V_WB2_EKKO_EKPO_2 is a CDS View that provides data about "Business Volume Purchase Orders - EKKN" in SAP S/4HANA. It reads from 3 data sources (ekkn, ekko, ekpo) and exposes 39 fields with key fields ebeln, ebelp, zekkn. Part of development package WCB_CC_SETTL_BV_SEL.
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | VWB2_EKKO_EKPO_2 | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| ObjectModel.usageType.serviceQuality | #P | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ClientHandling.type | #INHERITED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Business Volume Purchase Orders - EKKN | view |
Fields (39)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ebeln | ekko | ebeln | Source PurchDoc |
| KEY | ebelp | ekpo | ebelp | Item pur. doc. |
| KEY | zekkn | ekkn | zekkn | Account Assgmt No. |
| bukrs | ekko | bukrs | Value | |
| lifnr | ekko | lifnr | Vendor no. | |
| waers | ekko | waers | Transaction Currency | |
| ekorg | ekko | ekorg | Purchasing Org. | |
| ekgrp | ekko | ekgrp | Sub. purchasing grp | |
| bedat | ekko | bedat | Start date | |
| llief | ekko | llief | Goods Supplier | |
| bsart | ekko | bsart | Stnd purch.ord. | |
| stceg | ekko | stceg | VAT Reg. No. | |
| matnr | ekpo | matnr | Vehicle Model | |
| werks | ekpo | werks | Receiving Plant | |
| matkl | ekpo | matkl | Product Sold Group | |
| ekkol | ekpo | ekkol | Condition Group | |
| meins | ekpo | meins | Valuation Unit | |
| mwskz | ekpo | mwskz | Tax Code | |
| txjcd | ekpo | txjcd | Tax Jurisdict. | |
| kolif | ekpo | kolif | Prior Supplier | |
| ltsnr | ekpo | ltsnr | Suppl. Subrange | |
| mtart | ekpo | mtart | Product Type | |
| punei | ekpo | punei | Points Unit | |
| gewei | ekpo | gewei | Weight Unit | |
| voleh | ekpo | voleh | Volume Unit | |
| aktnr | ekpo | aktnr | Promotion | |
| retpo | ekpo | retpo | Returns Item | |
| gsber | ekkn | gsber | Business Area | |
| prctr | ekkn | prctr | Profit Centers | |
| kostl | ekkn | kostl | Substitute CC | |
| txdat_from | ekpo | txdat_from | Tax Rate Valid-From | |
| satnr | ekpo | satnr | Cross-plant CM | |
| ps_psp_pnr | ekkn | ps_psp_pnr | WBS Element | |
| bupla | t001w | j_1bbranch | Business Place | |
| tax_country | ekpo | tax_country | Tax Ctry/Rgn | |
| stceg_l | ekko | stceg_l | Tax Dest. Cty/R | |
| knttp | ekpo | knttp | AcctAssgnCat:CC | |
| kzbws | ekpo | kzbws | Valuation | |
| sobkz | ekpo | sobkz | Special Stock |
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_WB2_EKKO_EKPO_2.
-- 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: VWB2_EKKO_EKPO_2
CREATE VIEW V_WB2_EKKO_EKPO_2 AS
SELECT
ekko.ebeln AS ebeln,
ekpo.ebelp AS ebelp,
ekkn.zekkn AS zekkn,
ekko.bukrs AS bukrs,
ekko.lifnr AS lifnr,
ekko.waers AS waers,
ekko.ekorg AS ekorg,
ekko.ekgrp AS ekgrp,
ekko.bedat AS bedat,
ekko.llief AS llief,
ekko.bsart AS bsart,
ekko.stceg AS stceg,
ekpo.matnr AS matnr,
ekpo.werks AS werks,
ekpo.matkl AS matkl,
ekpo.ekkol AS ekkol,
ekpo.meins AS meins,
ekpo.mwskz AS mwskz,
ekpo.txjcd AS txjcd,
ekpo.kolif AS kolif,
ekpo.ltsnr AS ltsnr,
ekpo.mtart AS mtart,
ekpo.punei AS punei,
ekpo.gewei AS gewei,
ekpo.voleh AS voleh,
ekpo.aktnr AS aktnr,
ekpo.retpo AS retpo,
ekkn.gsber AS gsber,
ekkn.prctr AS prctr,
ekkn.kostl AS kostl,
ekpo.txdat_from AS txdat_from,
ekpo.satnr AS satnr,
ekkn.ps_psp_pnr AS ps_psp_pnr,
t001w.j_1bbranch AS bupla,
ekpo.tax_country AS tax_country,
ekko.stceg_l AS stceg_l,
ekpo.knttp AS knttp,
ekpo.kzbws AS kzbws,
ekpo.sobkz AS sobkz
FROM ekko
INNER JOIN ekpo ON /* join condition not captured in parsed metadata */
INNER JOIN ekkn ON /* join condition not captured in parsed metadata */
;
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