R_ProdnVersConstcyLogTP
Production Version Consistency Log
R_ProdnVersConstcyLogTP is a Transactional CDS View that provides data about "Production Version Consistency Log" in SAP S/4HANA. It reads from 1 data source (I_ProductionVersionConstcyLog) and exposes 22 fields with key fields Material, Plant, ProductionVersion, ProdnVersConstcyIssue.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ProductionVersionConstcyLog | I_ProductionVersionConstcyLog | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Production Version Consistency Log | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view |
Fields (22)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Material | Material | Vehicle Model | |
| KEY | Plant | Plant | Valuation Area | |
| KEY | ProductionVersion | ProductionVersion | Version ID | |
| KEY | ProdnVersConstcyIssue | ProdnVersConstcyIssue | Issue Ident. No | |
| ProdnVersConsistencyIssueType | ProdnVersConsistencyIssueType | Issue Type for stock | ||
| ProdnVersConstcyIssSvrtyLvl | ProdnVersConstcyIssSvrtyLvl | |||
| IssueOccurredDateTime | IssueOccurredDateTime | Time Stamp | ||
| ProductionVersionConstcyStatus | ProductionVersionConstcyStatus | Status for Production Version | ||
| ProducerEventType | ProducerEventType | Event responsible for Production Version | ||
| ProducerBusinessObjectType | ProducerBusinessObjectType | Business Object responsible for Production Version | ||
| ProdnVersConstcyLogMsgClass | ProdnVersConstcyLogMsgClass | Message ID | ||
| ProdnVersConstcyLogMsgNumber | ProdnVersConstcyLogMsgNumber | Message Number | ||
| ProdnVersConstcyLgMsgVarbl1Txt | ProdnVersConstcyLgMsgVarbl1Txt | Message variable 1 | ||
| ProdnVersConstcyLgMsgVarbl2Txt | ProdnVersConstcyLgMsgVarbl2Txt | Message variable 2 | ||
| ProdnVersConstcyLgMsgVarbl3Txt | ProdnVersConstcyLgMsgVarbl3Txt | Message variable 3 | ||
| ProdnVersConstcyLgMsgVarbl4Txt | ProdnVersConstcyLgMsgVarbl4Txt | Message variable 4 | ||
| ChangeHistoryCount | _Header | ChangeHistoryCount | ||
| _Material | _Material | |||
| _Plant | _Plant | |||
| _ProdnVers | _ProdnVers | |||
| _Header | _Header | |||
| _IssueType | _IssueType |
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 R_ProdnVersConstcyLogTP.
-- 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.
CREATE VIEW R_ProdnVersConstcyLogTP AS
SELECT
Material,
Plant,
ProductionVersion,
ProdnVersConstcyIssue,
ProdnVersConsistencyIssueType,
ProdnVersConstcyIssSvrtyLvl,
IssueOccurredDateTime,
ProductionVersionConstcyStatus,
ProducerEventType,
ProducerBusinessObjectType,
ProdnVersConstcyLogMsgClass,
ProdnVersConstcyLogMsgNumber,
ProdnVersConstcyLgMsgVarbl1Txt,
ProdnVersConstcyLgMsgVarbl2Txt,
ProdnVersConstcyLgMsgVarbl3Txt,
ProdnVersConstcyLgMsgVarbl4Txt,
_Header.ChangeHistoryCount AS ChangeHistoryCount
FROM I_ProductionVersionConstcyLog
;
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