I_ProdSrvcMargRepCrcyFld

DDL: I_PRODSRVCMARGREPCRCYFLD Type: view_entity BASIC Package: FINS_COPA_REPORTING

Currency field for Prod and Srvc Report

I_ProdSrvcMargRepCrcyFld (Basic)

Package: Explore, extend and adapt the SAP S/4HANA Public Edition with built-in and side-by-side extension capabilities.

Accounting and Financial Close

I_ProdSrvcMargRepCrcyFld is a Basic CDS View (Dimension) that provides data about "Currency field for Prod and Srvc Report" in SAP S/4HANA. It reads from 1 data source (P_ProdSrvcMargRepCrcyFld) and exposes 2 fields with key field CurrencyField. It has 1 association to related views. Part of development package FINS_COPA_REPORTING.

SAP API Hub

CategoryBasic
StateC1
Line of BusinessAccounting and Financial Close
Application ComponentCO-FIO-PA-2CL
CapabilitiesAssociation Target for Defining CDS Entities,Data Source for Defining CDS Entities,Analytical Dimension,Data Source in SQL Select
Extensible (Key User)No
Extensible (Developer)No
Release State (Key User)Released
Release State (Developer)Not Released
PackageAccounting and Financial Close for SAP S/4HANA Cloud Public Edition

Documentation

Data Sources (1)

SourceAliasJoin Type
P_ProdSrvcMargRepCrcyFld P_ProdSrvcMargRepCrcyFld from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_PrjMargAnlysRptCrcyFldTxt _Text $projection.CurrencyField = _Text.CurrencyField

Annotations (11)

NameValueLevelField
EndUserText.label Currency field for Prod and Srvc Report view
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.representativeKey CurrencyField view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
VDM.viewType #BASIC view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CurrencyField CurrencyField Currency Role Field
_Text _Text

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_ProdSrvcMargRepCrcyFld.
-- 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_ProdSrvcMargRepCrcyFld AS
SELECT
  CurrencyField
FROM P_ProdSrvcMargRepCrcyFld
LEFT OUTER JOIN I_PrjMargAnlysRptCrcyFldTxt AS _Text ON CurrencyField = _Text.CurrencyField  -- association [0..*]
;