C_TreasuryPositionHistory

DDL: C_TREASURYPOSITIONHISTORY Type: view_entity CONSUMPTION Package: FTR_TREASURY_LEDGER_CORE

History of a Treasury Position

C_TreasuryPositionHistory is a Consumption CDS View that provides data about "History of a Treasury Position" in SAP S/4HANA. It reads from 1 data source (I_TreasuryPositionHistory). It is exposed through 1 OData service (ASQL_F3966). Part of development package FTR_TREASURY_LEDGER_CORE.

Data Sources (1)

SourceAliasJoin Type
I_TreasuryPositionHistory I_TreasuryPositionHistory from

Parameters (4)

NameTypeDefault
P_KeyDate vdm_v_key_date
P_TreasuryPositionPeriod ftr_pos_hist_period
P_DisplayCurrency vdm_v_display_currency
P_ExchangeRateType kurst

Annotations (10)

NameValueLevelField
AccessControl.personalData.blocking #REQUIRED view
AccessControl.authorizationCheck #CHECK view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #XL view
VDM.viewType #CONSUMPTION view
EndUserText.label History of a Treasury Position view
Analytics.internalName #LOCAL view
Metadata.allowExtensions true view
Metadata.ignorePropagatedAnnotations true view

OData Services (1)

ServiceBindingVersionContractRelease
ASQL_F3966 ASQL_F3966 C2 NOT_RELEASED

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 C_TreasuryPositionHistory.
-- 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.
-- Parameters: P_KeyDate : vdm_v_key_date, P_TreasuryPositionPeriod : ftr_pos_hist_period, P_DisplayCurrency : vdm_v_display_currency, P_ExchangeRateType : kurst

CREATE VIEW C_TreasuryPositionHistory AS
SELECT *  -- field list not available in parsed metadata
FROM I_TreasuryPositionHistory
;