I_MasterRecipeNonHistoricHdrTP
Master Recipe Non Historical Header
I_MasterRecipeNonHistoricHdrTP is a Transactional CDS View that provides data about "Master Recipe Non Historical Header" in SAP S/4HANA. It reads from 1 data source (I_MasterRecipe) and exposes 18 fields with key fields MasterRecipeGroup, MasterRecipe. It has 3 associations to related views. Part of development package VDM_PP_MD_MRC.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_MasterRecipe | I_MasterRecipe | from |
Associations (3)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..*] | I_MasterRecipeHeaderTP | _Header | |
| [0..*] | I_MasterRecipeMaterialAssgmtTP | _MatlAssgmt | |
| [0..*] | I_MasterRcpNonHistoricActyTP | _Acty | |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Master Recipe Non Historical Header | view | |
| ObjectModel.representativeKey | MasterRecipe | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.sapObjectNodeType.name | MasterRecipe | view |
Fields (18)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MasterRecipeGroup | BillOfOperationsGroup | Group | |
| KEY | MasterRecipe | BillOfOperationsVariant | Group Counter | |
| BillOfOperationsVersionType | BillOfOperationsVersionType | Version Profile | ||
| BillOfOperationsSubtype | BillOfOperationsSubtype | Version Profile | ||
| LastUsageDate | LastUsageDate | Store Until | ||
| NumberOfUsages | NumberOfUsages | No. of Periods | ||
| HasChangeNumber | HasChangeNumber | Change no. ind. | ||
| HasParameterEffectivity | HasParameterEffectivity | Param.Eff.Ind. | ||
| LastChangeDate | LastChangeDate | Time Stamp | ||
| LastChangeTime | LastChangeTime | Time changed | ||
| LastChangedByUser | LastChangedByUser | User Name | ||
| IsMarkedForDeletion | IsMarkedForDeletion | Purch.org. data | ||
| RoutingIsReworkRouting | RoutingIsReworkRouting | Rework Routing | ||
| ProdnProcgIsFlexible | ProdnProcgIsFlexible | Flexible | ||
| clientNULLastzntstmpsasChangedDateTime | ||||
| _Header | _Header | |||
| _MatlAssgmt | _MatlAssgmt | |||
| _Acty | _Acty |
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 I_MasterRecipeNonHistoricHdrTP.
-- 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: IMRCNHHDRTP
CREATE VIEW I_MasterRecipeNonHistoricHdrTP AS
SELECT
BillOfOperationsGroup AS MasterRecipeGroup,
BillOfOperationsVariant AS MasterRecipe,
BillOfOperationsVersionType,
BillOfOperationsSubtype,
LastUsageDate,
NumberOfUsages,
HasChangeNumber,
HasParameterEffectivity,
LastChangeDate,
LastChangeTime,
LastChangedByUser,
IsMarkedForDeletion,
RoutingIsReworkRouting,
ProdnProcgIsFlexible,
cast( dats_tims_to_tstmp(I_MasterRecipe.LastChangeDate, LastChangeTime, abap_system_timezone($session.client, 'NULL'), $session.client, 'NULL') as tzntstmps ) as ChangedDateTime AS clientNULLastzntstmpsasChangedDateTime
FROM I_MasterRecipe
LEFT OUTER JOIN I_MasterRecipeHeaderTP AS _Header ON /* condition not available in parsed metadata */ -- association [1..*]
LEFT OUTER JOIN I_MasterRecipeMaterialAssgmtTP AS _MatlAssgmt ON /* condition not available in parsed metadata */ -- association [0..*]
LEFT OUTER JOIN I_MasterRcpNonHistoricActyTP AS _Acty ON /* condition not available in parsed metadata */ -- association [0..*]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- 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