C_CshFlwFcstComprnTimeStamp

DDL: C_CSHFLWFCSTCOMPRNTIMESTAMP SQL: CSNAPCOMPARESS Type: view CONSUMPTION

Cash Flow Comparision By Timestamp

C_CshFlwFcstComprnTimeStamp is a Consumption CDS View that provides data about "Cash Flow Comparision By Timestamp" in SAP S/4HANA. It reads from 1 data source (I_CshFlwFcstComprnTimeStamp) and exposes 48 fields with key fields CashFlow, BankAccountInternalID.

Data Sources (1)

SourceAliasJoin Type
I_CshFlwFcstComprnTimeStamp I_CshFlwFcstComprnTimeStamp from

Parameters (10)

NameTypeDefault
P_StartDate sydate
P_EndDate sydate
P_CashFlowForecastStartDate sydate
P_CashFlowForecastEndDate sydate
P_Language sylangu
P_KeyDate vdm_v_key_date
P_DisplayCurrency vdm_v_display_currency
P_ExchangeRateType kurst_curr
P_CashFlowSnapshotTime1 syuzeit
P_CashFlowSnapshotTime2 syuzeit

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CSNAPCOMPARESS view
AbapCatalog.compiler.compareFilter true view
EndUserText.label Cash Flow Comparision By Timestamp view
Analytics.query true view
VDM.viewType #CONSUMPTION view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MIXED view
Metadata.ignorePropagatedAnnotations true view

Fields (48)

KeyFieldSource TableSource FieldDescription
KEY CashFlow CashFlow Cash Flow
KEY BankAccountInternalID BankAccountInternalID Technical ID
Bank Bank Bank
BankAccountCurrency BankAccountCurrency Bank Account Currency
CompanyCode CompanyCode Company Code
BankAccount BankAccount Bank Account
BankAccountDescription BankAccountDescription Bank Account Description
BankAccountType BankAccountType Bank Account Type
BankCountry BankCountry Bank Country/Region
BusinessPartner BankGroup Bank Group
BankGroupName BankGroupName Bank Group Name
BusinessArea BusinessArea Business Area
BusinessAreaName BusinessAreaName Business Area Name
CertaintyLevel CertaintyLevel Certainty Level
CompanyCodeName CompanyCodeName Company Code Name
TransactionCurrency TransactionCurrency Transaction Currency
GLAccount GLAccount GL Account
HouseBank HouseBank House Bank
HouseBankAccount HouseBankAccount House Bank Account
LiquidityItem LiquidityItem Liquidity Item
CashFlowDirection CashFlowDirection Cash Flow Direction
LiquidityItemName LiquidityItemName Liquidity Item Name
CashPlanningGroup CashPlanningGroup Planning Group
CashPlanningGroupName CashPlanningGroupName Planning Group Name
PlanningLevel PlanningLevel Planning Level
PlanningLevelName PlanningLevelName Planning Level Name
ProfitCenter ProfitCenter Profit Center
Segment Segment Segment
TradingPartner TradingPartner Trading Partner
CashFlowSnapshotDate CashFlowSnapshotDate Snapshot Date
CalendarDay CalendarDay Day of Month
WeekDay WeekDay Day of Week
ValueDate TransactionDate Value Date
DisplayCurrency DisplayCurrency Display Currency
AmountInBankAccountCurrency AmountInBankAccountCurrency Actual in Bank Account Currency
AmountInDisplayCurrency AmountInDisplayCurrency Actual in Display Currency
SnapshotAmtInBankAcctCrcy1 SnapshotAmtInBankAcctCrcy1 Forecast A (Bank Account Currency)
SnapshotAmtInDisplayCrcy1 SnapshotAmtInDisplayCrcy1 Forecast A (Display Currency)
AmtDiffInBankAcctSnapshotCrcy1 00 Actual/Forecast A Diff. (Bank Acct Crcy)
AmtDiffInDisplaySnapshotCrcy1 00 Actual/Forecast A Diff. (Display Crcy)
SnapshotDiff1InRatio 1 Forecast A Difference in %
SnapshotAmtInBankAcctCrcy2 SnapshotAmtInBankAcctCrcy2 Forecast B (Bank Account Currency)
SnapshotAmtInDisplayCrcy2 SnapshotAmtInDisplayCrcy2 Forecast B (Display Currency)
AmtDiffInBankAcctSnapshotCrcy2 00 Actual/Forecast B Diff. (Bank Acct Crcy)
AmtDiffInDisplaySnapshotCrcy2 00 Actual/Forecast B Diff. (Display Crcy)
SnapshotDiff2InRatio 1 Forecast B Difference in %
AmtDiffSnapshotsInBankCrcy 00 Forecast A/B Difference (Bank Acct Crcy)
AmtDiffSnapshotsInDisplayCrcy 00 Forecast A/B Difference (Display Crcy)

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_CshFlwFcstComprnTimeStamp.
-- 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: CSNAPCOMPARESS
-- Parameters: P_StartDate : sydate, P_EndDate : sydate, P_CashFlowForecastStartDate : sydate, P_CashFlowForecastEndDate : sydate, P_Language : sylangu, P_KeyDate : vdm_v_key_date, P_DisplayCurrency : vdm_v_display_currency, P_ExchangeRateType : kurst_curr, P_CashFlowSnapshotTime1 : syuzeit, P_CashFlowSnapshotTime2 : syuzeit

CREATE VIEW C_CshFlwFcstComprnTimeStamp AS
SELECT
  CashFlow,
  BankAccountInternalID,
  Bank,
  BankAccountCurrency,
  CompanyCode,
  BankAccount,
  BankAccountDescription,
  BankAccountType,
  BankCountry,
  BankGroup AS BusinessPartner,
  BankGroupName,
  BusinessArea,
  BusinessAreaName,
  CertaintyLevel,
  CompanyCodeName,
  TransactionCurrency,
  GLAccount,
  HouseBank,
  HouseBankAccount,
  LiquidityItem,
  CashFlowDirection,
  LiquidityItemName,
  CashPlanningGroup,
  CashPlanningGroupName,
  PlanningLevel,
  PlanningLevelName,
  ProfitCenter,
  Segment,
  TradingPartner,
  CashFlowSnapshotDate,
  CalendarDay,
  WeekDay,
  TransactionDate AS ValueDate,
  DisplayCurrency,
  AmountInBankAccountCurrency,
  AmountInDisplayCurrency,
  SnapshotAmtInBankAcctCrcy1,
  SnapshotAmtInDisplayCrcy1,
  0.00 AS AmtDiffInBankAcctSnapshotCrcy1,
  0.00 AS AmtDiffInDisplaySnapshotCrcy1,
  1 AS SnapshotDiff1InRatio,
  SnapshotAmtInBankAcctCrcy2,
  SnapshotAmtInDisplayCrcy2,
  0.00 AS AmtDiffInBankAcctSnapshotCrcy2,
  0.00 AS AmtDiffInDisplaySnapshotCrcy2,
  1 AS SnapshotDiff2InRatio,
  0.00 AS AmtDiffSnapshotsInBankCrcy,
  0.00 AS AmtDiffSnapshotsInDisplayCrcy
FROM I_CshFlwFcstComprnTimeStamp
;