I_CshFlwAmtCrcyCodeVH

DDL: I_CSHFLWAMTCRCYCODEVH Type: view_entity BASIC Package: FQM_INBOUND

Currency Code for Cash Flow Amount

I_CshFlwAmtCrcyCodeVH is a Basic CDS View that provides data about "Currency Code for Cash Flow Amount" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 2 fields with key field CashFlowAmountCurrencyCode. It is exposed through 1 OData service (ASQL_F7725). Part of development package FQM_INBOUND.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (11)

NameValueLevelField
VDM.viewType #BASIC view
Consumption.ranked true view
Search.searchable true view
ObjectModel.representativeKey CashFlowAmountCurrencyCode view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.dataCategory #VALUE_HELP view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Currency Code for Cash Flow Amount view

OData Services (1)

ServiceBindingVersionContractRelease
ASQL_F7725 ASQL_F7725 C2 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CashFlowAmountCurrencyCode
CashFlowAmountCurrencyCodeName

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_CshFlwAmtCrcyCodeVH.
-- 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.

CREATE VIEW I_CshFlwAmtCrcyCodeVH AS
SELECT
  cast( dd07t.domvalue_l as fqmcf_amount_code ) AS CashFlowAmountCurrencyCode,
  cast( dd07t.ddtext as fqmcf_amtcod_name ) AS CashFlowAmountCurrencyCodeName
FROM dd07t
;