I_FunctionalAreaText

DDL: I_FUNCTIONALAREATEXT SQL: IFIFUNCAREAT Type: view BASIC

Functional Area - Text

I_FunctionalAreaText (Basic)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Private Edition with built-in and side-by-side extension capabilities.

Accounting and Financial Close

I_FunctionalAreaText is a Basic CDS View that provides data about "Functional Area - Text" in SAP S/4HANA. It reads from 1 data source (tfkbt) and exposes 4 fields with key fields Language, FunctionalArea.

SAP API Hub

StateC1
Line of BusinessAccounting and Financial Close
Application ComponentFI-GL-GL-A
CapabilitiesData Source for Defining CDS Entities, Language-Dependent Text, Data Source for Data Extraction
PackageAccounting and Financial Close for SAP S/4HANA Cloud Private Edition
Description <p>This CDS view provides the prerequisites for answering the following business questions:</p> <ul> <li><p>What are the descriptions of the functional areas in the optional language?</p></li> </ul>

Documentation

Data Sources (1)

SourceAliasJoin Type
tfkbt tfkbt from

Annotations (16)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataExtraction.enabled true view
Analytics.dataExtraction.delta.changeDataCapture.automatic true view
EndUserText.label Functional Area - Text view
ObjectModel.dataCategory #TEXT view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IFIFUNCAREAT view
ObjectModel.representativeKey FunctionalArea view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #FULL view
AbapCatalog.preserveKey true view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY Language spras Off. Language
KEY FunctionalArea fkber Functional Area
FunctionalAreaName Name of the Functional Area
_Language _Language

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_FunctionalAreaText.
-- 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: IFIFUNCAREAT

CREATE VIEW I_FunctionalAreaText AS
SELECT
  spras AS Language,
  fkber AS FunctionalArea,
  cast( fkbtx as fis_fkbtx ) AS FunctionalAreaName
FROM tfkbt
;