FNDEI_EKPA_FILTER
Filter View for table EKPA
FNDEI_EKPA_FILTER is a CDS View that provides data about "Filter View for table EKPA" in SAP S/4HANA. It reads from 2 data sources (ekpa, FNDEI_EKPA_BLOCKINGINFO) and exposes 19 fields with key fields mandt, ebeln, ebelp, ekorg, ltsnr.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| ekpa | ekpa | from |
| FNDEI_EKPA_BLOCKINGINFO | FNDEI_EKPA_BLOCKINGINFO | inner |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | FNDEIFEKPA | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ClientHandling.algorithm | #AUTOMATED | view | |
| EndUserText.label | Filter View for table EKPA | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #B | view |
Fields (19)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | mandt | ekpa | mandt | Editing Client |
| KEY | ebeln | ekpa | ebeln | Source PurchDoc |
| KEY | ebelp | ekpa | ebelp | Item pur. doc. |
| KEY | ekorg | ekpa | ekorg | Purchasing Org. |
| KEY | ltsnr | ekpa | ltsnr | Suppl. Subrange |
| KEY | werks | ekpa | werks | Receiving Plant |
| KEY | parvw | ekpa | parvw | Task Processor |
| KEY | parza | ekpa | parza | Partner counter |
| ernam | ekpa | ernam | User Name | |
| erdat | ekpa | erdat | Entered On | |
| lifn2 | ekpa | lifn2 | Ref. to suplr | |
| defpa | ekpa | defpa | Default Partner | |
| hityp | ekpa | hityp | Hierarchy type | |
| parnr | ekpa | parnr | Responsible | |
| pernr | ekpa | pernr | Personnel no. | |
| prfre | ekpa | prfre | Price determin. | |
| bolre | ekpa | bolre | Subseq. Settlmt | |
| histunr | ekpa | histunr | Hierarchy level | |
| _dataaging | ekpa | _dataaging | Data Aging |
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 FNDEI_EKPA_FILTER.
-- 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: FNDEIFEKPA
CREATE VIEW FNDEI_EKPA_FILTER AS
SELECT
ekpa.mandt AS mandt,
ekpa.ebeln AS ebeln,
ekpa.ebelp AS ebelp,
ekpa.ekorg AS ekorg,
ekpa.ltsnr AS ltsnr,
ekpa.werks AS werks,
ekpa.parvw AS parvw,
ekpa.parza AS parza,
ekpa.ernam AS ernam,
ekpa.erdat AS erdat,
ekpa.lifn2 AS lifn2,
ekpa.defpa AS defpa,
ekpa.hityp AS hityp,
ekpa.parnr AS parnr,
ekpa.pernr AS pernr,
ekpa.prfre AS prfre,
ekpa.bolre AS bolre,
ekpa.histunr AS histunr,
ekpa._dataaging AS _dataaging
FROM ekpa
INNER JOIN FNDEI_EKPA_BLOCKINGINFO 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