I_MasterRcpNonHistoricActyTP
Master Recipe Non Historical Activity
I_MasterRcpNonHistoricActyTP is a Transactional CDS View that provides data about "Master Recipe Non Historical Activity" in SAP S/4HANA. It reads from 1 data source (I_BOOSqncOperationAssgmtChgSt) and exposes 14 fields with key fields MasterRecipeGroup, MasterRecipe, MasterRecipeOperationIntID. It has 9 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_BOOSqncOperationAssgmtChgSt | plas | inner |
Associations (9)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..*] | I_MasterRecipeHeaderTP | _Header | $projection.MasterRecipeGroup = _Header.MasterRecipeGroup and $projection.MasterRecipe = _Header.MasterRecipe -- to root node |
| [0..*] | I_MasterRecipeOperationTP | _Operation | |
| [0..*] | I_MasterRecipePhaseTP | _Phase | |
| [0..*] | I_MasterRecipeOpCompAllocTP | _OpCompAlloc | |
| [0..*] | I_MasterRecipeOpSecdryRsceTP | _OpSecdryRsce | |
| [0..*] | I_MasterRecipePhseCompAllocTP | _PhseCompAlloc | |
| [0..*] | I_MasterRecipePhseSecdryRsceTP | _PhseSecdryRsce | |
| [0..*] | I_MasterRecipeRelationshipTP | _PhseRelshp | |
| [0..*] | R_MasterRcpInspCharcsAssgmtTP | _InspCharcsAssgmt | |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Master Recipe Non Historical Activity | view | |
| ObjectModel.representativeKey | MasterRecipeOperationIntID | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MASTER | view |
Fields (14)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MasterRecipeGroup | plpo | BillOfOperationsGroup | Group |
| KEY | MasterRecipe | I_BOOSqncOperationAssgmtChgSt | BillOfOperationsVariant | Group Counter |
| KEY | MasterRecipeOperationIntID | plpo | BOOOperationInternalID | Task list node |
| ChangedDateTime | _RcpTP | ChangedDateTime | Time Stamp | |
| _RcpTP | _RcpTP | |||
| _Operation | _Operation | |||
| _Phase | _Phase | |||
| _OpCompAlloc | _OpCompAlloc | |||
| _OpSecdryRsce | _OpSecdryRsce | |||
| _PhseCompAlloc | _PhseCompAlloc | |||
| _PhseSecdryRsce | _PhseSecdryRsce | |||
| _PhseRelshp | _PhseRelshp | |||
| _InspCharcsAssgmt | _InspCharcsAssgmt | |||
| _Header | _Header |
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_MasterRcpNonHistoricActyTP.
-- 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: IMRCNHACTYTP
CREATE VIEW I_MasterRcpNonHistoricActyTP AS
SELECT
plpo.BillOfOperationsGroup AS MasterRecipeGroup,
plas.BillOfOperationsVariant AS MasterRecipe,
plpo.BOOOperationInternalID AS MasterRecipeOperationIntID,
_RcpTP.ChangedDateTime AS ChangedDateTime
INNER JOIN I_BOOSqncOperationAssgmtChgSt AS plas ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN I_MasterRecipeHeaderTP AS _Header ON MasterRecipeGroup = _Header.MasterRecipeGroup AND MasterRecipe = _Header.MasterRecipe -- association [1..*]
LEFT OUTER JOIN I_MasterRecipeOperationTP AS _Operation ON /* condition not available in parsed metadata */ -- association [0..*]
LEFT OUTER JOIN I_MasterRecipePhaseTP AS _Phase ON /* condition not available in parsed metadata */ -- association [0..*]
LEFT OUTER JOIN I_MasterRecipeOpCompAllocTP AS _OpCompAlloc ON /* condition not available in parsed metadata */ -- association [0..*]
LEFT OUTER JOIN I_MasterRecipeOpSecdryRsceTP AS _OpSecdryRsce ON /* condition not available in parsed metadata */ -- association [0..*]
LEFT OUTER JOIN I_MasterRecipePhseCompAllocTP AS _PhseCompAlloc ON /* condition not available in parsed metadata */ -- association [0..*]
LEFT OUTER JOIN I_MasterRecipePhseSecdryRsceTP AS _PhseSecdryRsce ON /* condition not available in parsed metadata */ -- association [0..*]
LEFT OUTER JOIN I_MasterRecipeRelationshipTP AS _PhseRelshp ON /* condition not available in parsed metadata */ -- association [0..*]
LEFT OUTER JOIN R_MasterRcpInspCharcsAssgmtTP AS _InspCharcsAssgmt 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