NSDM_E_V_CF_MSPR
V_CF_MSPR Compatibility View
NSDM_E_V_CF_MSPR is a CDS View that provides data about "V_CF_MSPR Compatibility View" in SAP S/4HANA. It reads from 3 data sources (nsdm_e_mspr, mcha, mch1) and exposes 26 fields with key fields mandt, matnr, werks, lgort, charg.
Data Sources (3)
| Source | Alias | Join Type |
|---|---|---|
| nsdm_e_mspr | a | from |
| mcha | b | inner |
| mch1 | c | inner |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.sqlViewName | NSDM_V_V_CF_MSPR | view | |
| EndUserText.label | V_CF_MSPR Compatibility View | view | |
| DataAging.noAgingRestriction | false | view | |
| ObjectModel.usageType.sizeCategory | XXL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ClientHandling.algorithm | #AUTOMATED | view | |
| AccessControl.authorizationCheck | #NOT_ALLOWED | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| AbapCatalog.viewEnhancementCategory | #PROJECTION_LIST | view |
Fields (26)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | mandt | nsdm_e_mspr | mandt | Editing Client |
| KEY | matnr | nsdm_e_mspr | matnr | Vehicle Model |
| KEY | werks | nsdm_e_mspr | werks | Receiving Plant |
| KEY | lgort | nsdm_e_mspr | lgort | Sublocation |
| KEY | charg | nsdm_e_mspr | charg | Chargeable Proc. |
| KEY | sobkz | nsdm_e_mspr | sobkz | Special Stock |
| KEY | pspnr | nsdm_e_mspr | pspnr | WBS Element |
| CLABS | nsdm_e_mspr | prlab | Unrestricted | |
| CINSM | nsdm_e_mspr | prins | Quality Insp. | |
| CSPEM | nsdm_e_mspr | prspe | Permanently | |
| CEINM | nsdm_e_mspr | prein | Restricted-Use | |
| CVMLA | nsdm_e_mspr | prvla | Unrestr.-use | |
| CVMIN | nsdm_e_mspr | prvin | In qual. insp. | |
| CVMSP | nsdm_e_mspr | prvsp | Blocked | |
| CVMEI | nsdm_e_mspr | prvei | Restr.-use PP | |
| SPERC | nsdm_e_mspr | prspr | Phys. Inv. Blk | |
| LVORM_0 | mcha | lvorm | Stock del. flag | |
| LVORM_1 | mch1 | lvorm | Stock del. flag | |
| bwtar | mcha | bwtar | Valuation Type | |
| ZUSTD_0 | mcha | zustd | Dummy | |
| ZUSTD_1 | mch1 | zustd | Dummy | |
| lfgja | nsdm_e_mspr | lfgja | Year Cur.Period | |
| lfmon | nsdm_e_mspr | lfmon | Current Period | |
| BATCH_TYPE_0 | mcha | batch_type | Batch Type | |
| BATCH_TYPE_1 | mch1 | batch_type | Batch Type | |
| sgt_scat | mcha | sgt_scat | Stock Segment |
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 NSDM_E_V_CF_MSPR.
-- 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: NSDM_V_V_CF_MSPR
CREATE VIEW NSDM_E_V_CF_MSPR AS
SELECT
a.mandt AS mandt,
a.matnr AS matnr,
a.werks AS werks,
a.lgort AS lgort,
a.charg AS charg,
a.sobkz AS sobkz,
a.pspnr AS pspnr,
a.prlab AS CLABS,
a.prins AS CINSM,
a.prspe AS CSPEM,
a.prein AS CEINM,
a.prvla AS CVMLA,
a.prvin AS CVMIN,
a.prvsp AS CVMSP,
a.prvei AS CVMEI,
a.prspr AS SPERC,
b.lvorm AS LVORM_0,
c.lvorm AS LVORM_1,
b.bwtar AS bwtar,
b.zustd AS ZUSTD_0,
c.zustd AS ZUSTD_1,
a.lfgja AS lfgja,
a.lfmon AS lfmon,
b.batch_type AS BATCH_TYPE_0,
c.batch_type AS BATCH_TYPE_1,
b.sgt_scat AS sgt_scat
FROM nsdm_e_mspr AS a
INNER JOIN mcha AS b ON /* join condition not captured in parsed metadata */
INNER JOIN mch1 AS c 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