I_PRAFormulaOpenParenthesisVH

DDL: I_PRAFORMULAOPENPARENTHESISVH Type: view_entity BASIC

Formula Open Parenthesis

I_PRAFormulaOpenParenthesisVH (Basic)

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

PRA Production Formula · Cross Applications

I_PRAFormulaOpenParenthesisVH is a Basic CDS View (Dimension) that provides data about "Formula Open Parenthesis" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 1 field with key field PRAFormulaOpenParenthesis.

SAP Help Documentation

CategoryCDS Views for Production and Revenue Accounting (PRA)
Data CategoryDimension
Purpose
This CDS view represents the domain fixed value of Formula Rules Open Parenthesis. To help you decide which CDS view to use for your purposes, SAP has introduced the annotation ObjectModel.supportedCapabilities that indicates the most appropriate use cases for each CDS view. To find out what use cases are best supported by this CDS view, access the entry of the CDS view in the View Browser app and find the values for this annotation under the Annotation tab. For more information, see Supported Capabilities for CDS Views .

Structure
Important Fields Important fields in this view include the following: Field Name Description Measure or Attribute Comment ABAPDomainLowerValue DOMVALUE_L CHAR(10) Domain Lower Value

View on SAP Help Portal →

SAP API Hub

StateC1
Line of BusinessCross Applications
Application ComponentIS-OIL-PRA
CapabilitiesAnalytical Dimension, Association Target for Defining CDS Entities, Data Source for Defining CDS Entities, Data Source for Data Extraction, Data Source for Search, Data Source in SQL Select, Data Provider for Value Help
PackageCross Applications for SAP S/4HANA Cloud Private Edition
Description <p>This CDS view represents the domain fixed value of Formula Rules Open Parenthesis.</p> <p>To help you decide which CDS view to use for your purposes, SAP has introduced the annotation ObjectModel.supportedCapabilities that indicates the most appropriate use cases for each CDS view. To find out what use cases are best supported by this CDS view, access the entry of the CDS view in the View Browser app and find the values for this annotation under the Annotation tab. For more information, see Supported Capabilities for CDS Views.</p>

Documentation

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Annotations (16)

NameValueLevelField
EndUserText.label Formula Open Parenthesis view
ObjectModel.dataCategory #VALUE_HELP view
Analytics.technicalName IPRAFormulaOpenParenthesis view
Search.searchable true view
Analytics.dataExtraction.enabled true view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey PRAFormulaOpenParenthesis view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.sapObjectNodeType.name PRAProductionFormula view
ObjectModel.modelingPattern #VALUE_HELP_PROVIDER view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY PRAFormulaOpenParenthesis Open Parenthesis

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_PRAFormulaOpenParenthesisVH.
-- 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_PRAFormulaOpenParenthesisVH AS
SELECT
  cast(domvalue_l as oiu_open_paren) AS PRAFormulaOpenParenthesis
FROM dd07l
;