FCO_MIG_DERIV_P
CO Delta Entries (COSP+COSS) - Derivation of Dep. Fields
FCO_MIG_DERIV_P is a CDS View that provides data about "CO Delta Entries (COSP+COSS) - Derivation of Dep. Fields" in SAP S/4HANA. It reads from 17 data sources.
Data Sources (17)
| Source | Alias | Join Type |
|---|---|---|
| afvc | af | left_outer |
| aufk | au | left_outer |
| aufk | auop | left_outer |
| fco_mig_nplnr | npl | left_outer |
| prps | p | left_outer |
| aufk | parob_au | left_outer |
| prps | parob_p | left_outer |
| proj | parob_pro | left_outer |
| fco_mig_nplnr | pnpl | left_outer |
| proj | pro | left_outer |
| fco_mig_re_obj | re | left_outer |
| ska1 | ska1 | left_outer |
| skb1 | skb1 | left_outer |
| t001 | t001 | left_outer |
| tka01 | tka01 | inner |
| tka02 | tka02 | inner |
| vicn01 | vicn01 | left_outer |
Parameters (6)
| Name | Type | Default |
|---|---|---|
| iv_mig_source_1 | abap.char(1) | |
| iv_mig_source_2 | abap.char(1) | |
| iv_mig_source_3 | abap.char(1) | |
| iv_mig_source_4 | abap.char(1) | |
| iv_mig_source_5 | abap.char(1) | |
| iv_mig_source_6 | abap.char(1) |
Annotations (3)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | FCOV_MIG_DERIV_P | view | |
| EndUserText.label | CO Delta Entries (COSP+COSS) - Derivation of Dep. Fields | view | |
| ObjectModel.usageType.serviceQuality | #P | view |
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 FCO_MIG_DERIV_P.
-- 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: FCOV_MIG_DERIV_P
-- Parameters: iv_mig_source_1 : abap.char(1), iv_mig_source_2 : abap.char(1), iv_mig_source_3 : abap.char(1), iv_mig_source_4 : abap.char(1), iv_mig_source_5 : abap.char(1), iv_mig_source_6 : abap.char(1)
CREATE VIEW FCO_MIG_DERIV_P AS
SELECT * -- field list not available in parsed metadata
LEFT OUTER JOIN prps AS p ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN proj AS pro ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN aufk AS au ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN fco_mig_nplnr AS npl ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN prps AS parob_p ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN proj AS parob_pro ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN aufk AS parob_au ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN fco_mig_nplnr AS pnpl ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN t001 ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN ska1 ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN skb1 ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN fco_mig_re_obj AS re ON /* join condition not captured in parsed metadata */
INNER JOIN tka02 ON /* join condition not captured in parsed metadata */
INNER JOIN tka01 ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN afvc AS af ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN vicn01 ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN aufk AS auop 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