MMPURPO_CTRITEM_ENHLIMIT_2
CtrItms with same Plant and RefPOrg
MMPURPO_CTRITEM_ENHLIMIT_2 is a CDS View that provides data about "CtrItms with same Plant and RefPOrg" in SAP S/4HANA. It reads from 1 data source (mmpurpo_ctr_itm_from_limit) and exposes 13 fields with key fields ebeln, ebelp, po_ekorg, po_werks. Part of development package ME_PO.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| mmpurpo_ctr_itm_from_limit | ctr | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view | |
| EndUserText.label | CtrItms with same Plant and RefPOrg | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view |
Fields (13)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ebeln | mmpurpo_ctr_itm_from_limit | ebeln | Source PurchDoc |
| KEY | ebelp | mmpurpo_ctr_itm_from_limit | ebelp | Item pur. doc. |
| KEY | po_ekorg | reforg | ekorg | Purchasing Org. |
| KEY | po_werks | mmpurpo_ctr_itm_from_limit | werks | Receiving Plant |
| lifnr | mmpurpo_ctr_itm_from_limit | lifnr | Vendor no. | |
| kdatb | mmpurpo_ctr_itm_from_limit | kdatb | Validity Start | |
| kdate | mmpurpo_ctr_itm_from_limit | kdate | Validity End | |
| ctr_ekorg | mmpurpo_ctr_itm_from_limit | ekorg | Purchasing Org. | |
| ctr_werks | mmpurpo_ctr_itm_from_limit | werks | Receiving Plant | |
| ctr_bsart | mmpurpo_ctr_itm_from_limit | bsart | Stnd purch.ord. | |
| ctr_ekgrp | mmpurpo_ctr_itm_from_limit | ekgrp | Sub. purchasing grp | |
| ctr_matkl | mmpurpo_ctr_itm_from_limit | matkl | Product Sold Group | |
| txz01 | mmpurpo_ctr_itm_from_limit | txz01 | Text |
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 MMPURPO_CTRITEM_ENHLIMIT_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.
CREATE VIEW MMPURPO_CTRITEM_ENHLIMIT_2 AS
SELECT
ctr.ebeln AS ebeln,
ctr.ebelp AS ebelp,
reforg.ekorg AS po_ekorg,
ctr.werks AS po_werks,
ctr.lifnr AS lifnr,
ctr.kdatb AS kdatb,
ctr.kdate AS kdate,
ctr.ekorg AS ctr_ekorg,
ctr.werks AS ctr_werks,
ctr.bsart AS ctr_bsart,
ctr.ekgrp AS ctr_ekgrp,
ctr.matkl AS ctr_matkl,
ctr.txz01 AS txz01
FROM mmpurpo_ctr_itm_from_limit AS ctr
;
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