FINOC_RULE_MAT_EXAMPLE
Organizational Change: Customer Rule MAT
FINOC_RULE_MAT_EXAMPLE is a CDS View that provides data about "Organizational Change: Customer Rule MAT" in SAP S/4HANA. It reads from 2 data sources (FINOC_RULE_MAT_BASE, mara) and exposes 7 fields with key fields matnr, werks, orgl_change.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| FINOC_RULE_MAT_BASE | base | from |
| mara | mara | inner |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | FINOCV_RULE_MATE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | Organizational Change: Customer Rule MAT | view |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | matnr | FINOC_RULE_MAT_BASE | matnr | Vehicle Model |
| KEY | werks | FINOC_RULE_MAT_BASE | werks | Receiving Plant |
| KEY | orgl_change | FINOC_RULE_MAT_BASE | orgl_change | Organizational Change |
| kokrs | FINOC_RULE_MAT_BASE | kokrs | Org. Value | |
| bukrs | FINOC_RULE_MAT_BASE | bukrs | Value | |
| prctr_old | FINOC_RULE_MAT_BASE | prctr_old | Old Profit Center | |
| mtartXYZthenPC1elsePC2endasprctr |
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 FINOC_RULE_MAT_EXAMPLE.
-- 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: FINOCV_RULE_MATE
CREATE VIEW FINOC_RULE_MAT_EXAMPLE AS
SELECT
base.matnr AS matnr,
base.werks AS werks,
base.orgl_change AS orgl_change,
base.kokrs AS kokrs,
base.bukrs AS bukrs,
base.prctr_old AS prctr_old,
case when base.werks = '0001' and mara.mtart = 'XYZ' then 'PC1' else 'PC2' end as prctr AS mtartXYZthenPC1elsePC2endasprctr
FROM FINOC_RULE_MAT_BASE AS base
INNER JOIN mara 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