I_FuncAreaSubdivisionBasic

DDL: I_FUNCAREASUBDIVISIONBASIC SQL: IFAREASUBB Type: view BASIC

Functional Area Subdivision ID

I_FuncAreaSubdivisionBasic (Basic)

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

FunctionalAreaSubdivisionID · Accounting and Financial Close

I_FuncAreaSubdivisionBasic is a Basic CDS View (Dimension) that provides data about "Functional Area Subdivision ID" in SAP S/4HANA. It reads from 1 data source (I_FndsMgmtSubdivisionID) and exposes 3 fields with key field FunctionalAreaSubdivisionID.

SAP API Hub

StateC1
Line of BusinessAccounting and Financial Close
Application ComponentFI-FM
CapabilitiesAnalytical Dimension, Association Target for Defining CDS Entities, Data Source for Defining CDS Entities, Data Source in SQL Select, Data Source for Data Extraction
PackageAccounting and Financial Close for SAP S/4HANA Cloud Private Edition

Documentation

Data Sources (1)

SourceAliasJoin Type
I_FndsMgmtSubdivisionID I_FndsMgmtSubdivisionID from

Annotations (20)

NameValueLevelField
AbapCatalog.sqlViewName IFAREASUBB view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ClientHandling.algorithm #SESSION_VARIABLE view
ClientHandling.type #CLIENT_DEPENDENT view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
Metadata.ignorePropagatedAnnotations true view
Analytics.internalName #LOCAL view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.representativeKey FunctionalAreaSubdivisionID view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
Metadata.allowExtensions true view
Search.searchable true view
EndUserText.label Functional Area Subdivision ID view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY FunctionalAreaSubdivisionID Functional Area Subdivision ID
FndsMgmtAcctAssgmtElementID FndsMgmtAcctAssgmtElementID Account Assignment Element
_FndsMgmtAcctAssgmtElementID _FndsMgmtAcctAssgmtElementID

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_FuncAreaSubdivisionBasic.
-- 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: IFAREASUBB

CREATE VIEW I_FuncAreaSubdivisionBasic AS
SELECT
  cast ( FndsMgmtSubdivisionID as fmis_subdiv_fa_subdivid preserving type ) AS FunctionalAreaSubdivisionID,
  FndsMgmtAcctAssgmtElementID
FROM I_FndsMgmtSubdivisionID
;