I_CustomCDSViewRework_KeyUpper
Custom CDS View Rework - upper name
I_CustomCDSViewRework_KeyUpper is a CDS View that provides data about "Custom CDS View Rework - upper name" in SAP S/4HANA. It reads from 1 data source (atov_bom_rework_demand) and exposes 12 fields with key field EntityName. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| atov_bom_rework_demand | atov_bom_rework_demand | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_CCV_REWORK_TASK_PRIORITY_VH | _TaskPriority | _TaskPriority.CodeInt = atov_bom_rework_demand.Highest_Priority |
| [0..1] | I_CCV_REWORK_TASK_CATEGORY_VH | _TaskCategory | _TaskCategory.Code = atov_bom_rework_demand.Rework_Category |
Annotations (2)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Custom CDS View Rework - upper name | view |
Fields (12)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | EntityName | object_name | Technical Name | |
| ItemId | item_id | Simulation Item ID | ||
| ItemType | item_type | Type | ||
| ReworkIndicator | Rework | |||
| HighestPriority | ||||
| HighestPrioritySortOrder | Highest_Priority_Sort_Order | |||
| HighestPriorityText | _TaskPriority | Description | Task Priority | |
| PriorityText | Priority_Text | Priority Description | ||
| Category | ||||
| CategoryText | Rework_Category_Text | |||
| _TaskPriority | _TaskPriority | |||
| _TaskCategory | _TaskCategory |
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_CustomCDSViewRework_KeyUpper.
-- 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 I_CustomCDSViewRework_KeyUpper AS
SELECT
object_name AS EntityName,
item_id AS ItemId,
item_type AS ItemType,
cast( Rework as aps_ccv_rework_ind preserving type ) AS ReworkIndicator,
cast( Highest_Priority as aps_ccv_r_task_priority preserving type ) AS HighestPriority,
Highest_Priority_Sort_Order AS HighestPrioritySortOrder,
_TaskPriority.Description AS HighestPriorityText,
Priority_Text AS PriorityText,
cast( Rework_Category as aps_ccv_r_task_category preserving type ) AS Category,
Rework_Category_Text AS CategoryText
FROM atov_bom_rework_demand
LEFT OUTER JOIN I_CCV_REWORK_TASK_PRIORITY_VH AS _TaskPriority ON _TaskPriority.CodeInt = atov_bom_rework_demand.Highest_Priority -- association [0..1]
LEFT OUTER JOIN I_CCV_REWORK_TASK_CATEGORY_VH AS _TaskCategory ON _TaskCategory.Code = atov_bom_rework_demand.Rework_Category -- association [0..1]
;
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