FAA_DOC_IT_BCF
Carry forward for statistical items
FAA_DOC_IT_BCF is a CDS View that provides data about "Carry forward for statistical items" in SAP S/4HANA. It reads from 5 data sources (anla, anla, faat_doc_it, faat_plan_values, finsts_faa_bcf) and exposes 45 fields.
Data Sources (5)
| Source | Alias | Join Type |
|---|---|---|
| anla | anla | inner |
| anla | anla | inner |
| faat_doc_it | faat_doc_it | from |
| faat_plan_values | faat_plan_values | union_all |
| finsts_faa_bcf | finsts_faa_bcf | inner |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | FAAV_DOC_IT_BCF | view | |
| EndUserText.label | Carry forward for statistical items | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.serviceQuality | #P | view |
Fields (45)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| bukrs | faat_doc_it | bukrs | Value | |
| anln1 | faat_doc_it | anln1 | Asset | |
| anln2 | faat_doc_it | anln2 | Sub-number | |
| anlgr | faat_doc_it | anlgr | Group Asset | |
| anlgr2 | faat_doc_it | anlgr2 | Subnumber | |
| afabe | faat_doc_it | afabe | Deprec. Area | |
| gjahr | faat_doc_it | gjahr | Settlement Year | |
| ldgrp | faat_doc_it | ldgrp | Target Ledger Group | |
| hsl | faat_doc_it | hsl | Local Crcy Amt | |
| ksl | faat_doc_it | ksl | GrpCurr | |
| osl | faat_doc_it | osl | Other Crcy Amnt | |
| vsl | faat_doc_it | vsl | Amount in Currency 2 | |
| rhcur | faat_doc_it | rhcur | Local Currency | |
| rkcur | faat_doc_it | rkcur | Ledger curr. | |
| rocur | faat_doc_it | rocur | Free Defined Crcy 1 | |
| rvcur | faat_doc_it | rvcur | Free Defined Crcy 4 | |
| awtyp | ||||
| bwasl | ||||
| movcat | ||||
| poper | ||||
| slalittype_trgtendasSLALITTYPE | ||||
| SLALITTYPE_srce | finsts_faa_bcf | slalittype_srce | SLALineItemType | |
| bukrs | Value | |||
| anln1 | faat_plan_values | anln1 | Asset | |
| anln2 | faat_plan_values | anln2 | Sub-number | |
| anlgr | faat_plan_values | anlgr | Group Asset | |
| anlgr2 | faat_plan_values | anlgr2 | Subnumber | |
| afabe | faat_plan_values | afabe | Deprec. Area | |
| gjahr | faat_plan_values | gjahr | Settlement Year | |
| ldgrp | faat_plan_values | ldgrp | Target Ledger Group | |
| hsl | faat_plan_values | hsl | Local Crcy Amt | |
| ksl | faat_plan_values | ksl | GrpCurr | |
| osl | faat_plan_values | osl | Other Crcy Amnt | |
| vsl | faat_plan_values | vsl | Amount in Currency 2 | |
| rhcur | faat_plan_values | rhcur | Local Currency | |
| rkcur | faat_plan_values | rkcur | Ledger curr. | |
| rocur | faat_plan_values | rocur | Free Defined Crcy 1 | |
| rvcur | faat_plan_values | rvcur | Free Defined Crcy 4 | |
| awtyp | ||||
| bwasl | ||||
| movcat | ||||
| poper | ||||
| SLALITTYPE | faat_plan_values | slalittype | SLALineItemType | |
| SLALITTYPE_srce | faat_plan_values | slalittype | SLALineItemType | |
| deakt | anla | deakt | Deact.Date |
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_DOC_IT_BCF.
-- 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: FAAV_DOC_IT_BCF
CREATE VIEW FAA_DOC_IT_BCF AS
SELECT
faat_doc_it.bukrs AS bukrs,
faat_doc_it.anln1 AS anln1,
faat_doc_it.anln2 AS anln2,
faat_doc_it.anlgr AS anlgr,
faat_doc_it.anlgr2 AS anlgr2,
faat_doc_it.afabe AS afabe,
faat_doc_it.gjahr AS gjahr,
faat_doc_it.ldgrp AS ldgrp,
faat_doc_it.hsl AS hsl,
faat_doc_it.ksl AS ksl,
faat_doc_it.osl AS osl,
faat_doc_it.vsl AS vsl,
faat_doc_it.rhcur AS rhcur,
faat_doc_it.rkcur AS rkcur,
faat_doc_it.rocur AS rocur,
faat_doc_it.rvcur AS rvcur,
'AMBU' AS awtyp,
'999' AS bwasl,
'00' AS movcat,
'000' AS poper,
case when ( slalittype between '07200' and '07209' ) then slalittype else finsts_faa_bcf.slalittype_trgt end as SLALITTYPE AS slalittype_trgtendasSLALITTYPE,
finsts_faa_bcf.slalittype_srce AS SLALITTYPE_srce,
faat_plan_values.slalittype AS SLALITTYPE,
anla.deakt AS deakt
FROM faat_doc_it
INNER JOIN finsts_faa_bcf ON /* join condition not captured in parsed metadata */
INNER JOIN anla ON /* join condition not captured in parsed metadata */
-- UNION ALL with additional select branch(es): faat_plan_values
;
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