VFCLM_BAM_DDL_BSM_FR1

DDL: FCLM_BAM_BSM_FEBKOR1 SQL: VFCLM_BAM_BSMFR1 Type: view

First Rank View on FEBKO

VFCLM_BAM_DDL_BSM_FR1 is a CDS View that provides data about "First Rank View on FEBKO" in SAP S/4HANA. It reads from 1 data source (febko) and exposes 6 fields.

Data Sources (1)

SourceAliasJoin Type
febko febko from

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName VFCLM_BAM_BSMFR1 view
EndUserText.label First Rank View on FEBKO view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #A view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (6)

KeyFieldSource TableSource FieldDescription
bukrs bukrs Value
hbkid hbkid House Bank
hktid hktid House Bank Account
waers waers Transaction Currency
azdat azdat Statement Date
kukey

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 VFCLM_BAM_DDL_BSM_FR1.
-- 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: VFCLM_BAM_BSMFR1

CREATE VIEW VFCLM_BAM_DDL_BSM_FR1 AS
SELECT
  bukrs,
  hbkid,
  hktid,
  waers,
  azdat,
  max(kukey) AS kukey
FROM febko
;