fins_rev_rec_VCMHM_CHAIN
Value Chain for support purpose
fins_rev_rec_VCMHM_CHAIN is a CDS View that provides data about "Value Chain for support purpose" in SAP S/4HANA. It reads from 5 data sources (vcm_rt_bo_item, I_ValueChainStepInboundItem, vcm_rt_step_schd, vcm_rt_step_ins, vcm_rt_chain_ins) and exposes 13 fields.
Data Sources (5)
| Source | Alias | Join Type |
|---|---|---|
| vcm_rt_bo_item | BoItem | left_outer |
| I_ValueChainStepInboundItem | InboundItem | left_outer |
| vcm_rt_step_schd | Schedule | left_outer |
| vcm_rt_step_ins | Step | left_outer |
| vcm_rt_chain_ins | vcm_rt_chain_ins | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | TRR_VCMHMC | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Value Chain for support purpose | view | |
| ClientDependent | true | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view |
Fields (13)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| version | vcm_rt_chain_ins | version | XML Vers. | |
| ValueChainInstanceStatus | vcm_rt_chain_ins | status | Workflow Status | |
| step_type | vcm_rt_step_ins | step_type | VSS Sol. Step Type | |
| ValueChainStepInstanceStatus | vcm_rt_step_ins | status | Workflow Status | |
| ValueChainStepInstanceUUID | vcm_rt_step_ins | guid | UUID 22 char. | |
| SchedulingStatus | vcm_rt_step_schd | sched_status | Status | |
| SchedulingTimestamp | vcm_rt_step_schd | scheduled_at | Time Stamp | |
| BUSINESS_OBJECT_ID | vcm_rt_bo_item | business_object_id | Business Object ID | |
| deleted | vcm_rt_bo_item | deleted | Truth Value | |
| cancelled | vcm_rt_bo_item | cancelled | Item Discarded | |
| InboundBusinessObjectID | I_ValueChainStepInboundItem | ValueChainBusinessObject | Business Object ID | |
| InboundBusinessObjectItemID | I_ValueChainStepInboundItem | ValueChainBusinessObjectItem | BO Item | |
| InboundItemProcessingStatus | I_ValueChainStepInboundItem | ValueChainBusObjItemProcStat | User Status Code |
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 fins_rev_rec_VCMHM_CHAIN.
-- 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: TRR_VCMHMC
CREATE VIEW fins_rev_rec_VCMHM_CHAIN AS
SELECT
vcm_rt_chain_ins.version AS version,
vcm_rt_chain_ins.status AS ValueChainInstanceStatus,
Step.step_type AS step_type,
Step.status AS ValueChainStepInstanceStatus,
Step.guid AS ValueChainStepInstanceUUID,
Schedule.sched_status AS SchedulingStatus,
Schedule.scheduled_at AS SchedulingTimestamp,
BoItem.business_object_id AS BUSINESS_OBJECT_ID,
BoItem.deleted AS deleted,
BoItem.cancelled AS cancelled,
InboundItem.ValueChainBusinessObject AS InboundBusinessObjectID,
InboundItem.ValueChainBusinessObjectItem AS InboundBusinessObjectItemID,
InboundItem.ValueChainBusObjItemProcStat AS InboundItemProcessingStatus
FROM vcm_rt_chain_ins
LEFT OUTER JOIN vcm_rt_step_ins AS Step ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN vcm_rt_step_schd AS Schedule ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN vcm_rt_bo_item AS BoItem ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN I_ValueChainStepInboundItem AS InboundItem 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