VFCLM_BAM_DDL_CASHPOS1

DDL: FCLM_BAM_CASHPOS1 SQL: VFCLM_BAM_POS1 Type: view

Cash Postion 1: Retrieve all last year FEBKO items

VFCLM_BAM_DDL_CASHPOS1 is a CDS View that provides data about "Cash Postion 1: Retrieve all last year FEBKO items" in SAP S/4HANA.

Parameters (2)

NameTypeDefault
p_fromdate abap.dats
p_todate abap.dats

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName VFCLM_BAM_POS1 view
EndUserText.label Cash Postion 1: Retrieve all last year FEBKO items view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (5)

KeyFieldSource TableSource FieldDescription
bukrs bukrs Value
hbkid hbkid House Bank
hktid hktid House Bank Account
waers waers Transaction Currency
azdat azdat Statement 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 VFCLM_BAM_DDL_CASHPOS1.
-- 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_POS1
-- Parameters: p_fromdate : abap.dats, p_todate : abap.dats

CREATE VIEW VFCLM_BAM_DDL_CASHPOS1 AS
SELECT
  bukrs,
  hbkid,
  hktid,
  waers,
  azdat
;