M_V_Inforecord_Sos_B
MM-PUR: Basic CDS View for SOS
M_V_Inforecord_Sos_B is a CDS View that provides data about "MM-PUR: Basic CDS View for SOS" in SAP S/4HANA. It reads from 13 data sources and exposes 35 fields.
Data Sources (13)
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CDS_M_IR_SOS_B | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | MM-PUR: Basic CDS View for SOS | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MIXED | view |
Fields (35)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| matnr | eina | matnr | Vehicle Model | |
| ematn | eina | matnr | Vehicle Model | |
| werks | t024w | werks | Receiving Plant | |
| vdatu | eina | lifab | Available from | |
| lifnr | eina | lifnr | Vendor no. | |
| aut_source | eine | aut_source | Auto. Sourcing | |
| netpr | eine | netpr | Price | |
| waers | eine | waers | Transaction Currency | |
| peinh | eine | peinh | Unit of measure | |
| infnr | eina | infnr | Info Record | |
| ekorg | eine | ekorg | Purchasing Org. | |
| esokz | eine | esokz | Infotype | |
| ekgrp | eine | ekgrp | Sub. purchasing grp | |
| webaz | marc | webaz | GR Proc. Time | |
| plifz | eine | aplfz | Pl. Deliv. Time | |
| verid | eine | verid | Version ID | |
| rdprf | eine | rdprf | Rounding Prfl. | |
| bmatnasmatnr | ||||
| ematn | eina | matnr | Vehicle Model | |
| werks | t024w | werks | Receiving Plant | |
| vdatu | eina | lifab | Available from | |
| lifnr | eina | lifnr | Vendor no. | |
| aut_source | eine | aut_source | Auto. Sourcing | |
| netpr | eine | netpr | Price | |
| waers | eine | waers | Transaction Currency | |
| peinh | eine | peinh | Unit of measure | |
| infnr | eina | infnr | Info Record | |
| ekorg | eine | ekorg | Purchasing Org. | |
| esokz | eine | esokz | Infotype | |
| ekgrp | eine | ekgrp | Sub. purchasing grp | |
| webaz | marc | webaz | GR Proc. Time | |
| plifz | eine | aplfz | Pl. Deliv. Time | |
| verid | eine | verid | Version ID | |
| rdprf | eine | rdprf | Rounding Prfl. | |
| matkl | eina | matkl | Product Sold Group |
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 M_V_Inforecord_Sos_B.
-- 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: CDS_M_IR_SOS_B
CREATE VIEW M_V_Inforecord_Sos_B AS
SELECT
eina.matnr AS matnr,
eina.matnr AS ematn,
t024w.werks AS werks,
eina.lifab AS vdatu,
eina.lifnr AS lifnr,
eine.aut_source AS aut_source,
eine.netpr AS netpr,
eine.waers AS waers,
eine.peinh AS peinh,
eina.infnr AS infnr,
eine.ekorg AS ekorg,
eine.esokz AS esokz,
eine.ekgrp AS ekgrp,
marc.webaz AS webaz,
eine.aplfz AS plifz,
eine.verid AS verid,
eine.rdprf AS rdprf,
eina.matkl as matkl AS bmatnasmatnr,
eina.matkl AS matkl
FROM eine
INNER JOIN eina ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN t024w ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN marc ON /* join condition not captured in parsed metadata */
INNER JOIN lfa1 ON /* join condition not captured in parsed metadata */
INNER JOIN lfm1 ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN mara ON /* join condition not captured in parsed metadata */
-- UNION ALL with additional select branch(es): eine
;
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