FAA_SDM_DOCIT_CP03
KFC DOC_IT aggregation
FAA_SDM_DOCIT_CP03 is a CDS View that provides data about "KFC DOC_IT aggregation" in SAP S/4HANA. It reads from 8 data sources and exposes 21 fields with key fields bukrs, gjahr, anlkl, SelectedCurrencyBranch, DisplayCurrency.
Data Sources (8)
| Source | Alias | Join Type |
|---|---|---|
| faat_doc_it | doc_it | from |
| faat_doc_it | doc_it | union |
| faat_doc_it | doc_it | union |
| faat_doc_it | doc_it | union |
| faac_kfc_spec | kfc_spec | left_outer |
| faac_kfc_spec | kfc_spec | left_outer |
| faac_kfc_spec | kfc_spec | left_outer |
| faac_kfc_spec | kfc_spec | left_outer |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | FAAVDOCITCP03 | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | KFC DOC_IT aggregation | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view |
Fields (21)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | bukrs | faat_doc_it | bukrs | Value |
| KEY | gjahr | faat_doc_it | gjahr | Settlement Year |
| KEY | anlkl | faat_doc_it | anlkl | Asset Class |
| KEY | SelectedCurrencyBranch | |||
| KEY | DisplayCurrency | |||
| bukrs | Value | |||
| KEY | gjahr | faat_doc_it | gjahr | Settlement Year |
| KEY | anlkl | faat_doc_it | anlkl | Asset Class |
| KEY | SelectedCurrencyBranch | |||
| KEY | DisplayCurrency | |||
| bukrs | Value | |||
| KEY | gjahr | faat_doc_it | gjahr | Settlement Year |
| KEY | anlkl | faat_doc_it | anlkl | Asset Class |
| KEY | SelectedCurrencyBranch | |||
| KEY | DisplayCurrency | |||
| bukrs | Value | |||
| KEY | gjahr | faat_doc_it | gjahr | Settlement Year |
| KEY | anlkl | faat_doc_it | anlkl | Asset Class |
| KEY | SelectedCurrencyBranch | |||
| KEY | DisplayCurrency | |||
| AmountInDisplayCurrency |
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 FAA_SDM_DOCIT_CP03.
-- 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: FAAVDOCITCP03
CREATE VIEW FAA_SDM_DOCIT_CP03 AS
SELECT
doc_it.bukrs AS bukrs,
doc_it.gjahr AS gjahr,
doc_it.anlkl AS anlkl,
cast( '10' as fis_selected_currency_branch ) AS SelectedCurrencyBranch,
cast( doc_it.rhcur as vdm_v_display_currency ) AS DisplayCurrency,
cast( sum( doc_it.vsl ) as farp_amount_display_crcy ) AS AmountInDisplayCurrency
FROM faat_doc_it AS doc_it
LEFT OUTER JOIN faac_kfc_spec AS kfc_spec ON /* join condition not captured in parsed metadata */
-- UNION with additional select branch(es): faat_doc_it
;
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