MDCV_E_DBVL
Compatibility View for DBVL
MDCV_E_DBVL is a CDS View that provides data about "Compatibility View for DBVL" in SAP S/4HANA. It reads from 6 data sources and exposes 16 fields.
Data Sources (6)
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | MDCV_V_DBVL | view | |
| EndUserText.label | Compatibility View for DBVL | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #AUTOMATED | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view |
Fields (16)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| mandt | pph_dbvm | mandt | Editing Client | |
| mafid | ||||
| BisMRP | ||||
| DistPhantom | ||||
| doweneedthis | ||||
| plscn | ||||
| matnr | pph_dbvm | matnr | Vehicle Model | |
| berid | pph_dbvm | berid | Single-Character Flag | |
| gsaen | pph_dbvm | gsaen | Net Change Plng | |
| akken | ||||
| AKKENnolongersupported | ||||
| resdt | ||||
| erdat | pph_dbvm | erdat | Entered On | |
| resal | pph_dbvm | resal | Re-explode BOM | |
| rhytd | pph_dbvm | rhytd | Planning date | |
| dstmp |
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 MDCV_E_DBVL.
-- 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: MDCV_V_DBVL
CREATE VIEW MDCV_E_DBVL AS
SELECT
pph_dbvm.mandt AS mandt,
cast('B' as mafid preserving type) AS mafid,
D ist Phantom AS DistPhantom,
do we need this AS doweneedthis,
and how to determine? pph_dbvm.plscn AS plscn,
pph_dbvm.matnr AS matnr,
pph_dbvm.berid AS berid,
pph_dbvm.gsaen AS gsaen,
cast(pph_dbvm.gsaen as akken preserving type) AS akken,
use GSAEN instead pph_dbvm.resdt AS resdt,
pph_dbvm.erdat AS erdat,
pph_dbvm.resal AS resal,
pph_dbvm.rhytd AS rhytd
FROM pph_dbvm
INNER JOIN mara ON /* join condition not captured in parsed metadata */
INNER JOIN marc ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN mdma ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN t438a AS disp_plant ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN t438a AS disp_berid 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